this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3authors: ["Thomas Gazagnaire" "Dave Scott"]
4license: "ISC"
5tags: "org:mirage"
6homepage: "https://github.com/mirage/mirage-flow"
7doc: "https://mirage.github.io/mirage-flow/"
8bug-reports: "https://github.com/mirage/mirage-flow/issues"
9depends: [
10 "ocaml" {>= "4.04.2"}
11 "dune" {>= "1.0"}
12 "fmt"
13 "lwt"
14 "logs"
15 "cstruct" {>= "2.0.0" & < "6.1.0"}
16 "mirage-clock" {>= "1.2.0" & < "3.0.0"}
17 "mirage-flow" {>= "1.2.0" & < "2.0.0"}
18]
19build: [
20 ["dune" "subst"] {dev}
21 ["dune" "build" "-p" name "-j" jobs]
22]
23dev-repo: "git+https://github.com/mirage/mirage-flow.git"
24synopsis: "Flow implementations and combinators for MirageOS specialized to lwt"
25description: """
26This repo contains generic operations over Mirage `FLOW` implementations.
27
28Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html).
29"""
30url {
31 src:
32 "https://github.com/mirage/mirage-flow/releases/download/v1.6.0/mirage-flow-v1.6.0.tbz"
33 checksum: [
34 "sha256=d6596e9bd2442023a3b2222db0a36fd6a97318e06853162c9938d9fab8cc63d3"
35 "sha512=2666268cb4e7208357083a733565e5f07e15ca77bd35b1a00c7fd1562b7abc8e1eb8ec1a5bd5782240993621e6bcaa7003f6143d77b8da09491e5c38b645faeb"
36 ]
37}
38flags: deprecated
39post-messages: [ "mirage-flow-lwt is deprecated, and has been folded into mirage-flow" ]
40x-maintenance-intent: ["(none)"]