Skip to content

Commit b8482e7

Browse files
committed
Package fix.20250428
1 parent 8106bcf commit b8482e7

File tree

1 file changed

+26
-0
lines changed
  • packages/fix/fix.20250428

1 file changed

+26
-0
lines changed

packages/fix/fix.20250428/opam

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
opam-version: "2.0"
3+
maintainer: "[email protected]"
4+
authors: [
5+
"François Pottier <[email protected]>"
6+
]
7+
homepage: "https://gitlab.inria.fr/fpottier/fix"
8+
dev-repo: "git+https://gitlab.inria.fr/fpottier/fix.git"
9+
bug-reports: "[email protected]"
10+
license: "LGPL-2.0-only"
11+
build: [
12+
["dune" "build" "-p" name "-j" jobs]
13+
]
14+
depends: [
15+
"ocaml" { >= "4.03" }
16+
"dune" { >= "1.3" }
17+
]
18+
synopsis: "Algorithmic building blocks for memoization, recursion, and more"
19+
url {
20+
src:
21+
"https://gitlab.inria.fr/fpottier/fix/-/archive/20250428/archive.tar.gz"
22+
checksum: [
23+
"md5=75aeb28e58d5a2c8b8c2590d23d1122d"
24+
"sha512=744b08403beb22d8d960976792dd2f80ee9b47c9b3d3977d98e09aa127c3e21531acb305ab42c734ad1067b0ababa43b251afd3e111d296e3b07fbe2c187b082"
25+
]
26+
}

0 commit comments

Comments
 (0)