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