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"
18 "jbuilder" {>= "1.0+beta7"}
19 "fmt" {< "0.8.10"}
20 "result"
21]
22synopsis: "Flow implementations and combinators for MirageOS"
23description: """
24This repo contains generic operations over Mirage `FLOW` implementations.
25
26Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html).
27
28### Example usage
29
30In a top-level like utop:
31```ocaml"""
32url {
33 src:
34 "https://github.com/mirage/mirage-flow/releases/download/v1.3.0/mirage-flow-1.3.0.tbz"
35 checksum: [
36 "sha256=6684503e5ac6b4571dcc31677edbc8fd55dc97476a13138ebd696a931f9f18b3"
37 "md5=2811566ba9895e429716e4c315cd43e6"
38 ]
39}