this repo has no description
1opam-version: "2.0"
2synopsis: "Bindings for Cleave"
3description: "Bindings for Cleave"
4maintainer: ["OCamlPro <contact@ocamlpro.com>"]
5authors: ["OCamlPro <contact@ocamlpro.com>"]
6license: "LGPL-2.1-only"
7homepage: "https://github.com/ocamlpro/ezjs_cleave"
8bug-reports: "https://github.com/ocamlpro/ezjs_cleave/issues"
9depends: [
10 "ocaml" {>= "4.05"}
11 "dune" {>= "2.0"}
12 "js_of_ocaml" {>= "3.6"}
13 "js_of_ocaml-ppx" {>= "3.6"}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/ocamlpro/ezjs_cleave.git"
30url {
31 src: "https://github.com/OCamlPro/ezjs_cleave/archive/0.1.tar.gz"
32 checksum: [
33 "sha256=5330d15965da7ff0b1203fd2686de8a71d31c376eb4dcaabcc127af2278be48f"
34 "sha512=9f36bb3b9a779b6e65b34f6c952ad86619fc4b311bdec94703ad9b21bcfbf0cc2880f5263eaaaba0133143e2a83618be18e18440a5b29bb239684e18fee7bb46"
35 ]
36}