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.
33 lines
727 B
33 lines
727 B
(lang dune 2.0)
|
|
|
|
(name memo)
|
|
|
|
(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/memo.git))
|
|
|
|
(bug_reports https://git.zapashcanon.fr/zapashcanon/memo/issues)
|
|
|
|
(homepage https://git.zapashcanon.fr/zapashcanon/memo)
|
|
|
|
(documentation https://doc.zapashcanon.fr/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.05))
|
|
(dune
|
|
(>= 2.0))
|
|
(bisect_ppx
|
|
(>= 1.4))))
|
|
|