this repo has no description

Merge pull request #20103 from fpottier/opam-publish-fix.20211125

Package fix.20211125

Kate 6af0921e 19f85785

Changed files
+25
packages
fix
fix.20211125
+25
packages/fix/fix.20211125/opam
···
+
opam-version: "2.0"
+
maintainer: "francois.pottier@inria.fr"
+
authors: [
+
"François Pottier <francois.pottier@inria.fr>"
+
]
+
homepage: "https://gitlab.inria.fr/fpottier/fix"
+
dev-repo: "git+https://gitlab.inria.fr/fpottier/fix.git"
+
bug-reports: "francois.pottier@inria.fr"
+
license: "LGPL-2.0-only"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" { >= "4.03" }
+
"dune" { >= "1.3" }
+
]
+
synopsis: "Facilities for memoization and fixed points"
+
url {
+
src:
+
"https://gitlab.inria.fr/fpottier/fix/-/archive/20211125/archive.tar.gz"
+
checksum: [
+
"md5=d3d316080a2fc9a4f56c15040e141364"
+
"sha512=850cf0d3c6db806ac1d0b9bf39ad82529aecd56af07b2b421f48af15afdeab493f7b73e5d9e7d492e56717a8aeeb61466d87ac8a51fac30e3f77028b5ecd57c4"
+
]
+
}