package cohttp-lwt-jsoo

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

Install

Dune Dependency

Authors

Maintainers

Sources

cohttp-v2.5.2.tbz
sha256=37bbb95e4b8f5fa9ffa6e3e38693c50369f32137eeae70d528cafe76a92a449a
sha512=736bf5ee0765096ea654a6378d349a8ae52b8c134bc959ae307cf830c84f4010aa8b152a8c1c141696616766f6a3b24e0a61c0873215cc7f24a0083c7d6a9197

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: 29 Jun 2020

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

Used by (2)

  1. github-jsoo >= "3.0.1" & < "4.4.0"
  2. graphql_jsoo_client

Conflicts

None