An OCaml library for memoïzation
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.

31 lines
889 B

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
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."
maintainer: ["Leo Andres <contact@ndrs.fr>"]
authors: ["Leo Andres <contact@ndrs.fr>" "Bla <bla@bla.fr>"]
license: "ISC"
homepage: "https://git.zapashcanon.fr/zapashcanon/memo"
doc: "https://doc.zapashcanon.fr/memo/"
bug-reports: "https://git.zapashcanon.fr/zapashcanon/memo/issues"
depends: [
"ocaml" {>= "4.05"}
"dune" {>= "2.0"}
"bisect_ppx" {>= "1.4"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git://git.zapashcanon.fr/zapashcanon/memo.git"