package mirage-flow-unix
Flow implementations and combinators for MirageOS
Install
Dune Dependency
Authors
Maintainers
Sources
mirage-flow-1.5.0.tbz
sha256=5c7969c5f7669e67fe2698270220aef93c0d7a516ff553ca7beb976c9e799e95
md5=a9e90517457514cc5c46ec46f477d01f
Description
This repo contains generic operations over Mirage FLOW
implementations.
Please consult the API documentation.
Example usage
In a top-level like utop:
README
mirag-flow -- Flow implementations and combinators for MirageOS
This repo contains generic operations over Mirage FLOW
implementations.
Please consult the API documentation.
Example usage
In a top-level like utop:
# #require "mirage-flow";;
# #require "mirage-clock-unix";;
# #require "lwt.syntax";;
# let a = Mirage_flow.Fun.(make ~input:(input_string "hellooooo") ());;
val a : Mirage_flow.Fun.flow = <abstr>
# let buffer = String.make 20 ' ';;
val buffer : bytes = " "
# let b = Mirage_flow.Fun.(make ~output:(output_string buffer) ());;
val b : Mirage_flow.Fun.flow = <abstr>
# lwt results = Mirage_flow.copy (module Clock) (module Mirage_flow.Fun) a (module Mirage_flow.Fun) b ();;
val results : [ `Error of [ `Msg of bytes ] | `Ok of Mirage_flow.CopyStats.t ] = `Ok {Mirage_flow.CopyStats.read_bytes = 9L; read_ops = 1L; write_bytes = 9L; write_ops = 1L; duration = 6.9141387939453125e-06}
# buffer;;
- : bytes = "hellooooo "
Dependencies (8)
-
cstruct
>= "3.2.0"
- lwt
-
mirage-flow-lwt
>= "1.2.0"
-
mirage-flow
>= "1.2.0" & < "2.0.0"
- logs
- fmt
-
jbuilder
>= "1.0+beta7"
-
ocaml
>= "4.04.2"
Dev Dependencies (1)
-
alcotest
with-test & < "1.4.0"
Used by (1)
-
capnp-rpc-unix
< "0.5.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page