File tree Expand file tree Collapse file tree 7 files changed +308
-0
lines changed
solid_server/solid_server.0.1.0
solid_tools/solid_tools.0.1.0 Expand file tree Collapse file tree 7 files changed +308
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Library to build LDP applications"
3+ 4+ authors: "Zoggy <
[email protected] >"
5+ license: "LGPL-3.0-only"
6+ tags: ["rdf" "semantic web" "solid" "ldp"]
7+ homepage: "https://zoggy.frama.io/ocaml-ldp/"
8+ doc: "https://zoggy.frama.io/ocaml-ldp/"
9+ bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
10+ depends: [
11+ "dune" {>= "2.9"}
12+ "cohttp-lwt" {>= "4.0.0"}
13+ "fmt" {>= "0.8.9"}
14+ "logs" {>= "0.7.0"}
15+ "lwt" {>= "5.4.0"}
16+ "lwt_ppx" {>= "2.0.3"}
17+ "ocaml" {>= "4.14.0"}
18+ "ocf" {>= "0.8.0"}
19+ "ocf_ppx" {>= "0.8.0"}
20+ "rdf" {>= "0.13.0"}
21+ "rdf_ppx" {>= "0.13.0"}
22+ "sedlex" {>= "2.3"}
23+ "odoc" {with-doc}
24+ ]
25+ build: [
26+ ["dune" "subst"] {dev}
27+ [
28+ "dune"
29+ "build"
30+ "-p"
31+ name
32+ "-j"
33+ jobs
34+ "--promote-install-files=false"
35+ "@install"
36+ "@runtest" {with-test}
37+ "@doc" {with-doc}
38+ ]
39+ ["dune" "install" "-p" name "--create-install-files" name]
40+ ]
41+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
42+ url {
43+ src:
44+ "https://framagit.org/zoggy/ocaml-ldp/-/archive/0.1.0/ocaml-ldp-0.1.0.tar.bz2"
45+ checksum: [
46+ "md5=a5400f9f16b8140dac263e026515d317"
47+ "sha512=f6e8410363be8948f5c59704c4c635d398249e8378c0184323fccddac145f7e3c59b90da2b3a0e195478b279ec07a007af49daee1e18a53f2072d0b25c1f6bc3"
48+ ]
49+ }
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Library to build LDP applications using Curl"
3+ 4+ authors: "Zoggy <
[email protected] >"
5+ license: "LGPL-3.0-only"
6+ homepage: "https://zoggy.frama.io/ocaml-ldp/"
7+ doc: "https://zoggy.frama.io/ocaml-ldp/"
8+ bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
9+ depends: [
10+ "dune" {>= "2.9"}
11+ "ldp" {= version}
12+ "ocaml" {>= "4.14.0"}
13+ "ocurl" {>= "0.9.1"}
14+ "odoc" {with-doc}
15+ ]
16+ build: [
17+ ["dune" "subst"] {dev}
18+ [
19+ "dune"
20+ "build"
21+ "-p"
22+ name
23+ "-j"
24+ jobs
25+ "--promote-install-files=false"
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ["dune" "install" "-p" name "--create-install-files" name]
31+ ]
32+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
33+ url {
34+ src:
35+ "https://framagit.org/zoggy/ocaml-ldp/-/archive/0.1.0/ocaml-ldp-0.1.0.tar.bz2"
36+ checksum: [
37+ "md5=a5400f9f16b8140dac263e026515d317"
38+ "sha512=f6e8410363be8948f5c59704c4c635d398249e8378c0184323fccddac145f7e3c59b90da2b3a0e195478b279ec07a007af49daee1e18a53f2072d0b25c1f6bc3"
39+ ]
40+ }
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Library to build LDP applications in JS"
3+ 4+ authors: "Zoggy <
[email protected] >"
5+ license: "LGPL-3.0-only"
6+ homepage: "https://zoggy.frama.io/ocaml-ldp/"
7+ doc: "https://zoggy.frama.io/ocaml-ldp/"
8+ bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
9+ depends: [
10+ "dune" {>= "2.9"}
11+ "ldp" {= version}
12+ "ocaml" {>= "4.14.0"}
13+ "js_of_ocaml" {>= "3.9.0"}
14+ "js_of_ocaml-ppx" {>= "3.9.0"}
15+ "cohttp-lwt-jsoo" {>= "4.0.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-ldp.git"
35+ url {
36+ src:
37+ "https://framagit.org/zoggy/ocaml-ldp/-/archive/0.1.0/ocaml-ldp-0.1.0.tar.bz2"
38+ checksum: [
39+ "md5=a5400f9f16b8140dac263e026515d317"
40+ "sha512=f6e8410363be8948f5c59704c4c635d398249e8378c0184323fccddac145f7e3c59b90da2b3a0e195478b279ec07a007af49daee1e18a53f2072d0b25c1f6bc3"
41+ ]
42+ }
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Library to build LDP applications using TLS"
3+ 4+ authors: "Zoggy <
[email protected] >"
5+ license: "LGPL-3.0-only"
6+ homepage: "https://zoggy.frama.io/ocaml-ldp/"
7+ doc: "https://zoggy.frama.io/ocaml-ldp/"
8+ bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
9+ depends: [
10+ "dune" {>= "2.9"}
11+ "ldp" {= version}
12+ "ocaml" {>= "4.14.0"}
13+ "tls-lwt" {>= "0.16.0"}
14+ "tls" {>= "0.16.0"}
15+ "ppx_sexp_conv"
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-ldp.git"
35+ url {
36+ src:
37+ "https://framagit.org/zoggy/ocaml-ldp/-/archive/0.1.0/ocaml-ldp-0.1.0.tar.bz2"
38+ checksum: [
39+ "md5=a5400f9f16b8140dac263e026515d317"
40+ "sha512=f6e8410363be8948f5c59704c4c635d398249e8378c0184323fccddac145f7e3c59b90da2b3a0e195478b279ec07a007af49daee1e18a53f2072d0b25c1f6bc3"
41+ ]
42+ }
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Library to build SOLID applications"
3+ 4+ authors: "Zoggy <
[email protected] >"
5+ license: "LGPL-3.0-only"
6+ tags: ["rdf" "semantic web" "solid" "ldp"]
7+ homepage: "https://zoggy.frama.io/ocaml-ldp/"
8+ doc: "https://zoggy.frama.io/ocaml-ldp/"
9+ bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
10+ depends: [
11+ "dune" {>= "2.9"}
12+ "ldp" {= version}
13+ "ocaml" {>= "4.14.0"}
14+ "odoc" {with-doc}
15+ ]
16+ build: [
17+ ["dune" "subst"] {dev}
18+ [
19+ "dune"
20+ "build"
21+ "-p"
22+ name
23+ "-j"
24+ jobs
25+ "--promote-install-files=false"
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ["dune" "install" "-p" name "--create-install-files" name]
31+ ]
32+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
33+ url {
34+ src:
35+ "https://framagit.org/zoggy/ocaml-ldp/-/archive/0.1.0/ocaml-ldp-0.1.0.tar.bz2"
36+ checksum: [
37+ "md5=a5400f9f16b8140dac263e026515d317"
38+ "sha512=f6e8410363be8948f5c59704c4c635d398249e8378c0184323fccddac145f7e3c59b90da2b3a0e195478b279ec07a007af49daee1e18a53f2072d0b25c1f6bc3"
39+ ]
40+ }
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "SOLID server under development"
3+ 4+ authors: "Zoggy <
[email protected] >"
5+ license: "LGPL-3.0-only"
6+ tags: ["rdf" "semantic web" "solid" "ldp"]
7+ homepage: "https://zoggy.frama.io/ocaml-ldp/"
8+ doc: "https://zoggy.frama.io/ocaml-ldp/"
9+ bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
10+ depends: [
11+ "dune" {>= "2.9"}
12+ "calendar" {>= "2.04"}
13+ "cohttp-lwt-unix" {>= "4.0.0"}
14+ "cryptokit" {>= "1.16.1"}
15+ "fpath" {>= "0.7.3"}
16+ "git-unix" {>= "3.4.0"}
17+ "ldp_curl" {= version}
18+ "ldp_tls" {= version}
19+ "ocaml" {>= "4.14.0"}
20+ "ppx_blob" {>= "0.7.2"}
21+ "solid" {= version}
22+ "webmachine" {>= "0.7.0"}
23+ "xtmpl" {>= "0.19.0"}
24+ "xtmpl_ppx" {>= "0.19.0"}
25+ "odoc" {with-doc}
26+ ]
27+ build: [
28+ ["dune" "subst"] {dev}
29+ [
30+ "dune"
31+ "build"
32+ "-p"
33+ name
34+ "-j"
35+ jobs
36+ "--promote-install-files=false"
37+ "@install"
38+ "@runtest" {with-test}
39+ "@doc" {with-doc}
40+ ]
41+ ["dune" "install" "-p" name "--create-install-files" name]
42+ ]
43+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
44+ url {
45+ src:
46+ "https://framagit.org/zoggy/ocaml-ldp/-/archive/0.1.0/ocaml-ldp-0.1.0.tar.bz2"
47+ checksum: [
48+ "md5=a5400f9f16b8140dac263e026515d317"
49+ "sha512=f6e8410363be8948f5c59704c4c635d398249e8378c0184323fccddac145f7e3c59b90da2b3a0e195478b279ec07a007af49daee1e18a53f2072d0b25c1f6bc3"
50+ ]
51+ }
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Library to build SOLID tools"
3+ 4+ authors: "Zoggy <
[email protected] >"
5+ license: "LGPL-3.0-only"
6+ tags: ["rdf" "semantic web" "solid" "ldp"]
7+ homepage: "https://zoggy.frama.io/ocaml-ldp/"
8+ doc: "https://zoggy.frama.io/ocaml-ldp/"
9+ bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
10+ depends: [
11+ "dune" {>= "2.9"}
12+ "ocaml" {>= "4.14.0"}
13+ "ldp_curl" {= version}
14+ "ldp_tls" {= version}
15+ "solid" {= version}
16+ "ocf" {>= "0.8.0"}
17+ "ocf_ppx" {>= "0.8.0"}
18+ "odoc" {with-doc}
19+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ [
23+ "dune"
24+ "build"
25+ "-p"
26+ name
27+ "-j"
28+ jobs
29+ "--promote-install-files=false"
30+ "@install"
31+ "@runtest" {with-test}
32+ "@doc" {with-doc}
33+ ]
34+ ["dune" "install" "-p" name "--create-install-files" name]
35+ ]
36+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
37+ url {
38+ src:
39+ "https://framagit.org/zoggy/ocaml-ldp/-/archive/0.1.0/ocaml-ldp-0.1.0.tar.bz2"
40+ checksum: [
41+ "md5=a5400f9f16b8140dac263e026515d317"
42+ "sha512=f6e8410363be8948f5c59704c4c635d398249e8378c0184323fccddac145f7e3c59b90da2b3a0e195478b279ec07a007af49daee1e18a53f2072d0b25c1f6bc3"
43+ ]
44+ }
You can’t perform that action at this time.
0 commit comments