mirage / mirage-stack

Network stack module type definitions for MirageOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mirage-stack — MirageOS signatures for network stacks

mirage-stack provides a module types which libraries intended to be used as MirageOS network stacks should implement.

The signatures defined are Mirage_stack.V4 and Mirage_stack.V6.

mirage-stack is distributed under the ISC license.

Installation

mirage-stack can be installed with opam:

opam install mirage-stack

If you don't use opam consult the opam file for build instructions.

Documentation

Build Status

The documentation and API reference is generated from the source interfaces. It can be consulted online or via odig doc mirage-stack.

About

Network stack module type definitions for MirageOS

License:ISC License


Languages

Language:OCaml 81.4%Language:Makefile 18.6%