This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
23
unikernel/duniverse/stdlib-shims/stdlib-shims.opam
Normal file
23
unikernel/duniverse/stdlib-shims/stdlib-shims.opam
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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.
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue