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.08.0"} 11 "dune" {>= "1.0"} 12 "fmt" {>= "0.8.7"} 13 "lwt" {>= "4.0.0"} 14 "logs" 15 "cstruct" {>= "6.0.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/v4.0.0/mirage-flow-4.0.0.tbz" 33 checksum: [ 34 "sha256=aeacf09173fe7f42c8a3f50bb1c85206faf2583d3111b6baefef6bf0f0e4487d" 35 "sha512=f72ce1bb95c07abc02fb4fe728209dcae45144bab2a5402f8d41779ec1d810e731e5f6b503d6618ae12174c8b60370386541242263aa12092eeb159ee086cf5c" 36 ] 37} 38x-commit-hash: "e115fead43643a36775fe74df6d3d768507aba4b"