File tree Expand file tree Collapse file tree 2 files changed +70
-0
lines changed
Expand file tree Collapse file tree 2 files changed +70
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3+ authors:
4+ [ "Romain Calascibetta <romain.calascibetta@gmail.com>"
5+ "Rizo I <rizo@odis.io>" ]
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" {>= "3.20.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"
35+ available: os-family != "windows"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3+ authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
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.2.0"}
16+ "dune" {>= "2.8.0"}
17+ "miou" {>= "0.5.0"}
18+ "decompress"
19+ "tar" {>= "3.3.0"}
20+ "bstr"
21+ "digestif" {>= "1.3.0"}
22+ "flux" {= version}
23+ "ocamlformat" {with-dev-setup & = "0.27.0"}
24+ "alcotest" {with-test}
25+ ]
26+ x-maintenance-intent: [ "(latest)" ]
27+ url {
28+ src:
29+ "https://github.com/robur-coop/flux/releases/download/v0.0.1_beta1/flux-0.0.1.beta1.tbz"
30+ checksum: [
31+ "sha256=ad74df51aaf796f4ed14f56296380a3aa795a8d6f9217b6383c9ac833ff334fc"
32+ "sha512=4d03ef0130a0df993dd3e1c879c45162e57f48c2535f115f23e572214f365a7a052056c89661b4d7bc198209c0adf57dae6f96ea82b6b5c5f30223b653a29f5c"
33+ ]
34+ }
35+ x-commit-hash: "cccadc0b660d4f98256e95b2f68ae0ac4899216a"
You can’t perform that action at this time.
0 commit comments