package mirage-types-lwt

  1. Overview
  2. No Docs
Lwt module type definitions for Mirage-compatible applications

Install

Dune Dependency

Authors

Maintainers

Description

This is a virtual package that pulls in all the concrete dependencies required for the mirage-types.lwt ocamlfind package to become available.

The purpose of this library is to provide concrete types for several that are left abstract in mirage-types:

  • type 'a io = 'a Lwt.t
  • type page_aligned_buffer = Io_page.t
  • type buffer = Cstruct.t
  • type macaddr = Macaddr.t
  • type ipv4addr = Ipaddr.V4.t

Tags

org:mirage org:xapi-project

Published: 19 Dec 2014

Dependencies (8)

  1. mirage-types >= "2.2.0" & < "2.3.0"
  2. ipaddr
  3. io-page
  4. cstruct >= "1.4.0"
  5. lwt
  6. sexplib < "113.01.00"
  7. ocamlfind
  8. ocaml >= "4.00.0"

Dev Dependencies

None

Used by (32)

  1. channel
  2. conan
  3. conan-cli
  4. docteur-unix < "0.0.3"
  5. git = "1.4.10" | >= "1.5.0" & < "1.10.0"
  6. hvsock < "0.14.0"
  7. mbr-format < "1.0.0"
  8. mirage >= "2.6.0" & != "2.7.0" & < "3.0.0"
  9. mirage-block < "1.0.0"
  10. mirage-block-ccm < "1.1.0"
  11. mirage-block-ramdisk < "0.3"
  12. mirage-console < "2.2.0"
  13. mirage-console-solo5 < "0.2.0"
  14. mirage-dns < "2.5.0"
  15. mirage-entropy-unix >= "0.2.0"
  16. mirage-entropy-xen = "0.2.0"
  17. mirage-flow < "1.2.0"
  18. mirage-fs-unix >= "1.1.4" & < "1.3.0"
  19. mirage-git
  20. mirage-http >= "2.0.0" & < "3.0.0"
  21. mirage-irmin
  22. mirage-net-macosx < "1.3.0"
  23. mirage-net-xen >= "1.6.0" & < "1.7.0"
  24. mirage-qubes >= "0.2" & < "0.4"
  25. protocol-9p < "0.9.0"
  26. shared-block-ring = "2.3.0"
  27. tar-format >= "0.4.1" & < "0.7.1"
  28. tcpip >= "2.0.0" & != "2.1.0" & < "2.5.0"
  29. vchan >= "2.0.0" & < "2.3.0"
  30. vhd-format = "0.8.0"
  31. vpnkit < "0.1.1"
  32. xen-disk >= "1.2.1"

Conflicts

None