package charrua

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

charrua-3.1.1.tbz
sha256=8fcd4a51a10eeb600989585847fb373c2f5187bef8019455091eea3751a7f405
sha512=0629cd497d9f234821279ac58ce707ca303b36093f887af9cb462139f3bd21ae0e9a80dd9375f7d5ad22eca7517c7e9c77193c616871da5bd68b3e456550f1e4

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: 14 Mar 2026

Dependencies (9)

  1. fmt >= "0.9.0"
  2. ohex >= "0.2.0"
  3. tcpip >= "9.0.0"
  4. ethernet >= "3.0.0"
  5. macaddr >= "4.0.0"
  6. ipaddr >= "5.0.0"
  7. cstruct >= "6.0.0"
  8. dune >= "1.4.0"
  9. ocaml >= "4.13.0"

Dev Dependencies

None

Used by (3)

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

Conflicts (1)

  1. result < "1.5"