package jext

  1. Overview
  2. Docs
Js_of_ocaml tools to help handling web extension

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jext-0.1.1.tar.gz
md5=586f3215c066e3ac542de36669d8d20b
sha512=c8cbee00bec3d580368145bcbfeb6dc7d45930993936dd7c30609d25fe72eeb1edf94897bf5bbb5aa5ee1701c599de29340be43f476f1377f8156d94aec2a000

doc/jext.common/Common/Types/Make/index.html

Module Types.MakeSource

Parameters

module S : S

Signature

Sourcetype response_error_aux = [
  1. | `generic of string * string
  2. | `custom of S.response_error
]
Sourcetype response_jsoo = Ezjs_min.Unsafe.any
Sourceval response_of_jsoo : response_jsoo -> response
Sourceval response_to_jsoo : response -> response_jsoo
Sourceval response_jsoo_conv : (response -> response_jsoo) * (response_jsoo -> response)