this repo has no description
1opam-version: "2.0"
2synopsis: "Hashconsing library"
3description:
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."
5maintainer: ["Léo Andrès <contact@ndrs.fr>"]
6authors: ["Léo Andrès <contact@ndrs.fr>"]
7license: "ISC"
8homepage: "https://git.zapashcanon.fr/zapashcanon/hc"
9doc: "https://doc.zapashcanon.fr/hc/"
10bug-reports: "https://git.zapashcanon.fr/zapashcanon/hc/issues"
11depends: [
12 "dune" {>= "3.0"}
13 "ocaml" {>= "4.14"}
14 "odoc" {with-doc}
15]
16build: [
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]
30dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/hc.git"
31url {
32 src: "https://git.zapashcanon.fr/zapashcanon/hc/archive/0.3.tar.gz"
33 checksum: [
34 "sha256=61b443056adec3f71904c5775b8521b3ac8487df618a8dcea3f4b2c91bedc314"
35 "sha512=a1d213971230e9c7362749d20d1bec6f5e23af191522a65577db7c0f9123ea4c0fc678e5f768418d6dd88c1f3689a49cf564b5c744995a9db9a304f4b6d2c68a"
36 ]
37}