this repo has no description
0
fork

Configure Feed

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

Merge pull request #25120 from zapashcanon/master

hc.0.2

authored by

Marcello Seri and committed by
GitHub
f8c2fdd0 5e8aee02

+37
+37
packages/hc/hc.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Hashconsing library" 3 + description: 4 + "hc is an OCaml library for hashconsing. It provides easy ways to use hashconsing, in a type-safe and modular way and the ability to get forgetful memoïzation." 5 + maintainer: ["Léo Andrès <contact@ndrs.fr>"] 6 + authors: ["Léo Andrès <contact@ndrs.fr>"] 7 + license: "ISC" 8 + homepage: "https://git.zapashcanon.fr/zapashcanon/hc" 9 + doc: "https://doc.zapashcanon.fr/hc/" 10 + bug-reports: "https://git.zapashcanon.fr/zapashcanon/hc/issues" 11 + depends: [ 12 + "dune" {>= "3.0"} 13 + "ocaml" {>= "5.0"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 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 + ] 30 + dev-repo: "git://git.zapashcanon.fr/zapashcanon/hc.git" 31 + url { 32 + src: "https://git.zapashcanon.fr/zapashcanon/hc/archive/0.2.tar.gz" 33 + checksum: [ 34 + "sha256=b8c463e7a321066518295dfd604a5327f64643e6354f22b967613c10e054192f" 35 + "sha512=6721f0c57eeb64e67e2b75188dd32c1bb0b4aa1467d1f80b02865e0842114cbc7db98682f73a1571d1a57cc6e3098f049e769a40cf9959ec4a6635e309c69d5f" 36 + ] 37 + }