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 "logs" 14 "mirage-flow" {= version} 15 "lwt" {>= "4.0.0"} 16 "cstruct" {>= "6.0.0"} 17 "alcotest" {with-test} 18 "mirage-flow-combinators" {with-test & = version} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 ["dune" "build" "-p" name "-j" jobs] 23 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 24] 25dev-repo: "git+https://github.com/mirage/mirage-flow.git" 26synopsis: "Flow implementations and combinators for MirageOS on Unix" 27description: """ 28This repo contains generic operations over Mirage `FLOW` implementations. 29 30Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html). 31""" 32url { 33 src: 34 "https://github.com/mirage/mirage-flow/releases/download/v4.0.2/mirage-flow-4.0.2.tbz" 35 checksum: [ 36 "sha256=4865e3dd2e1be773bd24435416e325dc8f90a22674412ad8bbbcd37adeeafb5a" 37 "sha512=833a8a4e048d9e3206926e46617824f8d6719fd28c7c29e520b34d2776182439b36a668262a7fa3696d4b22bf15ea5517e7da63a9b813d8bb3dd88f683bb3a7e" 38 ] 39} 40x-commit-hash: "e69813887e494b82e04909eeafb2f996d7e6f263"