23 lines
791 B
Text
23 lines
791 B
Text
|
|
version: "0.3.0"
|
||
|
|
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.
|
||
|
|
"""
|