this repo has no description
1opam-version: "2.0"
2synopsis: "Backport new syntax to older OCaml versions"
3description: """
4This packages backports new features of the language to older
5compilers, such as let+.
6"""
7maintainer: ["jeremie@dimino.org"]
8authors: ["Jérémie Dimino <jeremie@dimino.org>"]
9license: "MIT"
10homepage: "https://github.com/ocaml-ppx/ocaml-syntax-shims"
11doc: "https://ocaml-ppx.github.io/ocaml-syntax-shims/"
12bug-reports: "https://github.com/ocaml-ppx/ocaml-syntax-shims/issues"
13depends: [
14 "dune" {>= "2.0"}
15 "ocaml" {>= "4.02.3"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/ocaml-ppx/ocaml-syntax-shims.git"
32url {
33 src:
34 "https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz"
35 checksum: [
36 "sha256=89b2e193e90a0c168b6ec5ddf6fef09033681bdcb64e11913c97440a2722e8c8"
37 "sha512=75c4c6b0bfa1267a8a49a82ba494d08cf0823fc8350863d6d3d4971528cb09e5a2a29e2981d04c75e76ad0f49360b05a432c9efeff9a4fbc1ec6b28960399852"
38 ]
39}