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.3.0.tar.gz" 36 checksum: [ 37 "md5=8903912748afccb622e88b52d1d89260" 38 "sha512=4924c40cf5f80d7b46e93de848bc52cbe7fa0b864082f93c07c253cd0d81395160339e80533d6b5bd4779c93afd1e37754323e1ca4a5a0b5371c840ee1bf2f67" 39 ] 40}