charrua
  1. Overview
  2. Docs
DHCP wire frame encoder and decoder

Install

Authors

Maintainers

Sources

charrua-v1.5.0.tbz
sha256=4ce74a5e78402f3d645ddcb344aaa1348349a8d5a35b8b55112aff0cb84db8e1
sha512=ac6960de516642793b928224c95da997042d2907829496843481894b38804e3b465b5f9703bd8c02e5202059847ee5c16db6975c630b462448db511b39f34f87

Description

Charrua consists a single modules, Dhcp_wire responsible for parsing and constructing DHCP messages

You can browse the API for charrua at https://mirage.github.io/charrua/

Features

  • Dhcp_wire provides marshalling and unmarshalling utilities for DHCP.
  • Logic/sequencing is agnostic of IO and platform, so it can run on Unix as a process, as a Mirage unikernel or anything else.
  • All DHCP options are supported at the time of this writing.
  • Code is purely applicative.
  • It's in OCaml, so it's pretty cool.

The name charrua is a reference to the, now extinct, semi-nomadic people of southern South America.

Published: 16 Dec 2021

Dependencies (12)

  1. tcpip >= "7.0.0"
  2. ethernet >= "3.0.0"
  3. macaddr-sexp
  4. ipaddr-sexp
  5. macaddr >= "4.0.0"
  6. ipaddr >= "5.0.0"
  7. sexplib
  8. cstruct >= "6.0.0"
  9. ppx_cstruct
  10. ppx_sexp_conv >= "v0.10.0"
  11. dune >= "1.4.0"
  12. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (3)

  1. charrua-client >= "1.5.0"
  2. charrua-server >= "1.5.0"
  3. charrua-unix >= "1.5.0"

Conflicts (1)

  1. result < "1.5"