this repo has no description
1opam-version: "2.0"
2maintainer: "zoggy@bat8.org"
3authors: ["Maxence Guesdon"]
4homepage: "http://www.good-eris.net/stog/plugins/rdf.html"
5
6license: "GPL-3.0-only"
7doc: ["http://www.good-eris.net/stog/plugins/rdf.html"]
8dev-repo: "git+https://framagit.org/zoggy/stog-rdf.git"
9bug-reports: "https://framagit.org/zoggy/stog-rdf/issues"
10
11tags: ["publication" "rdf" "sparql" "semantic web"]
12build: [
13 [make "all"]
14]
15install: [
16 [make "install"]
17]
18remove: [["ocamlfind" "remove" "stog-rdf"]]
19depends: [
20 "ocaml" {>= "4.02.1"}
21 "stog" {= "0.16.0"}
22 "rdf" {>= "0.10.0"}
23]
24synopsis: "Plugin for Stog. Define and query RDF graphs in rewrite rules."
25description: """
26This plugin allows to use RDF graphs to generate parts of
27documents and to generate RDF graphs from elements in
28documents."""
29flags: light-uninstall
30url {
31 src:
32 "https://framagit.org/zoggy/old-codes/-/archive/stog-rdf-0.16.1/old-codes-stog-rdf-0.16.1.tar.gz"
33 checksum: [
34 "sha256=ed621ad139669509a1bdffe55a5f08a242e7add6845827ef819ac773bcf8eded"
35 "md5=9b5650b064f146d5d635ee828448f83a"
36 ]
37}