memo/dune-project

28 lines
607 B
Text
Raw Normal View History

2019-05-07 18:57:32 +02:00
(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))))