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 "cstruct" {>= "4.0.0"} 13 "fmt" 14 "lwt" {>= "4.0.0"} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 ["dune" "build" "-p" name "-j" jobs] 19] 20dev-repo: "git+https://github.com/mirage/mirage-flow.git" 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""" 27url { 28 src: 29 "https://github.com/mirage/mirage-flow/releases/download/v3.0.0/mirage-flow-v3.0.0.tbz" 30 checksum: [ 31 "sha256=d70bda6c85ec2747bed88bc4d95f269d2810503b92913f0807be5291696138fc" 32 "sha512=2aeb397799621bc0ea2485b68058949c99b3da8d454939d594a9b2d39ef47aa2c16489f06adfa2dea3b34fd15e60a23abc6b8e214dfbc8b7da2e958de7c36b57" 33 ] 34} 35x-commit-hash: "f5f6c131a9e72ac473719eb8740058385638a524"