Skip to content

Commit abab63d

Browse files
authored
Merge pull request #27383 from hannesm/release-mirage-flow-v5.0.0
[new release] mirage-flow (3 packages) (5.0.0)
2 parents bc8bb81 + 0fea847 commit abab63d

File tree

3 files changed

+116
-0
lines changed
  • packages
    • mirage-flow-combinators/mirage-flow-combinators.5.0.0
    • mirage-flow-unix/mirage-flow-unix.5.0.0
    • mirage-flow/mirage-flow.5.0.0

3 files changed

+116
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
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-mtime" {>= "4.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+
x-maintenance-intent: ["(latest)"]
31+
url {
32+
src:
33+
"https://github.com/mirage/mirage-flow/releases/download/v5.0.0/mirage-flow-5.0.0.tbz"
34+
checksum: [
35+
"sha256=37ca79cae0ed9b270b87712edcb397a5dec4ab39357b28107e00daa6c8553323"
36+
"sha512=3cf9ebd09ce6e29f9f99a00bf47d2962ccd0e6627b0cdb407538c491480102211bde863d342624cdd4bdb2e1b198b8bf5b2109f881e8113210468ad5b5aa8632"
37+
]
38+
}
39+
x-commit-hash: "22c4d50031f24d3ef86700cfc988db62a89a7a6b"
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
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+
x-maintenance-intent: ["(latest)"]
33+
url {
34+
src:
35+
"https://github.com/mirage/mirage-flow/releases/download/v5.0.0/mirage-flow-5.0.0.tbz"
36+
checksum: [
37+
"sha256=37ca79cae0ed9b270b87712edcb397a5dec4ab39357b28107e00daa6c8553323"
38+
"sha512=3cf9ebd09ce6e29f9f99a00bf47d2962ccd0e6627b0cdb407538c491480102211bde863d342624cdd4bdb2e1b198b8bf5b2109f881e8113210468ad5b5aa8632"
39+
]
40+
}
41+
x-commit-hash: "22c4d50031f24d3ef86700cfc988db62a89a7a6b"
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
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+
x-maintenance-intent: ["(latest)"]
28+
url {
29+
src:
30+
"https://github.com/mirage/mirage-flow/releases/download/v5.0.0/mirage-flow-5.0.0.tbz"
31+
checksum: [
32+
"sha256=37ca79cae0ed9b270b87712edcb397a5dec4ab39357b28107e00daa6c8553323"
33+
"sha512=3cf9ebd09ce6e29f9f99a00bf47d2962ccd0e6627b0cdb407538c491480102211bde863d342624cdd4bdb2e1b198b8bf5b2109f881e8113210468ad5b5aa8632"
34+
]
35+
}
36+
x-commit-hash: "22c4d50031f24d3ef86700cfc988db62a89a7a6b"

0 commit comments

Comments
 (0)