package mirage-stack

  1. Overview
  2. Docs
Module type definitions for network stacks.

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-stack-1.0.0.tbz
md5=bf6770356418a974d49b9f3cd92883d4

Description

This package is primarily useful in the conext of Mirage projects.

Tags

org:mirage

Published: 23 Feb 2017

README

mirage-stack — MirageOS signatures for network stacks

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

The set of protocols defined is:

Mirage_stack.STACKV4 and Mirage_stack_lwt.STACKV4

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

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

Dependencies (7)

  1. fmt
  2. mirage-protocols >= "1.0.0" & < "1.3.0"
  3. mirage-device >= "1.0.0" & < "2.0.0"
  4. topkg build & >= "0.8.0"
  5. ocamlbuild build
  6. ocamlfind build
  7. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (7)

  1. dkim-mirage < "0.4.0"
  2. git-mirage >= "3.0.0" & < "3.7.0"
  3. git-paf < "3.7.0"
  4. mirage-stack-lwt < "1.1.0"
  5. mirage-types >= "3.0.0" & < "3.2.0"
  6. paf-le < "0.0.8"
  7. pgx_lwt_mirage < "2.1"

Conflicts

None