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 |
| Maintainer | Robur <team@robur.coop> |
| Dependencies | |
| Conflicts |
|
| Source [http] | https://github.com/mirage/charrua/releases/download/v3.1.1/charrua-3.1.1.tbz sha256=8fcd4a51a10eeb600989585847fb373c2f5187bef8019455091eea3751a7f405 sha512=0629cd497d9f234821279ac58ce707ca303b36093f887af9cb462139f3bd21ae0e9a80dd9375f7d5ad22eca7517c7e9c77193c616871da5bd68b3e456550f1e4 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/charrua/charrua.3.1.1/opam |
Required by
- charrua-client>=3.1.1
- charrua-server>=3.1.1
- charrua-unix>=3.1.1


