package cohttp-mirage

  1. Overview
  2. No Docs
CoHTTP implementation for the MirageOS unikernel

Install

Authors

Maintainers

Sources

cohttp-6.0.0.alpha1.tbz
sha256=4e3ece8ade6493fe731c0842f519cc0f8f564753d71c985aa4ed6de3f0753646
sha512=5db6f1ffab6fc2ab30baffb1fc82b7f50b11ddb31ec19fc4415dac40f04766f29e816a4cf99ddb152b93c8acbefade7779ad3dc3d092e2f88fa1deea3fc2721a

Description

This HTTP implementation uses the Cohttp portable implementaiton along with the Lwt threading library in order to provide a Cohttp_mirage functor that can be used in MirageOS unikernels to build very small and efficient HTTP clients and servers without having a hard dependency on an underlying operating system.

Please see https://mirage.io for a self-hosted explanation and instructions on how to use this library.

Published: 07 May 2023

Dependencies (15)

  1. cohttp = version
  2. ppx_sexp_conv >= "v0.13.0"
  3. magic-mime
  4. astring
  5. fmt >= "0.8.7"
  6. cstruct >= "6.0.0"
  7. cohttp-lwt = version
  8. lwt >= "2.4.3"
  9. mirage-kv >= "3.0.0"
  10. conduit-mirage >= "2.3.0"
  11. conduit >= "2.0.2"
  12. mirage-channel >= "4.0.0"
  13. mirage-flow >= "2.0.0"
  14. ocaml >= "4.08"
  15. dune >= "3.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. git-cohttp-mirage < "3.2.0"
  2. git-mirage >= "1.11.4" & < "3.0.0"

Conflicts

None