this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

7 packages from framagit.org/zoggy/ocaml-rdf/-/archive/1.0.0/ocaml-rdf-1.0.0.tar.gz

+294
+53
packages/rdf/rdf.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml library to manipulate RDF graphs; implements SPARQL" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "LGPL-3.0-only" 6 + homepage: "https://www.good-eris.net/ocaml-rdf/" 7 + doc: "https://www.good-eris.net/ocaml-rdf/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues" 9 + depends: [ 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 + ] 29 + build: [ 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 + ] 45 + dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git" 46 + url { 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 + }
+41
packages/rdf_impls/rdf_impls.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "C implementations (using Cyrptokit and Pcre) of functions used by Rdf" 4 + maintainer: "zoggy@bat8.org" 5 + authors: "Zoggy <zoggy@bat8.org>" 6 + license: "LGPL-3.0-only" 7 + homepage: "https://www.good-eris.net/ocaml-rdf/" 8 + doc: "https://www.good-eris.net/ocaml-rdf/doc.html" 9 + bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues" 10 + depends: [ 11 + "dune" {>= "2.9"} 12 + "rdf" {= version} 13 + "cryptokit" {>= "1.19"} 14 + "pcre" {>= "7.5.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "--promote-install-files=false" 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ["dune" "install" "-p" name "--create-install-files" name] 32 + ] 33 + dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git" 34 + url { 35 + src: 36 + "https://framagit.org/zoggy/ocaml-rdf/-/archive/1.0.0/ocaml-rdf-1.0.0.tar.gz" 37 + checksum: [ 38 + "md5=43ce517489f775e6b65fcdef5e713e74" 39 + "sha512=6130e46d186ca4abf0c44a35ab040f696f8b4d10fd16db9212e8280500f8263626f0ab8d53479b926924b41e45ae4793251727de725c03c409052a96ad2d40bd" 40 + ] 41 + }
+42
packages/rdf_json_ld/rdf_json_ld.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Json-ld" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "LGPL-3.0-only" 6 + homepage: "https://www.good-eris.net/ocaml-rdf/" 7 + doc: "https://www.good-eris.net/ocaml-rdf/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "rdf" {= version} 12 + "cohttp-lwt-unix" {>= "5.3.0"} 13 + "jsonm" {>= "1.0.2"} 14 + "lwt" {>= "5.7.0"} 15 + "lwt_ppx" {>= "2.1.0"} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "--promote-install-files=false" 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ["dune" "install" "-p" name "--create-install-files" name] 33 + ] 34 + dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git" 35 + url { 36 + src: 37 + "https://framagit.org/zoggy/ocaml-rdf/-/archive/1.0.0/ocaml-rdf-1.0.0.tar.gz" 38 + checksum: [ 39 + "md5=43ce517489f775e6b65fcdef5e713e74" 40 + "sha512=6130e46d186ca4abf0c44a35ab040f696f8b4d10fd16db9212e8280500f8263626f0ab8d53479b926924b41e45ae4793251727de725c03c409052a96ad2d40bd" 41 + ] 42 + }
+41
packages/rdf_lwt/rdf_lwt.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Sparql HTTP with Lwt" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "LGPL-3.0-only" 6 + homepage: "https://www.good-eris.net/ocaml-rdf/" 7 + doc: "https://www.good-eris.net/ocaml-rdf/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "rdf" {= version} 12 + "cohttp-lwt-unix" {>= "5.3.0"} 13 + "lwt" {>= "5.7.0"} 14 + "lwt_ppx" {>= "2.1.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "--promote-install-files=false" 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ["dune" "install" "-p" name "--create-install-files" name] 32 + ] 33 + dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git" 34 + url { 35 + src: 36 + "https://framagit.org/zoggy/ocaml-rdf/-/archive/1.0.0/ocaml-rdf-1.0.0.tar.gz" 37 + checksum: [ 38 + "md5=43ce517489f775e6b65fcdef5e713e74" 39 + "sha512=6130e46d186ca4abf0c44a35ab040f696f8b4d10fd16db9212e8280500f8263626f0ab8d53479b926924b41e45ae4793251727de725c03c409052a96ad2d40bd" 40 + ] 41 + }
+39
packages/rdf_mysql/rdf_mysql.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Mysql backend for rdf" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "LGPL-3.0-only" 6 + homepage: "https://www.good-eris.net/ocaml-rdf/" 7 + doc: "https://www.good-eris.net/ocaml-rdf/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "rdf" {= version} 12 + "mysql" {>= "1.2.4"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 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 + ] 31 + dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git" 32 + url { 33 + src: 34 + "https://framagit.org/zoggy/ocaml-rdf/-/archive/1.0.0/ocaml-rdf-1.0.0.tar.gz" 35 + checksum: [ 36 + "md5=43ce517489f775e6b65fcdef5e713e74" 37 + "sha512=6130e46d186ca4abf0c44a35ab040f696f8b4d10fd16db9212e8280500f8263626f0ab8d53479b926924b41e45ae4793251727de725c03c409052a96ad2d40bd" 38 + ] 39 + }
+39
packages/rdf_postgresql/rdf_postgresql.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Postgresql backend for rdf" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "LGPL-3.0-only" 6 + homepage: "https://www.good-eris.net/ocaml-rdf/" 7 + doc: "https://www.good-eris.net/ocaml-rdf/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "rdf" {= version} 12 + "postgresql" {>= "5.0.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 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 + ] 31 + dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git" 32 + url { 33 + src: 34 + "https://framagit.org/zoggy/ocaml-rdf/-/archive/1.0.0/ocaml-rdf-1.0.0.tar.gz" 35 + checksum: [ 36 + "md5=43ce517489f775e6b65fcdef5e713e74" 37 + "sha512=6130e46d186ca4abf0c44a35ab040f696f8b4d10fd16db9212e8280500f8263626f0ab8d53479b926924b41e45ae4793251727de725c03c409052a96ad2d40bd" 38 + ] 39 + }
+39
packages/rdf_ppx/rdf_ppx.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Syntax extension for rdf" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "LGPL-3.0-only" 6 + homepage: "https://www.good-eris.net/ocaml-rdf/" 7 + doc: "https://www.good-eris.net/ocaml-rdf/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/ocaml-rdf/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "rdf" {= version} 12 + "ppxlib" {>= "0.32.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 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 + ] 31 + dev-repo: "git+https://framagit.org/zoggy/ocaml-rdf.git" 32 + url { 33 + src: 34 + "https://framagit.org/zoggy/ocaml-rdf/-/archive/1.0.0/ocaml-rdf-1.0.0.tar.gz" 35 + checksum: [ 36 + "md5=43ce517489f775e6b65fcdef5e713e74" 37 + "sha512=6130e46d186ca4abf0c44a35ab040f696f8b4d10fd16db9212e8280500f8263626f0ab8d53479b926924b41e45ae4793251727de725c03c409052a96ad2d40bd" 38 + ] 39 + }