this repo has no description
0
fork

Configure Feed

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

Merge pull request #26018 from anmonteiro/release-gluten-0.5.1

[new release] gluten (6 packages) (0.5.1)

authored by

Anil Madhavapeddy and committed by
GitHub
a3f56522 8420eabd

+240 -1
+41
packages/gluten-async/gluten-async.0.5.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Async support for gluten" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "BSD-3-clause" 6 + homepage: "https://github.com/anmonteiro/gluten" 7 + bug-reports: "https://github.com/anmonteiro/gluten/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.08.0"} 11 + "gluten" {= version} 12 + "faraday-async" {>= "0.7.3"} 13 + "async" {>= "v0.15.0"} 14 + "core" {>= "v0.15.0"} 15 + "odoc" {with-doc} 16 + ] 17 + depopts: ["async_ssl" "tls-async"] 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://github.com/anmonteiro/gluten.git" 33 + url { 34 + src: 35 + "https://github.com/anmonteiro/gluten/releases/download/0.5.1/gluten-0.5.1.tbz" 36 + checksum: [ 37 + "sha256=55971b3050d1bfe4d54971b4e70518c5a59b4e70526b8dd1895c7d39eb0f9d96" 38 + "sha512=5a27e7a39f375b07910575839be75c62459ee55f35dd2b511db624b48f6ba86a6b1f8e749e6b3eeb4743e0890ba1952914e4df74a76dacb3062fadd9667e29cd" 39 + ] 40 + } 41 + x-commit-hash: "a2439efe4f187b8c43dee577299470660503a73d"
+38
packages/gluten-eio/gluten-eio.0.5.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "EIO runtime for gluten" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "BSD-3-clause" 6 + homepage: "https://github.com/anmonteiro/gluten" 7 + bug-reports: "https://github.com/anmonteiro/gluten/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.08.0"} 11 + "gluten" {= version} 12 + "eio" {>= "0.12"} 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 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/anmonteiro/gluten.git" 30 + url { 31 + src: 32 + "https://github.com/anmonteiro/gluten/releases/download/0.5.1/gluten-0.5.1.tbz" 33 + checksum: [ 34 + "sha256=55971b3050d1bfe4d54971b4e70518c5a59b4e70526b8dd1895c7d39eb0f9d96" 35 + "sha512=5a27e7a39f375b07910575839be75c62459ee55f35dd2b511db624b48f6ba86a6b1f8e749e6b3eeb4743e0890ba1952914e4df74a76dacb3062fadd9667e29cd" 36 + ] 37 + } 38 + x-commit-hash: "a2439efe4f187b8c43dee577299470660503a73d"
+42
packages/gluten-lwt-unix/gluten-lwt-unix.0.5.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lwt + Unix support for gluten" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "BSD-3-clause" 6 + homepage: "https://github.com/anmonteiro/gluten" 7 + bug-reports: "https://github.com/anmonteiro/gluten/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.08.0"} 11 + "gluten-lwt" {= version} 12 + "faraday-lwt-unix" {>= "0.7.3"} 13 + "odoc" {with-doc} 14 + ] 15 + depopts: [ 16 + "lwt_ssl" {>= "1.2.0"} 17 + "tls-lwt" 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://github.com/anmonteiro/gluten.git" 34 + url { 35 + src: 36 + "https://github.com/anmonteiro/gluten/releases/download/0.5.1/gluten-0.5.1.tbz" 37 + checksum: [ 38 + "sha256=55971b3050d1bfe4d54971b4e70518c5a59b4e70526b8dd1895c7d39eb0f9d96" 39 + "sha512=5a27e7a39f375b07910575839be75c62459ee55f35dd2b511db624b48f6ba86a6b1f8e749e6b3eeb4743e0890ba1952914e4df74a76dacb3062fadd9667e29cd" 40 + ] 41 + } 42 + x-commit-hash: "a2439efe4f187b8c43dee577299470660503a73d"
+38
packages/gluten-lwt/gluten-lwt.0.5.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lwt-specific runtime for gluten" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "BSD-3-clause" 6 + homepage: "https://github.com/anmonteiro/gluten" 7 + bug-reports: "https://github.com/anmonteiro/gluten/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.08.0"} 11 + "gluten" {= version} 12 + "lwt" {>= "5.1.1"} 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 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/anmonteiro/gluten.git" 30 + url { 31 + src: 32 + "https://github.com/anmonteiro/gluten/releases/download/0.5.1/gluten-0.5.1.tbz" 33 + checksum: [ 34 + "sha256=55971b3050d1bfe4d54971b4e70518c5a59b4e70526b8dd1895c7d39eb0f9d96" 35 + "sha512=5a27e7a39f375b07910575839be75c62459ee55f35dd2b511db624b48f6ba86a6b1f8e749e6b3eeb4743e0890ba1952914e4df74a76dacb3062fadd9667e29cd" 36 + ] 37 + } 38 + x-commit-hash: "a2439efe4f187b8c43dee577299470660503a73d"
+41
packages/gluten-mirage/gluten-mirage.0.5.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Mirage support for gluten" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "BSD-3-clause" 6 + homepage: "https://github.com/anmonteiro/gluten" 7 + bug-reports: "https://github.com/anmonteiro/gluten/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.08.0"} 11 + "gluten-lwt" {= version} 12 + "faraday-lwt" {>= "0.7.3"} 13 + "conduit-mirage" {>= "2.0.2"} 14 + "mirage-flow" {>= "2.0.0"} 15 + "cstruct" {>= "6.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 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/anmonteiro/gluten.git" 33 + url { 34 + src: 35 + "https://github.com/anmonteiro/gluten/releases/download/0.5.1/gluten-0.5.1.tbz" 36 + checksum: [ 37 + "sha256=55971b3050d1bfe4d54971b4e70518c5a59b4e70526b8dd1895c7d39eb0f9d96" 38 + "sha512=5a27e7a39f375b07910575839be75c62459ee55f35dd2b511db624b48f6ba86a6b1f8e749e6b3eeb4743e0890ba1952914e4df74a76dacb3062fadd9667e29cd" 39 + ] 40 + } 41 + x-commit-hash: "a2439efe4f187b8c43dee577299470660503a73d"
+40
packages/gluten/gluten.0.5.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A reusable runtime library for network protocols" 3 + description: 4 + "gluten implements platform specific runtime code for driving network libraries based on state machines, such as http/af, h2 and websocketaf." 5 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 7 + license: "BSD-3-clause" 8 + homepage: "https://github.com/anmonteiro/gluten" 9 + bug-reports: "https://github.com/anmonteiro/gluten/issues" 10 + depends: [ 11 + "dune" {>= "2.7"} 12 + "ocaml" {>= "4.08.0"} 13 + "bigstringaf" {>= "0.4.0"} 14 + "faraday" {>= "0.7.3"} 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 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/anmonteiro/gluten.git" 32 + url { 33 + src: 34 + "https://github.com/anmonteiro/gluten/releases/download/0.5.1/gluten-0.5.1.tbz" 35 + checksum: [ 36 + "sha256=55971b3050d1bfe4d54971b4e70518c5a59b4e70526b8dd1895c7d39eb0f9d96" 37 + "sha512=5a27e7a39f375b07910575839be75c62459ee55f35dd2b511db624b48f6ba86a6b1f8e749e6b3eeb4743e0890ba1952914e4df74a76dacb3062fadd9667e29cd" 38 + ] 39 + } 40 + x-commit-hash: "a2439efe4f187b8c43dee577299470660503a73d"
-1
packages/styled-ppx/styled-ppx.0.56.0/opam
··· 37 37 "-j" 38 38 jobs 39 39 "@install" 40 - "@runtest" {with-test} 41 40 "@doc" {with-doc} 42 41 ] 43 42 ]