package js_of_ocaml

  1. Overview
  2. Docs
Compiler from OCaml bytecode to JavaScript

Install

Dune Dependency

Authors

Maintainers

Sources

js_of_ocaml-5.7.0.tbz
sha256=cdf1dea0d9397a498b630abe8014908b6dd83b10ee0c7ff5777a6443a62983be
sha512=5cf7d883c97f4b81ab73687c8f29b624acaef28c002b5d739108954973671dd5fb4f869d8fedb485b4b17bc8aa10d8b55b30ae7ace21a9350c2a1ac59b28eb60

doc/js_of_ocaml.deriving/Deriving_Json_lexer/index.html

Module Deriving_Json_lexerSource

Sourcetype lexbuf
Sourceval init_lexer : ?buf:Buffer.t -> Lexing.lexbuf -> lexbuf

Create a fresh lexbuf record.

Sourceval tag_error : typename:string -> lexbuf -> 'a
Sourceval read_int : lexbuf -> int
Sourceval read_bounded_int : ?min:int -> max:int -> lexbuf -> int
Sourceval read_tag_1 : int -> lexbuf -> int
Sourceval read_tag_2 : int -> int -> lexbuf -> int
Sourceval read_int32 : lexbuf -> int32
Sourceval read_int64 : lexbuf -> int64
Sourceval read_number : lexbuf -> float
Sourceval read_string : lexbuf -> string
Sourceval read_case : lexbuf -> [ `Cst of int | `NCst of int ]
Sourceval read_vcase : lexbuf -> [ `Cst of int | `NCst of int ]
Sourceval read_comma : lexbuf -> unit
Sourceval read_lbracket : lexbuf -> unit
Sourceval read_rbracket : lexbuf -> unit
Sourceval read_comma_or_rbracket : lexbuf -> [ `Comma | `RBracket ]
OCaml

Innovation. Community. Security.