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