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: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest"] {with-test} ] depends: [ "ocaml" "jbuilder" {>= "1.0+beta7"} "fmt" {< "0.8.10"} "mirage-flow" {>= "1.3.0" & < "2.0.0"} "mirage-flow-lwt" {>= "1.3.0"} "lwt" "cstruct" {>= "2.3.0" & < "6.0.1"} "alcotest" {with-test & < "1.4.0"} "result" {with-test} ] synopsis: "Flow implementations and combinators for MirageOS" description: """ This repo contains generic operations over Mirage `FLOW` implementations. Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html). ### Example usage In a top-level like utop: ```ocaml""" url { src: "https://github.com/mirage/mirage-flow/releases/download/v1.3.0/mirage-flow-1.3.0.tbz" checksum: [ "sha256=6684503e5ac6b4571dcc31677edbc8fd55dc97476a13138ebd696a931f9f18b3" "md5=2811566ba9895e429716e4c315cd43e6" ] }