# 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: ["pena "] authors: ["pena "] license: "ISC" homepage: "https://forge.kumikode.org/kumikode/memo" bug-reports: "https://forge.kumikode.org/kumikode/memo/issues" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.12"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git://forge.kumikode.org/kumikode/memo.git"