opam-version: "1.2"
maintainer: "martin@mjambon.com"
authors: "Martin Jambon"
homepage: "http://mjambon.com/cppo.html"
bug-reports: "https://github.com/mjambon/cppo/issues"
license: "BSD-3-Clause"
dev-repo: "https://github.com/mjambon/cppo.git"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "jbuilder" {build & >= "1.0+beta10"}
  "ocamlbuild"
  "cppo" {>= "1.6.0"}
]
