this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml library to manipulate RDF graphs; implements SPARQL"
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 "dune-build-info" {>= "2.9.1"}
12 "fmt" {>= "0.9.0"}
13 "iri" {>= "1.0.0"}
14 "jsonm" {>= "1.0.2"}
15 "logs" {>= "0.7.0"}
16 "menhir" {>= "20231231"}
17 "pcre" {>= "7.5.0"}
18 "ptime" {>= "1.1.0"}
19 "re" {>= "1.11.0"}
20 "sedlex" {>= "3.2"}
21 "uri" {>= "4.4.0"}
22 "uucp" {>= "15.1.0"}
23 "uuidm" {>= "0.9.8"}
24 "uutf" {>= "1.0.3"}
25 "xmlm" {>= "1.4.0"}
26 "yojson" {>= "2.1.2"}
27 "odoc" {with-doc}
28]
29build: [
30 ["dune" "subst"] {dev}
31 [
32 "dune"
33 "build"
34 "-p"
35 name
36 "-j"
37 jobs
38 "--promote-install-files=false"
39 "@install"
40 "@runtest" {with-test}
41 "@doc" {with-doc}
42 ]
43 ["dune" "install" "-p" name "--create-install-files" name]
44]
45dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git"
46url {
47 src:
48 "https://framagit.org/zoggy/ocaml-rdf/-/archive/1.0.0/ocaml-rdf-1.0.0.tar.gz"
49 checksum: [
50 "md5=43ce517489f775e6b65fcdef5e713e74"
51 "sha512=6130e46d186ca4abf0c44a35ab040f696f8b4d10fd16db9212e8280500f8263626f0ab8d53479b926924b41e45ae4793251727de725c03c409052a96ad2d40bd"
52 ]
53}