forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHANGES: - Remove things accidentally included in 0.2.0 not listed below! (@dra27, ocaml/stdlib-shims#13) - Extend the fix in ocaml/stdlib-shims#12 to OCaml 4.10.0, since PR#9011 wasn't merged until 4.11
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
opam-version: "2.0" | ||
maintainer: "The stdlib-shims programmers" | ||
authors: "The stdlib-shims programmers" | ||
homepage: "https://github.com/ocaml/stdlib-shims" | ||
doc: "https://ocaml.github.io/stdlib-shims/" | ||
dev-repo: "git+https://github.com/ocaml/stdlib-shims.git" | ||
bug-reports: "https://github.com/ocaml/stdlib-shims/issues" | ||
tags: ["stdlib" "compatibility" "org:ocaml"] | ||
license: ["typeof OCaml system"] | ||
depends: [ | ||
"dune" | ||
"ocaml" {>= "4.02.3"} | ||
] | ||
build: [ "dune" "build" "-p" name "-j" jobs ] | ||
synopsis: "Backport some of the new stdlib features to older compiler" | ||
description: """ | ||
Backport some of the new stdlib features to older compiler, | ||
such as the Stdlib module. | ||
|
||
This allows projects that require compatibility with older compiler to | ||
use these new features in their code. | ||
""" | ||
x-commit-hash: "fb6815e5d745f07fd567c11671149de6ef2e74c8" | ||
url { | ||
src: | ||
"https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz" | ||
checksum: [ | ||
"sha256=babf72d3917b86f707885f0c5528e36c63fccb698f4b46cf2bab5c7ccdd6d84a" | ||
"sha512=1151d7edc8923516e9a36995a3f8938d323aaade759ad349ed15d6d8501db61ffbe63277e97c4d86149cf371306ac23df0f581ec7e02611f58335126e1870980" | ||
] | ||
} |