File tree Expand file tree Collapse file tree 7 files changed +297
-0
lines changed
solid_server/solid_server.0.5.0
solid_tools/solid_tools.0.5.0 Expand file tree Collapse file tree 7 files changed +297
-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" {>= "3.19"}
12+ "cohttp-lwt" {>= "5.3.0"}
13+ "cohttp-lwt" {< "6"}
14+ "fmt" {>= "0.8.9"}
15+ "logs" {>= "0.7.0"}
16+ "lwt" {>= "5.4.0"}
17+ "lwt_ppx" {>= "2.0.3"}
18+ "ocaml" {>= "4.14.0"}
19+ "ocf" {>= "0.8.0"}
20+ "ocf_ppx" {>= "0.8.0"}
21+ "rdf" {>= "1.0.0"}
22+ "rdf_ppx" {>= "1.0.0"}
23+ "sedlex" {>= "2.3"}
24+ "odoc" {with-doc}
25+ ]
26+ build: [
27+ ["dune" "subst"] {dev}
28+ [
29+ "dune"
30+ "build"
31+ "-p"
32+ name
33+ "-j"
34+ jobs
35+ "@install"
36+ "@runtest" {with-test}
37+ "@doc" {with-doc}
38+ ]
39+ ]
40+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
41+ url {
42+ src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.5.0.tar.gz"
43+ checksum: [
44+ "md5=fee838e51dd241528ad271c6ef56345a"
45+ "sha512=cbb718fb10fbc12c3b2f38a57d87e6af13e108699bf5a812cc490ed3397ed9c0f5d2793b5848c7e6d75a47dd10cfa87ba8bacc119f01733f22cc116ea045b27f"
46+ ]
47+ }
48+ x-maintenance-intent: ["(latest)"]
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" {>= "3.19"}
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+ "@install"
26+ "@runtest" {with-test}
27+ "@doc" {with-doc}
28+ ]
29+ ]
30+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
31+ url {
32+ src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.5.0.tar.gz"
33+ checksum: [
34+ "md5=fee838e51dd241528ad271c6ef56345a"
35+ "sha512=cbb718fb10fbc12c3b2f38a57d87e6af13e108699bf5a812cc490ed3397ed9c0f5d2793b5848c7e6d75a47dd10cfa87ba8bacc119f01733f22cc116ea045b27f"
36+ ]
37+ }
38+ x-maintenance-intent: ["(latest)"]
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" {>= "3.19"}
11+ "ldp" {= version}
12+ "ocaml" {>= "4.14.0"}
13+ "js_of_ocaml" {>= "6.0.1"}
14+ "js_of_ocaml-ppx" {>= "6.0.1"}
15+ "cohttp-lwt-jsoo" {>= "5.3.0"}
16+ "cohttp-lwt-jsoo" {< "6"}
17+ "odoc" {with-doc}
18+ ]
19+ build: [
20+ ["dune" "subst"] {dev}
21+ [
22+ "dune"
23+ "build"
24+ "-p"
25+ name
26+ "-j"
27+ jobs
28+ "@install"
29+ "@runtest" {with-test}
30+ "@doc" {with-doc}
31+ ]
32+ ]
33+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
34+ url {
35+ src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.5.0.tar.gz"
36+ checksum: [
37+ "md5=fee838e51dd241528ad271c6ef56345a"
38+ "sha512=cbb718fb10fbc12c3b2f38a57d87e6af13e108699bf5a812cc490ed3397ed9c0f5d2793b5848c7e6d75a47dd10cfa87ba8bacc119f01733f22cc116ea045b27f"
39+ ]
40+ }
41+ x-maintenance-intent: ["(latest)"]
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" {>= "3.19"}
11+ "ldp" {= version}
12+ "ocaml" {>= "4.14.0"}
13+ "tls-lwt" {>= "1.0.2"}
14+ "tls" {>= "1.0.2"}
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+ "@install"
28+ "@runtest" {with-test}
29+ "@doc" {with-doc}
30+ ]
31+ ]
32+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
33+ url {
34+ src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.5.0.tar.gz"
35+ checksum: [
36+ "md5=fee838e51dd241528ad271c6ef56345a"
37+ "sha512=cbb718fb10fbc12c3b2f38a57d87e6af13e108699bf5a812cc490ed3397ed9c0f5d2793b5848c7e6d75a47dd10cfa87ba8bacc119f01733f22cc116ea045b27f"
38+ ]
39+ }
40+ x-maintenance-intent: ["(latest)"]
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" {>= "3.19"}
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+ "@install"
26+ "@runtest" {with-test}
27+ "@doc" {with-doc}
28+ ]
29+ ]
30+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
31+ url {
32+ src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.5.0.tar.gz"
33+ checksum: [
34+ "md5=fee838e51dd241528ad271c6ef56345a"
35+ "sha512=cbb718fb10fbc12c3b2f38a57d87e6af13e108699bf5a812cc490ed3397ed9c0f5d2793b5848c7e6d75a47dd10cfa87ba8bacc119f01733f22cc116ea045b27f"
36+ ]
37+ }
38+ x-maintenance-intent: ["(latest)"]
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" {>= "3.19"}
12+ "calendar" {>= "2.04"}
13+ "cohttp-lwt-unix" {>= "5.3.0"}
14+ "cohttp-lwt-unix" {< "6"}
15+ "cryptokit" {>= "1.16.1"}
16+ "fpath" {>= "0.7.3"}
17+ "git-unix" {>= "3.4.0"}
18+ "ldp_curl" {= version}
19+ "ldp_tls" {= version}
20+ "ocaml" {>= "4.14.0"}
21+ "ppx_blob" {>= "0.9.0"}
22+ "solid" {= version}
23+ "webmachine" {>= "0.7.0"}
24+ "xtmpl" {>= "0.19.0"}
25+ "xtmpl_ppx" {>= "0.19.0"}
26+ "odoc" {with-doc}
27+ ]
28+ build: [
29+ ["dune" "subst"] {dev}
30+ [
31+ "dune"
32+ "build"
33+ "-p"
34+ name
35+ "-j"
36+ jobs
37+ "@install"
38+ "@runtest" {with-test}
39+ "@doc" {with-doc}
40+ ]
41+ ]
42+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
43+ url {
44+ src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.5.0.tar.gz"
45+ checksum: [
46+ "md5=fee838e51dd241528ad271c6ef56345a"
47+ "sha512=cbb718fb10fbc12c3b2f38a57d87e6af13e108699bf5a812cc490ed3397ed9c0f5d2793b5848c7e6d75a47dd10cfa87ba8bacc119f01733f22cc116ea045b27f"
48+ ]
49+ }
50+ x-maintenance-intent: ["(latest)"]
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" {>= "3.19"}
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+ "@install"
30+ "@runtest" {with-test}
31+ "@doc" {with-doc}
32+ ]
33+ ]
34+ dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git"
35+ url {
36+ src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.5.0.tar.gz"
37+ checksum: [
38+ "md5=fee838e51dd241528ad271c6ef56345a"
39+ "sha512=cbb718fb10fbc12c3b2f38a57d87e6af13e108699bf5a812cc490ed3397ed9c0f5d2793b5848c7e6d75a47dd10cfa87ba8bacc119f01733f22cc116ea045b27f"
40+ ]
41+ }
42+ x-maintenance-intent: ["(latest)"]
You can’t perform that action at this time.
0 commit comments