Skip to content

Commit 9aa5ccd

Browse files
committed
[new release] flux (2 packages) (0.0.1~beta1)
CHANGES: - First release of Flux and Fluxt
1 parent 783aaeb commit 9aa5ccd

File tree

2 files changed

+66
-0
lines changed
  • packages
    • fluxt/fluxt.0.0.1~beta1
    • flux/flux.0.0.1~beta1

2 files changed

+66
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
maintainer: "Romain Calascibetta <[email protected]>"
3+
authors:
4+
[ "Romain Calascibetta <[email protected]>"
5+
"Rizo I <[email protected]>" ]
6+
homepage: "https://github.com/robur-coop/flux"
7+
bug-reports: "https://github.com/robur-coop/flux/issues"
8+
dev-repo: "git+https://github.com/robur-coop/flux.git"
9+
doc: "https://robur-coop.github.io/flux/"
10+
license: "MIT"
11+
synopsis: "Composable streaming abstractions with Miou"
12+
13+
build: [ "dune" "build" "-p" name "-j" jobs ]
14+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
15+
16+
depends: [
17+
"ocaml" {>= "5.0.0"}
18+
"dune" {>= "2.8.0"}
19+
"miou" {>= "0.5.0"}
20+
"ocamlformat" {with-dev-setup & = "0.27.0"}
21+
"httpcats" {with-dev-setup}
22+
"mirage-crypto-rng-miou-unix" {with-dev-setup}
23+
"alcotest" {with-test}
24+
]
25+
x-maintenance-intent: [ "(latest)" ]
26+
url {
27+
src:
28+
"https://github.com/robur-coop/flux/releases/download/v0.0.1_beta1/flux-0.0.1.beta1.tbz"
29+
checksum: [
30+
"sha256=ad74df51aaf796f4ed14f56296380a3aa795a8d6f9217b6383c9ac833ff334fc"
31+
"sha512=4d03ef0130a0df993dd3e1c879c45162e57f48c2535f115f23e572214f365a7a052056c89661b4d7bc198209c0adf57dae6f96ea82b6b5c5f30223b653a29f5c"
32+
]
33+
}
34+
x-commit-hash: "cccadc0b660d4f98256e95b2f68ae0ac4899216a"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
opam-version: "2.0"
2+
maintainer: "Romain Calascibetta <[email protected]>"
3+
authors: "Romain Calascibetta <[email protected]>"
4+
homepage: "https://github.com/robur-coop/flux"
5+
bug-reports: "https://github.com/robur-coop/flux/issues"
6+
dev-repo: "git+https://github.com/robur-coop/flux.git"
7+
doc: "https://robur-coop.github.io/flux/"
8+
license: "MIT"
9+
synopsis: "Extensions of flux to provide basic streams (compression, hash, format)"
10+
11+
build: [ "dune" "build" "-p" name "-j" jobs ]
12+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
13+
14+
depends: [
15+
"ocaml" {>= "5.0.0"}
16+
"dune" {>= "2.8.0"}
17+
"miou" {>= "0.5.0"}
18+
"decompress"
19+
"tar"
20+
"digestif"
21+
"ocamlformat" {with-dev-setup & = "0.27.0"}
22+
]
23+
x-maintenance-intent: [ "(latest)" ]
24+
url {
25+
src:
26+
"https://github.com/robur-coop/flux/releases/download/v0.0.1_beta1/flux-0.0.1.beta1.tbz"
27+
checksum: [
28+
"sha256=ad74df51aaf796f4ed14f56296380a3aa795a8d6f9217b6383c9ac833ff334fc"
29+
"sha512=4d03ef0130a0df993dd3e1c879c45162e57f48c2535f115f23e572214f365a7a052056c89661b4d7bc198209c0adf57dae6f96ea82b6b5c5f30223b653a29f5c"
30+
]
31+
}
32+
x-commit-hash: "cccadc0b660d4f98256e95b2f68ae0ac4899216a"

0 commit comments

Comments
 (0)