This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
31
unikernel/duniverse/mirage-flow/mirage-flow-combinators.opam
Normal file
31
unikernel/duniverse/mirage-flow/mirage-flow-combinators.opam
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
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"}
|
||||
"fmt" {>= "0.8.7"}
|
||||
"lwt" {>= "4.0.0"}
|
||||
"logs"
|
||||
"cstruct" {>= "6.0.0"}
|
||||
"mirage-mtime" {>= "4.0.0"}
|
||||
"mirage-flow" {= version}
|
||||
]
|
||||
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 specialized to lwt"
|
||||
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)"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue