this repo has no description
1opam-version: "2.0"
2synopsis: "BARE encoding, see https://baremessages.org/"
3maintainer: ["simon cruanes"]
4authors: ["simon cruanes"]
5license: "MIT"
6tags: ["encoding" "binary" "bare"]
7homepage: "https://github.com/c-cube/bare-ocaml"
8bug-reports: "https://github.com/c-cube/bare-ocaml/issues"
9dev-repo: "git+https://github.com/c-cube/bare-ocaml.git"
10depends: [
11 "dune" {>= "2.8"}
12 "ocaml" {>= "4.08"}
13 "qtest" {with-test & >= "2.10"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30url {
31 src: "https://github.com/c-cube/bare-ocaml/archive/v0.1.tar.gz"
32 checksum: [
33 "md5=5f1ce66a16a76b0cd8433883d297ce60"
34 "sha512=1e2323779b25fc9cf1f1ea6def59fd3fbc4134573b9dd3adac150ce86e94ea3ff4f13d0c03cd6421b087ee2b7868dd4b5eaede1db4460f5c42a0e15ee24e21ec"
35 ]
36}