package js_of_ocaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

js_of_ocaml-5.1.0.tbz
sha256=c17ad150772df43fc4e63ce1b9419f23c64169695a4cc4160eedcbc8f4d4c047
sha512=a13d02b9dba9105c19852e69aeaa516f4cdd1efb1354b01b612e144c35df3cfc7dc432ab291568ed419bad1a9388339a528c2d799dcc45ccc761de48ae18b790

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.