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.04.2"}
11 "dune" {>= "1.0"}
12 "fmt"
13 "logs"
14 "mirage-flow" {>= "1.2.0" & < "2.0.0"}
15 "mirage-flow-lwt" {>= "1.2.0"}
16 "lwt"
17 "cstruct" {>= "3.2.0"}
18 "alcotest" {with-test & < "1.4.0"}
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/v1.6.0/mirage-flow-v1.6.0.tbz"
35 checksum: [
36 "sha256=d6596e9bd2442023a3b2222db0a36fd6a97318e06853162c9938d9fab8cc63d3"
37 "sha512=2666268cb4e7208357083a733565e5f07e15ca77bd35b1a00c7fd1562b7abc8e1eb8ec1a5bd5782240993621e6bcaa7003f6143d77b8da09491e5c38b645faeb"
38 ]
39}