package charrua-core

  1. Overview
  2. No Docs
DHCP core library - a DHCP server and wire frame encoder and decoder

Install

Dune Dependency

Authors

Maintainers

Sources

charrua-core-0.6.tbz
md5=9d3dce29ca4f01060d8c6d4a8a66a457

Description

charrua-core is an ISC-licensed DHCP library implementation in OCaml.

docs Build Status

It provides basically two modules, a Dhcp responsible for parsing and constructing DHCP messages and a Dhcp_server module used for constructing DHCP servers.

charrua-unix is a Unix DHCP server based on charrua-core.

mirage is a Mirage DHCP unikernel server based on charrua-core.

You can browse the API for charrua-core at http://mirage.github.io/charrua-core/api

Published: 03 Apr 2017

Dependencies (13)

  1. rresult
  2. tcpip >= "3.1.0" & < "3.2.0"
  3. ipaddr >= "2.5.0" & < "3.0.0"
  4. sexplib
  5. ppx_cstruct
  6. cstruct >= "1.9.0" & < "3.0.0"
  7. menhir build
  8. ppx_tools
  9. ppx_sexp_conv
  10. topkg build
  11. ocamlbuild build
  12. ocamlfind build
  13. ocaml >= "4.03"

Dev Dependencies (1)

  1. io-page with-test

Used by (2)

  1. charrua-unix >= "0.5" & < "0.9"
  2. vpnkit < "0.1.1"

Conflicts

None