-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27081 from zoggy/opam-publish-higlo.0.10.0-css.0.…
…3.0-ldp.0.4.0-ojs_base_all.0.8.0-xtmpl_js.1.0.0-stog_all.1.1.0-chamo.4.2.0 41 packages (chamo.4.2.0, css.0.3.0, etc.)
- Loading branch information
Showing
41 changed files
with
1,687 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
opam-version: "2.0" | ||
synopsis: "A kind of emacs-like editor, using OCaml instead of lisp" | ||
maintainer: "[email protected]" | ||
authors: "Zoggy <[email protected]>" | ||
license: "GPL-3.0-only" | ||
homepage: "https://zoggy.frama.io/chamo/" | ||
doc: "https://zoggy.frama.io/chamo/doc.html" | ||
bug-reports: "https://framagit.org/zoggy/chamo/issues" | ||
depends: [ | ||
"dune" {>= "3.6"} | ||
"ocaml" {>= "5.2.0"} | ||
"fmt" {>= "0.9.0"} | ||
"logs" {>= "0.7.0"} | ||
"lwt" {>= "5.4.0"} | ||
"lwt_ppx" {>= "2.0.2"} | ||
"ocf" {>= "0.9.0"} | ||
"ocf_ppx" {>= "0.9.0"} | ||
"ppx_blob" {>= "0.7.2"} | ||
"re" {>= "1.10.4"} | ||
"pcre" {>= "7.5.0"} | ||
"sedlex" {>= "2.3"} | ||
"stk" {>= "0.4.0"} | ||
"stk_iconv" {>= "0.4.0"} | ||
"stk_ocf" {>= "0.4.0"} | ||
"tsdl" {>= "1.1.0"} | ||
"tsdl-image" {>= "0.5"} | ||
"tsdl-ttf" {>= "0.5"} | ||
"uutf" {>= "1.0.0"} | ||
"xmlm" {>= "1.4"} | ||
"xtmpl" {>= "1.0.0"} | ||
"xtmpl_ppx" {>= "1.0.0"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://framagit.org/zoggy/chamo.git" | ||
url { | ||
src: "https://zoggy.frama.io/chamo/releases/chamo-4.2.0.tar.bz2" | ||
checksum: [ | ||
"md5=e2e9a58e6cd4f406f3ad10881fd3f1dc" | ||
"sha512=9a52178ab25ad20dae4f7162475bd2ae9eec02cf75a10ddf3680f778850fa7c1117aa831adaa834c4b3b20c7e6aa44cfc9c51918ddb94276b32b200a446ad246" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
opam-version: "2.0" | ||
synopsis: "CSS parser and printer" | ||
maintainer: "[email protected]" | ||
authors: "Zoggy <[email protected]>" | ||
license: "GPL-3.0-only" | ||
homepage: "https://zoggy.frama.io/ocaml-css/" | ||
doc: "https://zoggy.frama.io/ocaml-css/doc.html" | ||
bug-reports: "https://framagit.org/zoggy/ocaml-css/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"ocaml" {>= "4.12.0"} | ||
"angstrom" {>= "0.16.0"} | ||
"fmt" {>= "0.9.0"} | ||
"iri" {>= "1.0.0"} | ||
"logs" {>= "0.7.0"} | ||
"rdf" {>= "1.0.0"} | ||
"alcotest" {with-test} | ||
"lwt_ppx" {with-test} | ||
"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-css.git" | ||
url { | ||
src: "https://zoggy.frama.io/ocaml-css/releases/ocaml-css-0.3.0.tar.bz2" | ||
checksum: [ | ||
"md5=70981bffdf5df82fd8ed20eb61b62e4d" | ||
"sha512=45083ab20d89e3289bfdee0eb32717b8e37f7b0aedf6652afaa7a96008c9b35981c451be82d63d070e27c7ec0087619f2c0271301645907a8897163b8f49fd3d" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
opam-version: "2.0" | ||
synopsis: "Syntax highlighting library" | ||
maintainer: "[email protected]" | ||
authors: "Zoggy <[email protected]>" | ||
license: "LGPL-3.0-only" | ||
homepage: "https://zoggy.frama.io/higlo/" | ||
doc: "https://zoggy.frama.io/higlo/doc.html" | ||
bug-reports: "https://framagit.org/zoggy/higlo/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"ocaml" {>= "4.12.0"} | ||
"sedlex" {>= "1.2"} | ||
"xtmpl" {>= "1.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/higlo.git" | ||
url { | ||
src: "https://zoggy.frama.io/higlo/releases/higlo-0.10.0.tar.bz2" | ||
checksum: [ | ||
"md5=8e6ad939c2e0fd0640efd4a10e4137fd" | ||
"sha512=fdccc8aaebe084f0b5e5dfbeabf5a1b94186ef023431492c2083d9949237761946c7e9e195a4a81fc0f72032224f4942d3adb2590aa22ff35804b2d9bc2ea902" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
opam-version: "2.0" | ||
synopsis: "Library to build LDP applications" | ||
maintainer: "[email protected]" | ||
authors: "Zoggy <[email protected]>" | ||
license: "LGPL-3.0-only" | ||
tags: ["rdf" "semantic web" "solid" "ldp"] | ||
homepage: "https://zoggy.frama.io/ocaml-ldp/" | ||
doc: "https://zoggy.frama.io/ocaml-ldp/" | ||
bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"cohttp-lwt" {>= "5.3.0"} | ||
"cohttp-lwt" {< "6"} | ||
"fmt" {>= "0.8.9"} | ||
"logs" {>= "0.7.0"} | ||
"lwt" {>= "5.4.0"} | ||
"lwt_ppx" {>= "2.0.3"} | ||
"ocaml" {>= "4.14.0"} | ||
"ocf" {>= "0.8.0"} | ||
"ocf_ppx" {>= "0.8.0"} | ||
"rdf" {>= "1.0.0"} | ||
"rdf_ppx" {>= "1.0.0"} | ||
"sedlex" {>= "2.3"} | ||
"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-ldp.git" | ||
url { | ||
src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.4.0.tar.gz" | ||
checksum: [ | ||
"md5=b4a425bba7edfc6379cf21697ff77460" | ||
"sha512=caabeb462a65c1896ead86deabe24c6d825697bd7bbc205d48fc163c816a273b7af564f76614e3227926d96cf3fd4becd9078b6e97c7f6c4ac4d9edbc1542588" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
opam-version: "2.0" | ||
synopsis: "Library to build LDP applications using Curl" | ||
maintainer: "[email protected]" | ||
authors: "Zoggy <[email protected]>" | ||
license: "LGPL-3.0-only" | ||
homepage: "https://zoggy.frama.io/ocaml-ldp/" | ||
doc: "https://zoggy.frama.io/ocaml-ldp/" | ||
bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"ldp" {= version} | ||
"ocaml" {>= "4.14.0"} | ||
"ocurl" {>= "0.9.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-ldp.git" | ||
url { | ||
src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.4.0.tar.gz" | ||
checksum: [ | ||
"md5=b4a425bba7edfc6379cf21697ff77460" | ||
"sha512=caabeb462a65c1896ead86deabe24c6d825697bd7bbc205d48fc163c816a273b7af564f76614e3227926d96cf3fd4becd9078b6e97c7f6c4ac4d9edbc1542588" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
opam-version: "2.0" | ||
synopsis: "Library to build LDP applications in JS" | ||
maintainer: "[email protected]" | ||
authors: "Zoggy <[email protected]>" | ||
license: "LGPL-3.0-only" | ||
homepage: "https://zoggy.frama.io/ocaml-ldp/" | ||
doc: "https://zoggy.frama.io/ocaml-ldp/" | ||
bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"ldp" {= version} | ||
"ocaml" {>= "4.14.0"} | ||
"js_of_ocaml" {>= "3.9.0"} | ||
"js_of_ocaml-ppx" {>= "3.9.0"} | ||
"cohttp-lwt-jsoo" {>= "5.3.0"} | ||
"cohttp-lwt-jsoo" {< "6"} | ||
"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-ldp.git" | ||
url { | ||
src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.4.0.tar.gz" | ||
checksum: [ | ||
"md5=b4a425bba7edfc6379cf21697ff77460" | ||
"sha512=caabeb462a65c1896ead86deabe24c6d825697bd7bbc205d48fc163c816a273b7af564f76614e3227926d96cf3fd4becd9078b6e97c7f6c4ac4d9edbc1542588" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
opam-version: "2.0" | ||
synopsis: "Library to build LDP applications using TLS" | ||
maintainer: "[email protected]" | ||
authors: "Zoggy <[email protected]>" | ||
license: "LGPL-3.0-only" | ||
homepage: "https://zoggy.frama.io/ocaml-ldp/" | ||
doc: "https://zoggy.frama.io/ocaml-ldp/" | ||
bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"ldp" {= version} | ||
"ocaml" {>= "4.14.0"} | ||
"tls-lwt" {>= "1.0.2"} | ||
"tls" {>= "1.0.2"} | ||
"ppx_sexp_conv" | ||
"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-ldp.git" | ||
url { | ||
src: "https://zoggy.frama.io/ocaml-ldp/releases/ocaml-ldp-0.4.0.tar.gz" | ||
checksum: [ | ||
"md5=b4a425bba7edfc6379cf21697ff77460" | ||
"sha512=caabeb462a65c1896ead86deabe24c6d825697bd7bbc205d48fc163c816a273b7af564f76614e3227926d96cf3fd4becd9078b6e97c7f6c4ac4d9edbc1542588" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
opam-version: "2.0" | ||
synopsis: | ||
"Base library for developing OCaml web apps based on websockets and js_of_ocaml" | ||
maintainer: "[email protected]" | ||
authors: "Zoggy <[email protected]>" | ||
license: "GPL-3.0-only" | ||
tags: ["javascript" "web" "components"] | ||
homepage: "http://zoggy.frama.io/ojs-base/" | ||
doc: "http://zoggy.frama.io/ojs-base/refdoc/" | ||
bug-reports: "https://framagit.org/zoggy/ojs-base/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"ocaml" {>= "4.12.0"} | ||
"js_of_ocaml" {>= "5.5.0"} | ||
"js_of_ocaml-ppx" {>= "5.5.0"} | ||
"lwt" {>= "5.4.0"} | ||
"lwt_ppx" {>= "2.0.2"} | ||
"ppx_deriving_yojson" {>= "3.6.1"} | ||
"websocket" {>= "2.14"} | ||
"websocket-lwt-unix" {>= "2.14"} | ||
"xtmpl" {>= "1.0.0"} | ||
"xtmpl_ppx" {>= "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/ojs-base.git" | ||
url { | ||
src: "https://zoggy.frama.io/ojs-base/releases/ojs-base-0.8.0.tar.bz2" | ||
checksum: [ | ||
"md5=e706f1f9ec2f935d29c6b6e4832c8bdf" | ||
"sha512=2596f6c59bea9c6b89923099c604a0e095a96880e7e91b06357e1de50867ae7e0261c87c35f608b7e426bddd6dd025a9868c07499287116ed458de4a0b9e9f30" | ||
] | ||
} |
Oops, something went wrong.