package charrua-client-lwt

  1. Overview
  2. No Docs
A DHCP client using lwt as effectful layer

Install

Authors

Maintainers

Sources

charrua-core-0.11.1.tbz
md5=c9f82c844f78643cb05650a397acfb1c

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.

Tags

org:mirage

Published: 09 Jan 2019

Dependencies (15)

  1. lwt
  2. fmt
  3. tcpip >= "3.6.0"
  4. logs
  5. mirage-net-lwt < "2.0.0"
  6. mirage-time-lwt
  7. duration
  8. mirage-random >= "1.0.0" & < "2.0.0"
  9. rresult
  10. ipaddr >= "3.0.0"
  11. cstruct >= "3.0.2"
  12. charrua-client >= "0.11.1" & < "0.12.0"
  13. charrua-core >= "0.11.1" & < "0.12.0"
  14. ocaml >= "4.04.2"
  15. jbuilder >= "1.0+beta9"

Dev Dependencies (2)

  1. cstruct-unix with-test
  2. alcotest with-test

Used by (1)

  1. charrua-client-mirage >= "0.11.0" & < "0.12.0"

Conflicts

None