Skip to content

Commit 285a9ba

Browse files
committed
Opam package for the release 20.1 of stdcompat
1 parent d248585 commit 285a9ba

File tree

1 file changed

+28
-0
lines changed
  • packages/stdcompat/stdcompat.20.1

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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: "Thierry Martinez <[email protected]>"
6+
authors: "Thierry Martinez <[email protected]>"
7+
license: "BSD-2-Clause"
8+
homepage: "https://github.com/ocamllibs/stdcompat"
9+
bug-reports: "https://github.com/ocamllibs/stdcompat/issues"
10+
depends: [
11+
"ocaml" {>= "4.11" & < "5.3"}
12+
"dune" {>= "2.0"}
13+
"conf-autoconf"
14+
]
15+
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
16+
build: [
17+
["dune" "subst"] {dev}
18+
["dune" "build" "-p" name "-j" jobs]
19+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
20+
]
21+
dev-repo: "git+https://github.com/ocamllibs/stdcompat.git"
22+
url {
23+
src:
24+
"https://github.com/ocamllibs/stdcompat/archive/refs/tags/20.1.tar.gz"
25+
checksum: [
26+
"sha512=c482cae49459704100812cb6caa8e8ffa60ffc2414a0ac4c3ec41bdd4203d8299c69be3ab2f7f8764b58b9173e43b89faf70036a19dc5674aa87108ff07c4c60"
27+
]
28+
}

0 commit comments

Comments
 (0)