opam-version: "2.0" maintainer: "thomas@gazagnaire.org" authors: ["Thomas Gazagnaire" "Dave Scott"] license: "ISC" tags: "org:mirage" homepage: "https://github.com/mirage/mirage-flow" doc: "https://mirage.github.io/mirage-flow/" bug-reports: "https://github.com/mirage/mirage-flow/issues" depends: [ "ocaml" {>= "4.04.2"} "dune" {>= "1.0"} "fmt" "logs" "mirage-flow" {>= "1.2.0" & < "2.0.0"} "mirage-flow-lwt" {>= "1.2.0"} "lwt" "cstruct" {>= "3.2.0"} "alcotest" {with-test & < "1.4.0"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] dev-repo: "git+https://github.com/mirage/mirage-flow.git" synopsis: "Flow implementations and combinators for MirageOS on Unix" description: """ This repo contains generic operations over Mirage `FLOW` implementations. Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html). """ url { src: "https://github.com/mirage/mirage-flow/releases/download/v1.6.0/mirage-flow-v1.6.0.tbz" checksum: [ "sha256=d6596e9bd2442023a3b2222db0a36fd6a97318e06853162c9938d9fab8cc63d3" "sha512=2666268cb4e7208357083a733565e5f07e15ca77bd35b1a00c7fd1562b7abc8e1eb8ec1a5bd5782240993621e6bcaa7003f6143d77b8da09491e5c38b645faeb" ] }