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" "--pinned" "%{pinned}%"]
12
13depends: [
14 "ocaml"
15 "ocamlfind" {build}
16 "ocamlbuild" {build}
17 "topkg" {build & >= "0.7.3"}
18 "fmt" {< "0.8.10"}
19 "result"
20]
21synopsis: "Various implementations of the MirageOS FLOW interface"
22description: """
23- `Fflow` uses input/output functions to build a flow
24- `Lwt_io_flow` uses `Lwt_io.channel`"""
25url {
26 src:
27 "https://github.com/mirage/mirage-flow/releases/download/1.2.0/mirage-flow-1.2.0.tbz"
28 checksum: [
29 "sha256=e7b0c7982cbfc162aaf1d4e7b4a50da7cd407179ea2513ebe8edf0560eb49da3"
30 "md5=5f603c4a92e6a8681aa7e4b313443f50"
31 ]
32}