mirage-net 0.9.3
Maintainer | anil@recoil.org | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Tags | org:mirage and org:xapi-project | |||||||||||||
Dependencies |
|
|||||||||||||
Published | Jul 18, 2013 | |||||||||||||
Source [http] |
https://github.com/mirage/mirage-net/archive/v0.9.3.tar.gz d6673d32a5d6a559b339bd195b5fb56f |
|||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/mirage-net/mirage-net.0.9.3/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.