opam-version: "2.0" synopsis: "Postgresql backend for rdf" 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"} "rdf" {= version} "postgresql" {>= "5.0.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/1.0.0/ocaml-rdf-1.0.0.tar.gz" checksum: [ "md5=43ce517489f775e6b65fcdef5e713e74" "sha512=6130e46d186ca4abf0c44a35ab040f696f8b4d10fd16db9212e8280500f8263626f0ab8d53479b926924b41e45ae4793251727de725c03c409052a96ad2d40bd" ] }