this repo has no description
1opam-version: "2.0"
2synopsis: "Postgresql backend for rdf"
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 "rdf" {= version}
12 "postgresql" {>= "5.0.0"}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "--promote-install-files=false"
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29 ["dune" "install" "-p" name "--create-install-files" name]
30]
31dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git"
32url {
33 src:
34 "https://framagit.org/zoggy/ocaml-rdf/-/archive/0.13.0/ocaml-rdf-0.13.0.tar.gz"
35 checksum: [
36 "md5=98a004fb30bb175b9b50cbe99f48f15e"
37 "sha512=ffc1a0e67683773294d73d0dfa6aa32a046e5bcdc54c9879c16fd375a0d8269048a5600f91dd9af7af981214d1704fb86ce8713cfeba042d11ebae5457ed2ee5"
38 ]
39}