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