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-mtime" {>= "4.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""" 30x-maintenance-intent: ["(latest)"] 31url { 32 src: 33 "https://github.com/mirage/mirage-flow/releases/download/v5.0.0/mirage-flow-5.0.0.tbz" 34 checksum: [ 35 "sha256=37ca79cae0ed9b270b87712edcb397a5dec4ab39357b28107e00daa6c8553323" 36 "sha512=3cf9ebd09ce6e29f9f99a00bf47d2962ccd0e6627b0cdb407538c491480102211bde863d342624cdd4bdb2e1b198b8bf5b2109f881e8113210468ad5b5aa8632" 37 ] 38} 39x-commit-hash: "22c4d50031f24d3ef86700cfc988db62a89a7a6b"