package charrua-client

  1. Overview
  2. No Docs
DHCP client implementation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

charrua-3.0.0.tbz
sha256=38158606cc9df794a8081f371782198e3586854eaf8ef7ce1d73a8080aa47734
sha512=443581ab33056062bbe5f456bc5836269a1325d97e1e23c63f87525de4a438500cc4e4c1e080ed560465a97669bda8fc2526b0a8b81d7abce67fb6abc8da5048

Description

charrua-client is a DHCP client powered by charrua.

The base library exposes a simple state machine in Dhcp_client for use in acquiring a DHCP lease.

Tags

org:mirage

Published: 09 Dec 2025

Dependencies (18)

  1. lwt >= "4.0.0"
  2. tcpip >= "9.0.0"
  3. arp >= "3.0.0"
  4. ethernet >= "3.0.0"
  5. fmt
  6. logs
  7. duration
  8. randomconv >= "0.2.0"
  9. mirage-net >= "3.0.0"
  10. mirage-sleep >= "4.0.0"
  11. mirage-mtime >= "4.0.0"
  12. mirage-crypto-rng >= "1.0.0"
  13. macaddr >= "4.0.0"
  14. ipaddr >= "5.0.0"
  15. cstruct >= "6.0.0"
  16. charrua = version
  17. ocaml >= "4.08.0"
  18. dune >= "1.4.0"

Dev Dependencies (4)

  1. charrua-server = version & with-test
  2. mirage-crypto-rng with-test & >= "1.2.0"
  3. cstruct-unix with-test
  4. alcotest with-test

Used by

None

Conflicts

None