You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
940 B
27 lines
940 B
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" {build} |
|
"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. |
|
""" |
|
url { |
|
src: |
|
"https://github.com/ocaml/stdlib-shims/releases/download/0.1.0/stdlib-shims-0.1.0.tbz" |
|
checksum: "md5=12b5704eed70c6bff5ac39a16db1425d" |
|
}
|
|
|