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.4.tar.gz" 23 checksum: [ 24 "sha256=470a5225a5d3b06ced29581250562ef84b7a8bc6b9a632c96443391a443bab49" 25 "md5=f7a4a6a0e83b76562b45db3a93ffd204" 26 ] 27}