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 "ocaml" {>= "4.05.0"}
13 "dune" {>= "1.11.0"}
14 "bisect_ppx" {>= "1.4.1" & < "2.6.0"}
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://fs.zapashcanon.fr/archive/hc/hc-0.0.1.tbz"
33 checksum: [
34 "sha256=6dbe1c2001b09c5681db87d6e051c8b8338e487efa3067ec7c46f369db390c8f"
35 "sha512=6f5fa8ff51d0f5e23f4c0214bdd92ab096ded12ecf09d60868168266e4f9988092574b55a636e0e048d79568b15e188c7beea271e86bfcd98acb0d8ec0b4ea13"
36 ]
37}