this repo has no description
1opam-version: "2.0"
2maintainer: "martin@mjambon.com"
3authors: "Martin Jambon"
4license: "BSD-3-Clause"
5homepage: "https://github.com/ocaml-community/cppo"
6doc: "https://ocaml-community.github.io/cppo/"
7bug-reports: "https://github.com/ocaml-community/cppo/issues"
8depends: [
9 "ocaml"
10 "dune" {>= "1.0"}
11 "ocamlbuild"
12 "ocamlfind"
13]
14conflicts: [
15 "cppo" {< "1.6.0"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 ["dune" "build" "-p" name "-j" jobs]
20 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
21]
22dev-repo: "git+https://github.com/ocaml-community/cppo.git"
23synopsis: "Plugin to use cppo with ocamlbuild"
24description: """
25This ocamlbuild plugin lets you use cppo in ocamlbuild projects.
26
27To use it, you can call ocamlbuild with the argument `-plugin-tag
28package(cppo_ocamlbuild)` (only since ocaml 4.01 and cppo >= 0.9.4).
29"""
30url {
31 src: "https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz"
32 checksum: [
33 "md5=fed401197d86f9089e89f6cbdf1d660d"
34 "sha512=069bbe0ef09c03b0dc4b5795f909c3ef872fe99c6f1e6704a0fa97594b1570b3579226ec67fe11d696ccc349a4585055bbaf07c65eff423aa45af28abf38c858"
35 ]
36}