this repo has no description
0
fork

Configure Feed

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

Merge pull request #24959 from hannesm/release-mirage-flow-v4.0.0

[new release] mirage-flow, mirage-flow-unix and mirage-flow-combinators (4.0.0)

authored by

Marcello Seri and committed by
GitHub
0b75ddf8 e9b868ad

+113
+38
packages/mirage-flow-combinators/mirage-flow-combinators.4.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "thomas@gazagnaire.org" 3 + authors: ["Thomas Gazagnaire" "Dave Scott"] 4 + license: "ISC" 5 + tags: "org:mirage" 6 + homepage: "https://github.com/mirage/mirage-flow" 7 + doc: "https://mirage.github.io/mirage-flow/" 8 + bug-reports: "https://github.com/mirage/mirage-flow/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "dune" {>= "1.0"} 12 + "fmt" {>= "0.8.7"} 13 + "lwt" {>= "4.0.0"} 14 + "logs" 15 + "cstruct" {>= "6.0.0"} 16 + "mirage-clock" {>= "3.0.0"} 17 + "mirage-flow" {= version} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + ["dune" "build" "-p" name "-j" jobs] 22 + ] 23 + dev-repo: "git+https://github.com/mirage/mirage-flow.git" 24 + synopsis: "Flow implementations and combinators for MirageOS specialized to lwt" 25 + description: """ 26 + This repo contains generic operations over Mirage `FLOW` implementations. 27 + 28 + Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html). 29 + """ 30 + url { 31 + src: 32 + "https://github.com/mirage/mirage-flow/releases/download/v4.0.0/mirage-flow-4.0.0.tbz" 33 + checksum: [ 34 + "sha256=aeacf09173fe7f42c8a3f50bb1c85206faf2583d3111b6baefef6bf0f0e4487d" 35 + "sha512=f72ce1bb95c07abc02fb4fe728209dcae45144bab2a5402f8d41779ec1d810e731e5f6b503d6618ae12174c8b60370386541242263aa12092eeb159ee086cf5c" 36 + ] 37 + } 38 + x-commit-hash: "e115fead43643a36775fe74df6d3d768507aba4b"
+40
packages/mirage-flow-unix/mirage-flow-unix.4.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "thomas@gazagnaire.org" 3 + authors: ["Thomas Gazagnaire" "Dave Scott"] 4 + license: "ISC" 5 + tags: "org:mirage" 6 + homepage: "https://github.com/mirage/mirage-flow" 7 + doc: "https://mirage.github.io/mirage-flow/" 8 + bug-reports: "https://github.com/mirage/mirage-flow/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "dune" {>= "1.0"} 12 + "fmt" {>= "0.8.7"} 13 + "logs" 14 + "mirage-flow" {= version} 15 + "lwt" {>= "4.0.0"} 16 + "cstruct" {>= "6.0.0"} 17 + "alcotest" {with-test} 18 + "mirage-flow-combinators" {with-test & = version} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + ["dune" "build" "-p" name "-j" jobs] 23 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 24 + ] 25 + dev-repo: "git+https://github.com/mirage/mirage-flow.git" 26 + synopsis: "Flow implementations and combinators for MirageOS on Unix" 27 + description: """ 28 + This repo contains generic operations over Mirage `FLOW` implementations. 29 + 30 + Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html). 31 + """ 32 + url { 33 + src: 34 + "https://github.com/mirage/mirage-flow/releases/download/v4.0.0/mirage-flow-4.0.0.tbz" 35 + checksum: [ 36 + "sha256=aeacf09173fe7f42c8a3f50bb1c85206faf2583d3111b6baefef6bf0f0e4487d" 37 + "sha512=f72ce1bb95c07abc02fb4fe728209dcae45144bab2a5402f8d41779ec1d810e731e5f6b503d6618ae12174c8b60370386541242263aa12092eeb159ee086cf5c" 38 + ] 39 + } 40 + x-commit-hash: "e115fead43643a36775fe74df6d3d768507aba4b"
+35
packages/mirage-flow/mirage-flow.4.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "thomas@gazagnaire.org" 3 + authors: ["Thomas Gazagnaire" "Dave Scott"] 4 + license: "ISC" 5 + tags: "org:mirage" 6 + homepage: "https://github.com/mirage/mirage-flow" 7 + doc: "https://mirage.github.io/mirage-flow/" 8 + bug-reports: "https://github.com/mirage/mirage-flow/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "dune" {>= "1.0"} 12 + "cstruct" {>= "4.0.0"} 13 + "fmt" 14 + "lwt" {>= "4.0.0"} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + ["dune" "build" "-p" name "-j" jobs] 19 + ] 20 + dev-repo: "git+https://github.com/mirage/mirage-flow.git" 21 + synopsis: "Flow implementations and combinators for MirageOS" 22 + description: """ 23 + This repo contains generic operations over Mirage `FLOW` implementations. 24 + 25 + Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html). 26 + """ 27 + url { 28 + src: 29 + "https://github.com/mirage/mirage-flow/releases/download/v4.0.0/mirage-flow-4.0.0.tbz" 30 + checksum: [ 31 + "sha256=aeacf09173fe7f42c8a3f50bb1c85206faf2583d3111b6baefef6bf0f0e4487d" 32 + "sha512=f72ce1bb95c07abc02fb4fe728209dcae45144bab2a5402f8d41779ec1d810e731e5f6b503d6618ae12174c8b60370386541242263aa12092eeb159ee086cf5c" 33 + ] 34 + } 35 + x-commit-hash: "e115fead43643a36775fe74df6d3d768507aba4b"