this repo has no description
1opam-version: "2.0" 2maintainer: "martin@mjambon.com" 3authors: "Martin Jambon" 4license: "BSD-3-Clause" 5homepage: "https://github.com/ocaml-community/cppo" 6doc: "https://ocaml-community.github.io/cppo/" 7bug-reports: "https://github.com/ocaml-community/cppo/issues" 8depends: [ 9 "ocaml" 10 "dune" {>= "1.0"} 11 "ocamlbuild" 12 "ocamlfind" 13] 14conflicts: [ 15 "cppo" {< "1.6.0"} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 ["dune" "build" "-p" name "-j" jobs] 20 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 21] 22dev-repo: "git+https://github.com/ocaml-community/cppo.git" 23synopsis: "Plugin to use cppo with ocamlbuild" 24description: """ 25This ocamlbuild plugin lets you use cppo in ocamlbuild projects. 26 27To use it, you can call ocamlbuild with the argument `-plugin-tag 28package(cppo_ocamlbuild)` (only since ocaml 4.01 and cppo >= 0.9.4). 29""" 30x-commit-hash: "7d217864a5fdc4551699e248137a2f8b719d2078" 31url { 32 src: 33 "https://github.com/ocaml-community/cppo/releases/download/v1.6.7/cppo-v1.6.7.tbz" 34 checksum: [ 35 "sha256=db553e3e6c206df09b1858c3aef5e21e56564d593642a3c78bcedb6af36f529d" 36 "sha512=9722b50fd23aaccf86816313333a3bf8fc7c6b4ef06b153e5e1e1aaf14670cf51a4aac52fb1b4a0e5531699c4047a1eff6c24c969f7e5063e78096c2195b5819" 37 ] 38}