this repo has no description
1opam-version: "2.0" 2maintainer: "martin@mjambon.com" 3authors: ["Martin Jambon"] 4homepage: "https://github.com/mjambon/cppo" 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 ["jbuilder" "runtest" "-p" name] {with-test} 13] 14depends: [ 15 "ocaml" {< "5.2"} # Technically this should be < 4.12 as cppo < 1.6.7 does not support the 4.12.0~alpha version scheme that started with the first alpha version of OCaml 4.12 16 "jbuilder" {>= "1.0+beta17"} 17 "base-bytes" 18 "base-unix" 19] 20synopsis: "Equivalent of the C preprocessor for OCaml programs" 21url { 22 src: "https://github.com/mjambon/cppo/archive/v1.6.2.tar.gz" 23 checksum: [ 24 "sha256=db4e99bddf16a17ca1594e15361202585c56b2696af2f35f0e9134b98ed4eed8" 25 "md5=0c4f7b7f29b819bfd5b28200de67b3f5" 26 ] 27}