opam-version: "2.0" maintainer: "thomas@gazagnaire.org" homepage: "https://github.com/mirage/mirage-flow" bug-reports: "https://github.com/mirage/mirage-flow/issues" dev-repo: "git+https://github.com/mirage/mirage-flow.git" doc: "https://mirage.github.io/mirage-flow/" authors: ["Thomas Gazagnaire" "Dave Scott"] tags: [ "org:mirage"] license: "ISC" build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] depends: [ "ocaml" "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "0.7.3"} "fmt" {< "0.8.10"} "result" ] synopsis: "Various implementations of the MirageOS FLOW interface" description: """ - `Fflow` uses input/output functions to build a flow - `Lwt_io_flow` uses `Lwt_io.channel`""" url { src: "https://github.com/mirage/mirage-flow/releases/download/1.2.0/mirage-flow-1.2.0.tbz" checksum: [ "sha256=e7b0c7982cbfc162aaf1d4e7b4a50da7cd407179ea2513ebe8edf0560eb49da3" "md5=5f603c4a92e6a8681aa7e4b313443f50" ] }