opam-version: "2.0" synopsis: "Hashconsing library" description: "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." maintainer: ["Léo Andrès "] authors: ["Léo Andrès "] license: "ISC" homepage: "https://git.zapashcanon.fr/zapashcanon/hc" doc: "https://doc.zapashcanon.fr/hc/" bug-reports: "https://git.zapashcanon.fr/zapashcanon/hc/issues" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.14"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/hc.git" url { src: "https://git.zapashcanon.fr/zapashcanon/hc/archive/0.3.tar.gz" checksum: [ "sha256=61b443056adec3f71904c5775b8521b3ac8487df618a8dcea3f4b2c91bedc314" "sha512=a1d213971230e9c7362749d20d1bec6f5e23af191522a65577db7c0f9123ea4c0fc678e5f768418d6dd88c1f3689a49cf564b5c744995a9db9a304f4b6d2c68a" ] }