-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
27 lines (25 loc) · 873 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
opam-version: "2.0"
maintainer: "martin@mjambon.com"
authors: ["Martin Jambon"]
homepage: "https://github.com/mjambon/cppo"
dev-repo: "git+https://github.com/mjambon/cppo.git"
bug-reports: "https://github.com/mjambon/cppo/issues"
license: "BSD-3-Clause"
build: [
["jbuilder" "subst" "-p" name] {dev}
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"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
"jbuilder" {>= "1.0+beta10"}
"base-bytes"
"base-unix"
]
synopsis: "Equivalent of the C preprocessor for OCaml programs"
url {
src: "https://github.com/mjambon/cppo/archive/v1.6.1.tar.gz"
checksum: [
"sha256=0e93522c5e51a9433fc2327f33ebc56f66beee7abaacab8d98de57591a0626e6"
"md5=b376e0f063f82daf5b1530479f5bcc5f"
]
}