opam-version: "2.0" synopsis: "OCaml library to manipulate RDF graphs; implements SPARQL" maintainer: "zoggy@bat8.org" authors: "Zoggy " license: "LGPL-3.0-only" homepage: "https://www.good-eris.net/ocaml-rdf/" doc: "https://www.good-eris.net/ocaml-rdf/doc.html" bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues" depends: [ "dune" {>= "2.9"} "dune-build-info" {>= "2.9.1"} "logs" {>= "0.7.0"} "fmt" {>= "0.8.9"} "ptime" {>= "0.8.5"} "re" {>= "1.10.3"} "uri" {>= "4.2.0"} "uuidm" {>= "0.9.7"} "uutf" {>= "1.0.0"} "xmlm" {>= "1.3.0"} "sedlex" {>= "2.3"} "menhir" {>= "20210419"} "cryptokit" {>= "1.7"} "pcre" {>= "7.4.6"} "iri" {>= "0.7.0"} "jsonm" {>= "1.0.0"} "uucp" {>= "14.0.0"} "uutf" {>= "1.0.0"} "yojson" {>= "1.7.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git" url { src: "https://framagit.org/zoggy/ocaml-rdf/-/archive/0.15.0/ocaml-rdf-0.15.0.tar.gz" checksum: [ "md5=5a4584aeef27f92598fe1cbafed9923f" "sha512=f14c2577f89a1c80aa3594ed4e91ed4e6f13dfc4bc5e41b6d7ceb84f9c4e587ca2cda0b5e201aa388561f37d43de0a84b6b795db62c3972b640cea88bab7304b" ] }