Skip to content

Commit 1c9062b

Browse files
committed
Opam package for stdcompat 21.0
1 parent cb6d766 commit 1c9062b

File tree

1 file changed

+26
-0
lines changed
  • packages/stdcompat/stdcompat.21.0

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
opam-version: "2.0"
2+
synopsis: "Compatibility module for OCaml standard library"
3+
description:
4+
"Compatibility module for OCaml standard library allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml."
5+
maintainer: "Sébastien Hinderer <[email protected]>"
6+
authors: "Thierry Martinez <[email protected]>"
7+
license: "LGPL-2.1-or-later"
8+
homepage: "https://github.com/ocamllibs/stdcompat"
9+
bug-reports: "https://github.com/ocamllibs/stdcompat/issues"
10+
depends: [
11+
"ocaml" {>= "4.11" & < "5.4"}
12+
"dune" {>= "2.0"}
13+
]
14+
build: [
15+
["dune" "subst"] {dev}
16+
["dune" "build" "-p" name "-j" jobs]
17+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
18+
]
19+
dev-repo: "git+https://github.com/ocamllibs/stdcompat.git"
20+
url {
21+
src:
22+
"https://github.com/ocamllibs/stdcompat/archive/refs/tags/21.0.tar.gz"
23+
checksum: [
24+
"sha512=6763bb6b2998cd665ccf401dcb0e515ebb2ed9038f20ea3595d75a0dc77bf001ec76253b91ebd9b85c10ce1570864f35cf495da31d57f0f7f52237ab56ee057c"
25+
]
26+
}

0 commit comments

Comments
 (0)