this repo has no description

Merge pull request #26776 from zapashcanon/memo.0.2

memo.0.2

Changed files
+38
packages
memo
memo.0.2
+38
packages/memo/memo.0.2/opam
···
···
+
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: ["Léo Andrès <contact@ndrs.fr>"]
+
authors: ["Léo Andrès <contact@ndrs.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.12"}
+
"dune" {>= "3.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git://git.zapashcanon.fr/zapashcanon/memo.git"
+
+
url {
+
src: "https://git.zapashcanon.fr/zapashcanon/memo/archive/0.2.tar.gz"
+
checksum: [
+
"sha256=a6a16c1c52ab21910822317d948792022016fc6d1ef10498c23b94839154a992"
+
"sha512=31d060819aacdb39a77e2b24a0bd383c2b801c013f21a2b3141234a53fad6ad4bc2f816397bd2782175ac582b94824e7b94d888518ba9a682e6280b7a08507ab"
+
]
+
}