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.13"} 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.1/cmon-0.1.tbz" 33 checksum: [ 34 "sha256=1791fd1a44ceec7f2fd3e31d7af966ff64b0ac5a9e7c4b072df11777d0c2bfde" 35 "sha512=4c892b3202d1c97279a60414ca1f0db77906fd6a05303232e2063af95fb44cdb0bb73bc36b7756a65dd9cc48761d99357dc536d5cff33b992b344ac0ddba63d4" 36 ] 37} 38x-commit-hash: "63da89839c9279beb87aeaa9eef7202240365308"