charruaversion Documentation on ocaml.org
DHCP wire frame encoder and decoder
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_wireprovides 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.
| Author | Christiano F. Haesbaert <haesbaert@haesbaert.org> |
|---|---|
| License | ISC |
| Published | |
| Homepage | https://github.com/mirage/charrua |
| Issue Tracker | https://github.com/mirage/charrua/issues |
| Documentation | https://mirage.github.io/charrua/ |
| Maintainer | Robur <team@robur.coop> |
| Dependencies | |
| Conflicts |
|
| Source [http] | https://github.com/mirage/charrua/releases/download/v3.1.2/charrua-3.1.2.tbz sha256=1e70defcd57a803acf4e905ceae4d9e5a763e6400e4216a207fe99bc94c099af sha512=dcb137df2b1d04d8bcaad730ba4340d9f649076fdd76e2a3797eee779c96501254339f0357693ee4a49e7c406a653889843d5a1d2f63bb43e15e45f1ea12b3e1 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/charrua/charrua.3.1.2/opam |
Required by
- charrua-client>=3.1.2
- charrua-server>=3.1.2
- charrua-unix>=3.1.2


