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-6.2.1.tbz
sha256=65080247763442d1dc3cd90678b8233b798772f036ac81cd1eaade1f5d66a65f
sha512=35aa6035bc0229e4622fb2846c2e5578d260faa4b95497d294e5f1f9dc90a392323771f4758ed5ee32d93c26b72d2d16eb23a83070b8a26b0e13df2a77501b54

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.

Published: 20 Dec 2025

Dependencies (10)

  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 >= "5.7.0"
  5. logs
  6. cohttp-lwt = version
  7. cohttp = version
  8. http = version
  9. ocaml >= "4.08"
  10. dune >= "3.8"

Dev Dependencies (3)

  1. odoc with-doc
  2. conf-npm with-test
  3. lwt_ppx with-test

Used by (5)

  1. github = "4.4.0"
  2. github-jsoo >= "4.1.0" & < "4.3.0" | >= "4.4.0"
  3. gitlab-jsoo
  4. graphql_jsoo_client
  5. ldp_js < "0.4.0"

Conflicts

None