package mirage-net

  1. Overview
  2. Docs
MirageOS TCP/IP networking stack

Install

Dune Dependency

Authors

Maintainers

Sources

v0.9.4.tar.gz
md5=f4b8cc459026bea7534304654023143e

Description

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.

Tags

org:mirage org:xapi-project

Published: 21 Nov 2013

Dependencies (4)

  1. ocamlbuild build
  2. mirage-net-socket = "0.9.4"
  3. mirage-net-direct = "0.9.4"
  4. ocaml

Dev Dependencies

None

Used by (1)

  1. mirage-www = "0.4.0"

Conflicts

None