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-unix" 18] 19synopsis: "Equivalent of the C preprocessor for OCaml programs" 20url { 21 src: "https://github.com/mjambon/cppo/archive/v1.6.5.tar.gz" 22 checksum: [ 23 "sha256=0ebfe3261037a14c9f53b1deb2772af45fda2317b3b17746f2a640034b1b75b6" 24 "md5=1cd25741d31417995b0973fe0b6f6c82" 25 ] 26}