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
- 17 Nov 2018
- Authors
- Maintainers
Sources
Dependencies
mirage-types-lwt
>= "3.0.0" & < "3.7.0"
tcpip
>= "3.2.0" & < "3.6.0"
mirage-random
>= "1.0.0" & < "2.0.0"
ipaddr
< "3.0.0"
cstruct
>= "3.0.2"
charrua-client
>= "0.11.0" & < "0.12.0"
charrua-core
>= "0.11.0" & < "0.12.0"
cstruct-unix
with-test
alcotest
with-test
ocaml
>= "4.04.2"
jbuilder
>= "1.0+beta9"
Reverse Dependencies
charrua-client-mirage
= "0.11.0"