this repo has no description
1opam-version: "2.0"
2synopsis: "Stog plugin to generate rdf triples and execute sparql queries"
3maintainer: "zoggy@bat8.org"
4authors: "Zoggy <zoggy@bat8.org>"
5license: "GPL-3.0-only"
6homepage: "https://www.good-eris.net/stog/"
7doc: "https://www.good-eris.net/stog/doc.html"
8bug-reports: "https://framagit.org/zoggy/stog/issues"
9depends: [
10 "dune" {>= "2.9"}
11 "stog" {= version}
12 "rdf" {>= "0.13.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/stog.git"
32url {
33 src: "https://framagit.org/zoggy/stog/-/archive/0.20.0/stog-0.20.0.tar.gz"
34 checksum: [
35 "md5=2b0da8498e2e425cdbc44ff7ecb2a097"
36 "sha512=ae11b868e2a6d5e92ffffdde04f25ae1595e4bd7c9a6447327764327f17d2641713f01374f14ec9fd52e0ca7e0feb9d85c4fc5913aa49b4d1d73c52427d4263e"
37 ]
38}