charrua-client-lwt
A DHCP client using lwt as effectful layer
Description
charrua-client-lwt
extends charrua-client
with a functor Dhcp_client_lwt
,
using the provided modules for timing and networking logic,
for convenient use by a program which might wish to implement a full client.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 06 Feb 2019
- Authors
- Maintainers
Sources
Dependencies
tcpip
>= "3.6.0"
mirage-net-lwt
< "2.0.0"
mirage-random
>= "1.0.0" & < "2.0.0"
ipaddr
>= "3.0.0"
cstruct
>= "3.0.2"
charrua-client
>= "0.11.1" & < "0.12.0"
charrua-core
>= "0.11.1" & < "0.12.0"
cstruct-unix
with-test
alcotest
with-test
ocaml
>= "4.04.2"
dune
>= "1.0"
Reverse Dependencies
charrua-client-mirage
>= "0.11.0" & < "0.12.0"