An OCaml library for hash consing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
735 B

(lang dune 1.11)
(name hc)
(license ISC)
(authors "Léo Andrès <contact@ndrs.fr>")
(maintainers "Léo Andrès <contact@ndrs.fr>")
(source
(uri git://git.zapashcanon.fr/zapashcanon/hc.git))
(bug_reports https://git.zapashcanon.fr/zapashcanon/hc/issues)
(homepage https://git.zapashcanon.fr/zapashcanon/hc)
(documentation https://doc.zapashcanon.fr/hc/)
(generate_opam_files true)
(explicit_js_mode)
(package
(name hc)
(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.")
(depends
(ocaml
(>= 4.05.0))
(dune
(>= 1.11.0))
(bisect_ppx
(>= 1.4.1))))