this repo has no description
1opam-version: "2.0"
2synopsis: "Library to build LDP applications using Curl"
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 "cohttp-lwt" {< "6.0~~"}
13 "ocaml" {>= "4.14.0"}
14 "ocurl" {>= "0.9.1"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "--promote-install-files=false"
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31 ["dune" "install" "-p" name "--create-install-files" name]
32]
33dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
34url {
35 src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.2.0.tar.gz"
36 checksum: [
37 "md5=7f82ccbdcb07a75f6d2bb7ca226d02df"
38 "sha512=42f8e53d6634de4b19ac5249fcd8e3d2bde13de7a3963e6821eae9e7b46ff914458d3bfde201352fd18b6de14bb276705561d8fd09a09ddd16f001d0f25cf209"
39 ]
40}