package cohttp-mirage

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

Install

Authors

Maintainers

Sources

cohttp-v5.1.0.tbz
sha256=9883607813bb0d2b1677ce2062340d51016a6e1f0a059f92d9b608fe25563007
sha512=ca81321149a3a8836bcb6f177bbb48acd2ba3ad75cccf86153c8a2c2a8657060f6e0846c4af40b04029eafa040f25ba4c1e41b90a90840532dd8a3d6cfdea53b

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: 04 Apr 2023

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