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/0.14.0/ocaml-rdf-0.14.0.tar.gz" checksum: [ "md5=430a2d24537cac2d48b0c5f5a51794b8" "sha512=8f6d0416477890716bf7e9179fca971fc55b0f0cb75972d0d485cb8700361f4fba627a512f123615ef722bdaa5e694ccf84d58497d238067b94269ab99c48264" ] }