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 "logs" {>= "0.7.0"}
13 "fmt" {>= "0.8.9"}
14 "ptime" {>= "0.8.5"}
15 "re" {>= "1.10.3"}
16 "uri" {>= "4.2.0"}
17 "uuidm" {>= "0.9.7"}
18 "uutf" {>= "1.0.0"}
19 "xmlm" {>= "1.3.0"}
20 "sedlex" {>= "2.3"}
21 "menhir" {>= "20210419"}
22 "cryptokit" {>= "1.7"}
23 "pcre" {>= "7.4.6"}
24 "iri" {>= "0.6.0"}
25 "jsonm" {>= "1.0.0"}
26 "uucp" {>= "14.0.0"}
27 "uutf" {>= "1.0.0"}
28 "yojson" {>= "1.7.0"}
29 "odoc" {with-doc}
30]
31build: [
32 ["dune" "subst"] {dev}
33 [
34 "dune"
35 "build"
36 "-p"
37 name
38 "-j"
39 jobs
40 "--promote-install-files=false"
41 "@install"
42 "@runtest" {with-test}
43 "@doc" {with-doc}
44 ]
45 ["dune" "install" "-p" name "--create-install-files" name]
46]
47dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git"
48url {
49 src:
50 "https://framagit.org/zoggy/ocaml-rdf/-/archive/0.14.0/ocaml-rdf-0.14.0.tar.gz"
51 checksum: [
52 "md5=430a2d24537cac2d48b0c5f5a51794b8"
53 "sha512=8f6d0416477890716bf7e9179fca971fc55b0f0cb75972d0d485cb8700361f4fba627a512f123615ef722bdaa5e694ccf84d58497d238067b94269ab99c48264"
54 ]
55}