this repo has no description
1opam-version: "2.0"
2synopsis: "Combinators for Type Conversion in OCaml"
3maintainer: "simon.cruanes.2007@m4x.org"
4authors: "Simon Cruanes"
5tags: ["conversion" "gadt" "serialization" "ppx-deriving"]
6homepage: "https://github.com/c-cube/cconv/"
7doc: "https://c-cube.github.io/cconv"
8bug-reports: "https://github.com/c-cube/cconv/issues/"
9depends: [
10 "dune"
11 "ocamlfind" {build}
12 "cconv"
13 "ppx_deriving" {>= "2.0"}
14 "ppxlib" {< "0.9.0"}
15 "cppo" {build}
16 "ppx_tools" {build}
17 "ppxfind" {build}
18 "ocaml" {>= "4.02"}
19 "mdx" {with-test}
20 "sexplib" {with-test}
21 "yojson" {with-test}
22 "bencode" {with-test & < "2.0"}
23 "ounit" {with-test}
24]
25build: [
26 ["dune" "build" "-p" name "-j" jobs]
27 ["dune" "build" "@doc" "-p" name] {with-doc}
28 ["dune" "runtest" "-p" name] {with-test}
29]
30dev-repo: "git+https://github.com/c-cube/cconv.git"
31url {
32 src: "https://github.com/c-cube/cconv/archive/0.5.tar.gz"
33 checksum: [
34 "md5=1c44c38ffa53706206a0727ea32fefa7"
35 "sha512=5fc224adfe5655f15a77783ebbe4a9b9983ec8dd6ed5f9c6d6ca56025db419289291ff1c97707ed3432ecb3b6d35af9237e9bab12acde9b15e4458227361795f"
36 ]
37}