this repo has no description
1
2opam-version: "2.0"
3maintainer: "francois.pottier@inria.fr"
4authors: [
5 "François Pottier <francois.pottier@inria.fr>"
6]
7homepage: "https://gitlab.inria.fr/fpottier/fix"
8dev-repo: "git+https://gitlab.inria.fr/fpottier/fix.git"
9bug-reports: "francois.pottier@inria.fr"
10license: "LGPL-2.0-only"
11build: [
12 ["dune" "build" "-p" name "-j" jobs]
13]
14depends: [
15 "ocaml" { >= "4.03" & < "5.0" }
16 "dune" { >= "1.3" }
17]
18synopsis: "Algorithmic building blocks for memoization, recursion, and more"
19url {
20 src:
21 "https://gitlab.inria.fr/fpottier/fix/-/archive/20211231/archive.tar.gz"
22 checksum: [
23 "md5=0f633b0cdd5faba947d11da113c81fcc"
24 "sha512=6817ce5c79e0c957ef01def7b89059262414af8e8bc7ffafef96430cfb1d78e32350fe7a57e118e68727962338c4fc45023cddb1c4db8c344910d6c8c1873a18"
25 ]
26}