first commit
This commit is contained in:
commit
79469ab40c
12 changed files with 462 additions and 0 deletions
29
dune-project
Normal file
29
dune-project
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
(lang dune 3.0)
|
||||
|
||||
(name hc)
|
||||
|
||||
(license ISC)
|
||||
|
||||
(authors "pena <pena@kumikode.org>")
|
||||
|
||||
(maintainers "pena <pena@kumikode.org>")
|
||||
|
||||
(source
|
||||
(uri git+https://forge.kumikode.org/kumikode/hc.git))
|
||||
|
||||
(bug_reports https://forge.kumikode.org/kumikode/hc/issues)
|
||||
|
||||
(homepage https://forge.kumikode.org/kumikode/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.14))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue