package cohttp-mirage

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

Install

Authors

Maintainers

Sources

v2.1.0-cohttp-mirage.tar.gz
md5=7207e2b3c0ed3017a947dbafac5a045c
sha512=b6dc26a0faba616afcda9e0920d57df9128bdc1a87a400be5e87f9bc390c9fc95e96137009ca226e4d828f6d3a38f358cbd0e43d8aa577469ba1b2a93724f9a6

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: 02 Mar 2019

Dependencies (13)

  1. magic-mime
  2. astring
  3. cohttp-lwt < "2.2"
  4. cohttp < "2.2"
  5. lwt >= "2.4.3"
  6. mirage-kv-lwt >= "2.0.0"
  7. mirage-conduit >= "3.0.0"
  8. conduit >= "0.99" & < "2.3.0"
  9. mirage-channel-lwt >= "3.0.0"
  10. mirage-flow-lwt >= "1.2.0"
  11. result
  12. dune >= "1.1.0"
  13. ocaml >= "4.05.0"

Dev Dependencies

None

Used by (2)

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

Conflicts

None