this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3authors: ["Thomas Gazagnaire" "Dave Scott"] 4license: "ISC" 5tags: "org:mirage" 6homepage: "https://github.com/mirage/mirage-flow" 7doc: "https://mirage.github.io/mirage-flow/" 8bug-reports: "https://github.com/mirage/mirage-flow/issues" 9depends: [ 10 "ocaml" {>= "4.06.0"} 11 "dune" {>= "1.0"} 12 "fmt" 13 "lwt" {>= "4.0.0"} 14 "logs" 15 "cstruct" {>= "4.0.0" & < "6.1.0"} 16 "mirage-clock" {>= "3.0.0"} 17 "mirage-flow" {= version} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 ["dune" "build" "-p" name "-j" jobs] 22] 23dev-repo: "git+https://github.com/mirage/mirage-flow.git" 24synopsis: "Flow implementations and combinators for MirageOS specialized to lwt" 25description: """ 26This repo contains generic operations over Mirage `FLOW` implementations. 27 28Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html). 29""" 30url { 31 src: 32 "https://github.com/mirage/mirage-flow/releases/download/v2.0.1/mirage-flow-v2.0.1.tbz" 33 checksum: [ 34 "sha256=c9d681e946e3d04c7a892d2b8060b793ccbe36c44847c196f9a0474d462f608f" 35 "sha512=88926721bf4784cc20e6a1c9be6e2c1a36541239019af1cabf001e5b92615afbc51f70ce96afb14e85e68548502f328b45772ac97d4cd847808ad8c65be9afb7" 36 ] 37}