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.2.tbz
sha256=d76f0748dbef45b68f5f6b66f1da2d7a462de64f1cd2932aa0740388e667793c
sha512=4d84f20eb60f9a61b82d8bf9d686ad0d44852addc0a3ffc553d124e488796ec2945bf38311922e57eec739a88346be200289055c56b90b3a22ae4354a073b38c

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.