first commit
This commit is contained in:
commit
f8f05a731b
15 changed files with 423 additions and 0 deletions
27
dune-project
Normal file
27
dune-project
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
(lang dune 3.0)
|
||||
|
||||
(name memo)
|
||||
|
||||
(license ISC)
|
||||
|
||||
(authors "pena <pena@kumikode.org>")
|
||||
|
||||
(maintainers "pena <pena@kumikode.org>")
|
||||
|
||||
(source
|
||||
(uri git://forge.kumikode.org/kumikode/memo.git))
|
||||
|
||||
(bug_reports https://forge.kumikode.org/kumikode/memo/issues)
|
||||
|
||||
(homepage https://forge.kumikode.org/kumikode/memo)
|
||||
|
||||
(generate_opam_files true)
|
||||
|
||||
(package
|
||||
(name memo)
|
||||
(synopsis "Memoïzation library")
|
||||
(description
|
||||
"memo is an OCaml library for memoïzation. It provides easy ways to memoïze a function, in a type-safe and modular way and the ability to get forgetful memoïzation.")
|
||||
(depends
|
||||
(ocaml
|
||||
(>= 4.12))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue