package cohttp-lwt-jsoo

  1. Overview
  2. No Docs
CoHTTP implementation for the Js_of_ocaml JavaScript compiler

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cohttp-2.5.8.tbz
sha256=2722477d1f5bb09e841debc125c30ff44f1b20cf8894b68cb48f2b6de092d25a
sha512=ce934a24c0e1eaf5dc674927b45277d461a13757d4c165a4a11811f9eb7b11b78b4560792ca430734d4e3a5b8791eee887d4eab2a0e9e30aa4a5864e833dd768

Description

An implementation of an HTTP client for JavaScript, but using the CoHTTP types. This lets you build HTTP clients that can compile natively (using one of the other Cohttp backends such as cohttp-lwt-unix) and also to native JavaScript via js_of_ocaml.

Tags

org:mirage org:xapi-project

Published: 14 Jun 2023

Dependencies (8)

  1. js_of_ocaml-lwt >= "3.5.0"
  2. js_of_ocaml-ppx >= "3.3.0"
  3. js_of_ocaml >= "3.3.0"
  4. lwt >= "3.0.0"
  5. cohttp-lwt = version
  6. cohttp = version
  7. dune >= "1.1.0"
  8. ocaml >= "4.04.1"

Dev Dependencies

None

Conflicts

None