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/index.html

Module CommonSource

Sourcemodule Types : sig ... end
Sourceval iter : int -> (int -> 'a) -> unit
Sourceval fold : int -> 'a -> ('a -> int -> 'a) -> 'a
Sourceval encode : 't0 -> string
Sourceval decode : string -> 'res