this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3homepage: "https://github.com/mirage/mirage-flow"
4bug-reports: "https://github.com/mirage/mirage-flow/issues"
5dev-repo: "git+https://github.com/mirage/mirage-flow.git"
6doc: "https://mirage.github.io/mirage-flow/"
7authors: ["Thomas Gazagnaire" "Dave Scott"]
8tags: [ "org:mirage"]
9license: "ISC"
10
11build: ["ocaml" "pkg/pkg.ml" "build"
12 "--pkg-name" name "--pinned" "%{pinned}%"]
13
14depends: [
15 "ocaml"
16 "ocamlfind" {build}
17 "ocamlbuild" {build}
18 "topkg" {build & >= "0.7.3"}
19 "fmt" {< "0.8.10"}
20 "lwt"
21 "cstruct" {>= "2.0.0" & < "6.0.1"}
22 "cstruct-lwt"
23 "mirage-clock" {= "1.2.0"}
24 "mirage-flow" {= "1.2.0"}
25]
26synopsis: "Various implementations of the MirageOS FLOW interface"
27description: """
28- `Fflow` uses input/output functions to build a flow
29- `Lwt_io_flow` uses `Lwt_io.channel`"""
30url {
31 src:
32 "https://github.com/mirage/mirage-flow/releases/download/1.2.0/mirage-flow-lwt-1.2.0.tbz"
33 checksum: [
34 "sha256=6e3c0879fc42dca63746319dcdace471a43789734843259178da757d3f5fa393"
35 "md5=18b4752fbb9922b57cd25738557b7ef4"
36 ]
37}
38flags: deprecated
39post-messages: [ "mirage-flow-lwt is deprecated, and has been folded into mirage-flow" ]