charrua-core
DHCP core library - a DHCP server and wire frame encoder and decoder
Description
charrua-core is an ISC-licensed DHCP library implementation in OCaml.
It provides basically two modules, a Dhcp_wire
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
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 15 Apr 2017
- Authors
- Maintainers
Sources
Dependencies
io-page
with-test
tcpip
>= "3.1.0" & < "3.2.0"
ipaddr
>= "2.5.0" & < "3.0.0"
cstruct
>= "1.9.0" & < "3.0.0"
menhir
build
topkg
build
ocamlbuild
build
ocamlfind
build
ocaml
>= "4.03"
Reverse Dependencies
charrua-unix
>= "0.5" & < "0.9"
vpnkit
< "0.1.1"