this repo has no description

5 packages from framagit.org/zoggy/ocaml-rdf/-/archive/0.14.0/ocaml-rdf-0.14.0.tar.gz

Changed files
+213
packages
rdf
rdf.0.14.0
rdf_lwt
rdf_lwt.0.14.0
rdf_mysql
rdf_mysql.0.14.0
rdf_postgresql
rdf_postgresql.0.14.0
rdf_ppx
rdf_ppx.0.14.0
+55
packages/rdf/rdf.0.14.0/opam
···
+
opam-version: "2.0"
+
synopsis: "OCaml library to manipulate RDF graphs; implements SPARQL"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "LGPL-3.0-only"
+
homepage: "https://www.good-eris.net/ocaml-rdf/"
+
doc: "https://www.good-eris.net/ocaml-rdf/doc.html"
+
bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"dune-build-info" {>= "2.9.1"}
+
"logs" {>= "0.7.0"}
+
"fmt" {>= "0.8.9"}
+
"ptime" {>= "0.8.5"}
+
"re" {>= "1.10.3"}
+
"uri" {>= "4.2.0"}
+
"uuidm" {>= "0.9.7"}
+
"uutf" {>= "1.0.0"}
+
"xmlm" {>= "1.3.0"}
+
"sedlex" {>= "2.3"}
+
"menhir" {>= "20210419"}
+
"cryptokit" {>= "1.7"}
+
"pcre" {>= "7.4.6"}
+
"iri" {>= "0.6.0"}
+
"jsonm" {>= "1.0.0"}
+
"uucp" {>= "14.0.0"}
+
"uutf" {>= "1.0.0"}
+
"yojson" {>= "1.7.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git"
+
url {
+
src:
+
"https://framagit.org/zoggy/ocaml-rdf/-/archive/0.14.0/ocaml-rdf-0.14.0.tar.gz"
+
checksum: [
+
"md5=430a2d24537cac2d48b0c5f5a51794b8"
+
"sha512=8f6d0416477890716bf7e9179fca971fc55b0f0cb75972d0d485cb8700361f4fba627a512f123615ef722bdaa5e694ccf84d58497d238067b94269ab99c48264"
+
]
+
}
+41
packages/rdf_lwt/rdf_lwt.0.14.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Sparql HTTP with Lwt"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "LGPL-3.0-only"
+
homepage: "https://www.good-eris.net/ocaml-rdf/"
+
doc: "https://www.good-eris.net/ocaml-rdf/doc.html"
+
bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"rdf" {= version}
+
"cohttp-lwt-unix" {>= "4.0.0"}
+
"lwt" {>= "5.4.0"}
+
"lwt_ppx" {>= "2.0.2"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git"
+
url {
+
src:
+
"https://framagit.org/zoggy/ocaml-rdf/-/archive/0.14.0/ocaml-rdf-0.14.0.tar.gz"
+
checksum: [
+
"md5=430a2d24537cac2d48b0c5f5a51794b8"
+
"sha512=8f6d0416477890716bf7e9179fca971fc55b0f0cb75972d0d485cb8700361f4fba627a512f123615ef722bdaa5e694ccf84d58497d238067b94269ab99c48264"
+
]
+
}
+39
packages/rdf_mysql/rdf_mysql.0.14.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Mysql backend for rdf"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "LGPL-3.0-only"
+
homepage: "https://www.good-eris.net/ocaml-rdf/"
+
doc: "https://www.good-eris.net/ocaml-rdf/doc.html"
+
bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"rdf" {= version}
+
"mysql" {>= "1.1.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git"
+
url {
+
src:
+
"https://framagit.org/zoggy/ocaml-rdf/-/archive/0.14.0/ocaml-rdf-0.14.0.tar.gz"
+
checksum: [
+
"md5=430a2d24537cac2d48b0c5f5a51794b8"
+
"sha512=8f6d0416477890716bf7e9179fca971fc55b0f0cb75972d0d485cb8700361f4fba627a512f123615ef722bdaa5e694ccf84d58497d238067b94269ab99c48264"
+
]
+
}
+39
packages/rdf_postgresql/rdf_postgresql.0.14.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Postgresql backend for rdf"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "LGPL-3.0-only"
+
homepage: "https://www.good-eris.net/ocaml-rdf/"
+
doc: "https://www.good-eris.net/ocaml-rdf/doc.html"
+
bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"rdf" {= version}
+
"postgresql" {>= "5.0.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git"
+
url {
+
src:
+
"https://framagit.org/zoggy/ocaml-rdf/-/archive/0.14.0/ocaml-rdf-0.14.0.tar.gz"
+
checksum: [
+
"md5=430a2d24537cac2d48b0c5f5a51794b8"
+
"sha512=8f6d0416477890716bf7e9179fca971fc55b0f0cb75972d0d485cb8700361f4fba627a512f123615ef722bdaa5e694ccf84d58497d238067b94269ab99c48264"
+
]
+
}
+39
packages/rdf_ppx/rdf_ppx.0.14.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Syntax extension for rdf"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "LGPL-3.0-only"
+
homepage: "https://www.good-eris.net/ocaml-rdf/"
+
doc: "https://www.good-eris.net/ocaml-rdf/doc.html"
+
bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"rdf" {= version}
+
"ppxlib" {>= "0.23.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git"
+
url {
+
src:
+
"https://framagit.org/zoggy/ocaml-rdf/-/archive/0.14.0/ocaml-rdf-0.14.0.tar.gz"
+
checksum: [
+
"md5=430a2d24537cac2d48b0c5f5a51794b8"
+
"sha512=8f6d0416477890716bf7e9179fca971fc55b0f0cb75972d0d485cb8700361f4fba627a512f123615ef722bdaa5e694ccf84d58497d238067b94269ab99c48264"
+
]
+
}