this repo has no description
1opam-version: "2.0" 2maintainer: "martin@mjambon.com" 3authors: ["Martin Jambon"] 4homepage: "http://mjambon.com/cppo.html" 5dev-repo: "git+https://github.com/mjambon/cppo.git" 6bug-reports: "https://github.com/mjambon/cppo/issues" 7license: "BSD-3-Clause" 8 9build: [ 10 ["jbuilder" "subst" "-p" name] {dev} 11 ["jbuilder" "build" "-p" name "-j" jobs] 12] 13 14depends: [ 15 "ocaml" 16 "jbuilder" {>= "1.0+beta10"} 17 "ocamlbuild" 18 "ocamlfind" 19 "cppo" {>= "1.6.0"} 20] 21synopsis: "ocamlbuild support for cppo, OCaml-friendly source preprocessor" 22url { 23 src: "https://github.com/mjambon/cppo/archive/v1.6.0.tar.gz" 24 checksum: [ 25 "sha256=29cb0223adc1f0c4c5238d6c7bf8931b909505aed349fde398fbf1a39eaa1819" 26 "md5=aee411b3546bc5d198c71ae9185cade4" 27 ] 28}