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