This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
21
unikernel/duniverse/ocaml-syntax-shims/dune-project
Normal file
21
unikernel/duniverse/ocaml-syntax-shims/dune-project
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
(lang dune 2.0)
|
||||
(name ocaml-syntax-shims)
|
||||
(version 1.0.0)
|
||||
|
||||
(generate_opam_files true)
|
||||
|
||||
(license "MIT")
|
||||
(maintainers jeremie@dimino.org)
|
||||
(authors "Jérémie Dimino <jeremie@dimino.org>")
|
||||
(source (github ocaml-ppx/ocaml-syntax-shims))
|
||||
(documentation https://ocaml-ppx.github.io/ocaml-syntax-shims/)
|
||||
|
||||
(package
|
||||
(name ocaml-syntax-shims)
|
||||
(depends
|
||||
("ocaml" (>= "4.02.3")))
|
||||
(synopsis "Backport new syntax to older OCaml versions")
|
||||
(description "\
|
||||
This packages backports new features of the language to older
|
||||
compilers, such as let+.
|
||||
"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue