this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #20478 from let-def/release-cmon-v0.1

[new release] cmon (0.1)

authored by

Marcello Seri and committed by
GitHub
c8cf8758 d673d422

+38
+38
packages/cmon/cmon.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A library for printing OCaml values with sharing" 3 + maintainer: ["frederic.bour@lakaban.net"] 4 + authors: ["Frédéric Bour"] 5 + license: "MIT" 6 + homepage: "https://github.com/let-def/cmon" 7 + bug-reports: "https://github.com/let-def/cmon/issues" 8 + depends: [ 9 + "dune" {>= "2.9"} 10 + "pprint" {>= "20171003"} 11 + "grenier" {>= "0.13"} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 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 + ] 30 + dev-repo: "git+https://github.com/let-def/cmon.git" 31 + url { 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 + } 38 + x-commit-hash: "63da89839c9279beb87aeaa9eef7202240365308"