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.6.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.13.0/ocaml-rdf-0.13.0.tar.gz" 51 checksum: [ 52 "md5=98a004fb30bb175b9b50cbe99f48f15e" 53 "sha512=ffc1a0e67683773294d73d0dfa6aa32a046e5bcdc54c9879c16fd375a0d8269048a5600f91dd9af7af981214d1704fb86ce8713cfeba042d11ebae5457ed2ee5" 54 ] 55}