opam-version: "1.2"
maintainer: "martin@mjambon.com"
authors: ["Martin Jambon"]
homepage: "http://mjambon.com/cppo.html"
dev-repo: "https://github.com/mjambon/cppo.git"
bug-reports: "https://github.com/mjambon/cppo/issues"
license: "BSD-3-Clause"
build: [
  [make "all"] {!ocaml-native}
  [make "opt"] {ocaml-native}
  [make "ocamlbuild"]
]

install: [
  [make "install-lib"]
]

remove: [
  ["make" "uninstall-lib"]
]

depends: [
  "ocamlfind"
  "ocamlbuild"
  "base-bytes"
]
