opam-version: "1.2"
maintainer: "martin@mjambon.com"
authors: "Martin Jambon"
homepage: "https://github.com/mjambon/cppo"
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]
]
build-test: ["jbuilder" "runtest" "-p" name]
depends: [
  "jbuilder" {build & >= "1.0+beta17"}
  "base-bytes"
  "base-unix"
]
