this repo has no description
1opam-version: "2.0" 2synopsis: "Library to build LDP applications" 3maintainer: "zoggy@bat8.org" 4authors: "Zoggy <zoggy@bat8.org>" 5license: "LGPL-3.0-only" 6tags: ["rdf" "semantic web" "solid" "ldp"] 7homepage: "https://zoggy.frama.io/ocaml-ldp/" 8doc: "https://zoggy.frama.io/ocaml-ldp/" 9bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues" 10depends: [ 11 "dune" {>= "2.9"} 12 "cohttp-lwt" {>= "5.3.0"} 13 "fmt" {>= "0.8.9"} 14 "logs" {>= "0.7.0"} 15 "lwt" {>= "5.4.0"} 16 "lwt_ppx" {>= "2.0.3"} 17 "ocaml" {>= "4.14.0"} 18 "ocf" {>= "0.8.0"} 19 "ocf_ppx" {>= "0.8.0"} 20 "rdf" {>= "1.0.0"} 21 "rdf_ppx" {>= "1.0.0"} 22 "sedlex" {>= "2.3"} 23 "odoc" {with-doc} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "--promote-install-files=false" 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39 ["dune" "install" "-p" name "--create-install-files" name] 40] 41dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git" 42url { 43 src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.3.0.tar.gz" 44 checksum: [ 45 "md5=8903912748afccb622e88b52d1d89260" 46 "sha512=4924c40cf5f80d7b46e93de848bc52cbe7fa0b864082f93c07c253cd0d81395160339e80533d6b5bd4779c93afd1e37754323e1ca4a5a0b5371c840ee1bf2f67" 47 ] 48}