package js_of_ocaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

js_of_ocaml-5.6.0.tbz
sha256=8435f02633a17ef6c8a1a3171a6537fdb206c00c4fb7d4ca54250df6daf6c23f
sha512=a9556ec69a90ea8ff9b6ea1ab983815e39f6703c7da6df24524e023d76fb04790ffed8666a2671f42c31bca15013a4238ae98a8c1c35d90fabdf9993565a1d99

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.