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]
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+beta10"}
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.1.tar.gz"
23 checksum: [
24 "sha256=0e93522c5e51a9433fc2327f33ebc56f66beee7abaacab8d98de57591a0626e6"
25 "md5=b376e0f063f82daf5b1530479f5bcc5f"
26 ]
27}