Skip to content

Commit

Permalink
Format upgrade merge (cppo.1.6.5)
Browse files Browse the repository at this point in the history
Merge done by Camelus based on opam-lib 2.0.0~rc3
  • Loading branch information
camelus committed Sep 14, 2018
2 parents 40cb172 + 79340d0 commit d0fa12f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/cppo/cppo.1.6.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
opam-version: "2.0"
maintainer: "martin@mjambon.com"
authors: ["Martin Jambon"]
homepage: "https://github.com/mjambon/cppo"
dev-repo: "git+https://github.com/mjambon/cppo.git"
bug-reports: "https://github.com/mjambon/cppo/issues"
license: "BSD-3-Clause"

build: [
["jbuilder" "subst" "-p" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
"ocaml"
"jbuilder" {build & >= "1.0+beta17"}
"base-unix"
]
synopsis: "Equivalent of the C preprocessor for OCaml programs"
url {
src: "https://github.com/mjambon/cppo/archive/v1.6.5.tar.gz"
checksum: "md5=1cd25741d31417995b0973fe0b6f6c82"
}

0 comments on commit d0fa12f

Please sign in to comment.