this repo has no description
1opam-version: "2.0"
2synopsis: "Library to build LDP applications in JS"
3maintainer: "zoggy@bat8.org"
4authors: "Zoggy <zoggy@bat8.org>"
5license: "LGPL-3.0-only"
6homepage: "https://zoggy.frama.io/ocaml-ldp/"
7doc: "https://zoggy.frama.io/ocaml-ldp/"
8bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
9depends: [
10 "dune" {>= "2.9"}
11 "ldp" {= version}
12 "ocaml" {>= "4.14.0"}
13 "js_of_ocaml" {>= "3.9.0"}
14 "js_of_ocaml-ppx" {>= "3.9.0"}
15 "cohttp-lwt-jsoo" {>= "5.3.0"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "--promote-install-files=false"
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32 ["dune" "install" "-p" name "--create-install-files" name]
33]
34dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
35url {
36 src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.3.0.tar.gz"
37 checksum: [
38 "md5=8903912748afccb622e88b52d1d89260"
39 "sha512=4924c40cf5f80d7b46e93de848bc52cbe7fa0b864082f93c07c253cd0d81395160339e80533d6b5bd4779c93afd1e37754323e1ca4a5a0b5371c840ee1bf2f67"
40 ]
41}