28 lines
831 B
Text
28 lines
831 B
Text
|
|
version: "5.0.0"
|
||
|
|
opam-version: "2.0"
|
||
|
|
maintainer: "thomas@gazagnaire.org"
|
||
|
|
authors: ["Thomas Gazagnaire" "Dave Scott"]
|
||
|
|
license: "ISC"
|
||
|
|
tags: "org:mirage"
|
||
|
|
homepage: "https://github.com/mirage/mirage-flow"
|
||
|
|
doc: "https://mirage.github.io/mirage-flow/"
|
||
|
|
bug-reports: "https://github.com/mirage/mirage-flow/issues"
|
||
|
|
depends: [
|
||
|
|
"ocaml" {>= "4.08.0"}
|
||
|
|
"dune" {>= "1.0"}
|
||
|
|
"cstruct" {>= "4.0.0"}
|
||
|
|
"fmt"
|
||
|
|
"lwt" {>= "4.0.0"}
|
||
|
|
]
|
||
|
|
build: [
|
||
|
|
["dune" "subst"] {dev}
|
||
|
|
["dune" "build" "-p" name "-j" jobs]
|
||
|
|
]
|
||
|
|
dev-repo: "git+https://github.com/mirage/mirage-flow.git"
|
||
|
|
synopsis: "Flow implementations and combinators for MirageOS"
|
||
|
|
description: """
|
||
|
|
This repo contains generic operations over Mirage `FLOW` implementations.
|
||
|
|
|
||
|
|
Please consult [the API documentation](https://mirage.github.io/mirage-flow/index.html).
|
||
|
|
"""
|
||
|
|
x-maintenance-intent: ["(latest)"]
|