this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3homepage: "https://github.com/mirage/mirage-flow" 4bug-reports: "https://github.com/mirage/mirage-flow/issues" 5dev-repo: "git+https://github.com/mirage/mirage-flow.git" 6doc: "https://mirage.github.io/mirage-flow/" 7authors: ["Thomas Gazagnaire" "Dave Scott"] 8tags: [ "org:mirage"] 9license: "ISC" 10 11build: [ 12 [ "jbuilder" "subst" "-p" name ] {dev} 13 [ "jbuilder" "build" "-p" name "-j" jobs ] 14] 15 16depends: [ 17 "ocaml" {>= "4.04.2"} 18 "jbuilder" {>= "1.0+beta7"} 19 "fmt" 20] 21synopsis: "Flow implementations and combinators for MirageOS" 22description: """ 23This repo contains generic operations over Mirage `FLOW` implementations. 24 25Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html). 26 27### Example usage 28 29In a top-level like utop: 30```ocaml""" 31url { 32 src: 33 "https://github.com/mirage/mirage-flow/releases/download/v1.5.0/mirage-flow-1.5.0.tbz" 34 checksum: [ 35 "sha256=5c7969c5f7669e67fe2698270220aef93c0d7a516ff553ca7beb976c9e799e95" 36 "md5=a9e90517457514cc5c46ec46f477d01f" 37 ] 38}