this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml library to manipulate RDF graphs; implements SPARQL" 3maintainer: "zoggy@bat8.org" 4authors: "Zoggy <zoggy@bat8.org>" 5license: "LGPL-3.0-only" 6homepage: "https://www.good-eris.net/ocaml-rdf/" 7doc: "https://www.good-eris.net/ocaml-rdf/doc.html" 8bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues" 9depends: [ 10 "dune" {>= "2.9"} 11 "dune-build-info" {>= "2.9.1"} 12 "logs" {>= "0.7.0"} 13 "fmt" {>= "0.8.9"} 14 "ptime" {>= "0.8.5"} 15 "re" {>= "1.10.3"} 16 "uri" {>= "4.2.0"} 17 "uuidm" {>= "0.9.7"} 18 "uutf" {>= "1.0.0"} 19 "xmlm" {>= "1.3.0"} 20 "sedlex" {>= "2.3"} 21 "menhir" {>= "20210419"} 22 "cryptokit" {>= "1.7"} 23 "pcre" {>= "7.4.6"} 24 "iri" {>= "0.7.0"} 25 "jsonm" {>= "1.0.0"} 26 "uucp" {>= "14.0.0"} 27 "uutf" {>= "1.0.0"} 28 "yojson" {>= "1.7.0"} 29 "odoc" {with-doc} 30] 31build: [ 32 ["dune" "subst"] {dev} 33 [ 34 "dune" 35 "build" 36 "-p" 37 name 38 "-j" 39 jobs 40 "--promote-install-files=false" 41 "@install" 42 "@runtest" {with-test} 43 "@doc" {with-doc} 44 ] 45 ["dune" "install" "-p" name "--create-install-files" name] 46] 47dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git" 48url { 49 src: 50 "https://framagit.org/zoggy/ocaml-rdf/-/archive/0.15.0/ocaml-rdf-0.15.0.tar.gz" 51 checksum: [ 52 "md5=5a4584aeef27f92598fe1cbafed9923f" 53 "sha512=f14c2577f89a1c80aa3594ed4e91ed4e6f13dfc4bc5e41b6d7ceb84f9c4e587ca2cda0b5e201aa388561f37d43de0a84b6b795db62c3972b640cea88bab7304b" 54 ] 55}