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" {>= "4.0.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:
37 "https://framagit.org/zoggy/ocaml-ldp/-/archive/0.1.0/ocaml-ldp-0.1.0.tar.bz2"
38 checksum: [
39 "md5=a5400f9f16b8140dac263e026515d317"
40 "sha512=f6e8410363be8948f5c59704c4c635d398249e8378c0184323fccddac145f7e3c59b90da2b3a0e195478b279ec07a007af49daee1e18a53f2072d0b25c1f6bc3"
41 ]
42}