package cohttp-mirage

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

Install

Authors

Maintainers

Sources

cohttp-5.0.0.tbz
sha256=fd6ff4b86c818355d61b3a08628596dbf517d6a7da6e8edec481bb0653ca5a05
sha512=f0bfd715806965af5488010cc9388d05406b67ece0b2cb8f7803553b17a5264d03094e59127a62d37c0d6c0e74d4717e643737c43d9bcfb10b112a73d5f49c4d

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.

Tags

org:mirage org:xapi-project

Published: 05 Jan 2022

Dependencies (14)

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

Dev Dependencies

None

Used by (2)

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

Conflicts

None