Skip to content

Commit ece8667

Browse files
authored
Merge pull request #28552 from fpottier/opam-publish-fix.20250919
Package fix.20250919
2 parents 3909271 + fd5ac3f commit ece8667

File tree

1 file changed

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

1 file changed

+26
-0
lines changed

packages/fix/fix.20250919/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/20250919/archive.tar.gz"
22+
checksum: [
23+
"md5=af7099d1cf24654bd379953b8e3d063f"
24+
"sha512=147bde60a96191f5f0090842df37a12509d78cf6e9dda482fbd000f61215c3d12115854fc331ae39009f26948d6d527187adade160e7ab27a6c4f0d8b324490a"
25+
]
26+
}

0 commit comments

Comments
 (0)