This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View 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+.
"))