package mirage-types-lwt

  1. Overview
  2. 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, including but not limited to:

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

Tags

org:mirage org:xapi-project

Published: 06 Apr 2016

Dependencies (7)

  1. mirage-types = "2.8.0"
  2. ipaddr
  3. io-page >= "1.4.0"
  4. cstruct >= "1.4.0"
  5. lwt
  6. ocamlfind
  7. ocaml

Dev Dependencies

None

Used by (35)

  1. channel
  2. conan
  3. conan-cli
  4. datakit-server < "0.10.0"
  5. docteur-unix < "0.0.3"
  6. git = "1.4.10" | >= "1.5.0" & < "1.10.0"
  7. hvsock < "0.14.0"
  8. mbr-format < "1.0.0"
  9. mirage >= "2.4.0" & != "2.7.0" & < "3.0.0"
  10. mirage-block < "1.0.0"
  11. mirage-block-ccm < "1.1.0"
  12. mirage-block-ramdisk < "0.3"
  13. mirage-conduit = "2.2.0"
  14. mirage-console >= "2.1.1" & < "2.2.0"
  15. mirage-console-solo5 < "0.2.0"
  16. mirage-dns < "2.6.0"
  17. mirage-flow >= "1.0.1" & < "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. nbd >= "2.1.3" & < "3.0.0"
  26. protocol-9p < "0.9.0"
  27. qcow < "0.8.1" | >= "0.11.0"
  28. qcow-format
  29. qcow-tool >= "0.11.0"
  30. shared-block-ring = "2.3.0"
  31. tar-format >= "0.4.1" & < "0.7.1"
  32. tcpip >= "2.0.0" & < "2.1.0"
  33. vchan >= "2.0.0" & < "2.3.0"
  34. vhd-format = "0.8.0"
  35. vpnkit < "0.1.1"

Conflicts

None