Skip to content

Commit 98ff99f

Browse files
committed
Release 21.1 of stdcompat
Fixes an issues with 21.0, namely that a legitimate source file was listed in .gitignore, which could and did create problems.
1 parent 16dec86 commit 98ff99f

File tree

1 file changed

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

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.1.tar.gz"
23+
checksum: [
24+
"sha512=b3d93d200aa57a193459c143fafa97b7e96cbed3043ef8c7a2bc359ed385ff7d1ec03561cdab1f28e80055dc1c0bd7647bba827c6300b85a1d1c66a539626189"
25+
]
26+
}

0 commit comments

Comments
 (0)