28 lines
607 B
Text
28 lines
607 B
Text
|
|
(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))))
|