mirage-net 0.9.1
Maintainer | anil@recoil.org | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Tags | org:mirage and org:xapi-project | |||||||||||||
Dependencies |
|
|||||||||||||
Published | Jun 12, 2013 | |||||||||||||
Source [http] |
https://github.com/mirage/mirage-net/archive/mirage-net-0.9.1.tar.gz 8d63e498af796c435898525d2db3be48 |
|||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/mirage-net/mirage-net.0.9.1/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.