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.2.1/charrua-3.2.1.tbz sha256=23feba77dd924883d33605a24b442ebe6ce873e673bc634c2c7b8b82843c3e05 sha512=055a944fa60c02f383ffce231de77b31bdf67ee60cf98523b6d3e547ec3cba069af8b3175293ce3990a6884e30fb82f180bd16ca29517b819705fa2e69587b00 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/charrua/charrua.3.2.1/opam |
Required by
- charrua-client>=3.2.1
- charrua-server>=3.2.1
- charrua-unix>=3.2.1
- mnet-dhcp


