mirage-net 0.9.2
Maintainer | anil@recoil.org | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Tags | org:mirage and org:xapi-project | |||||||||||||
Dependencies |
|
|||||||||||||
Published | Jul 9, 2013 | |||||||||||||
Source [http] |
https://github.com/mirage/mirage-net/archive/v0.9.2.tar.gz c2b6ccf4d3235755dcc4a6569ac7d4c9 |
|||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/mirage-net/mirage-net.0.9.2/opam |
Mirage TCP/IP networking stack
This is actually a dummy package that selects a concrete implementation that
provides the mirage-net
ocamlfind package. The variants available are:
mirage-net-direct
: a TCP/IP stack in pure OCaml that works from Ethernet.mirage-net-socket
: a TCP/IP stack that uses the POSIX sockets API.