this repo has no description
1opam-version: "2.0"
2synopsis: "A library for printing OCaml values with sharing"
3maintainer: ["frederic.bour@lakaban.net"]
4authors: ["Frédéric Bour"]
5license: "MIT"
6homepage: "https://github.com/let-def/cmon"
7bug-reports: "https://github.com/let-def/cmon/issues"
8depends: [
9 "dune" {>= "2.9"}
10 "pprint" {>= "20171003"}
11 "grenier" {>= "0.14"}
12 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "--promote-install-files=false"
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28 ["dune" "install" "-p" name "--create-install-files" name]
29]
30dev-repo: "git+https://github.com/let-def/cmon.git"
31url {
32 src: "https://github.com/let-def/cmon/releases/download/v0.2/cmon-0.2.tbz"
33 checksum: [
34 "sha256=9498b9355dbb62ac83814c758b8bc18ff6eecf2cdd5894ab49c7861acf3682b8"
35 "sha512=a30b197bbabecba403c3eb9d91dd85ea3218624140c45dccd85ee298b590c4ba21573c1801b93fa5e3b8fddd5f6f28d223eca802867ac21e503716e354f2c7ef"
36 ]
37}
38x-commit-hash: "540904dde3f1dd453ba5dd113c0a8c7ac9fce7ab"