package mustache

  1. Overview
  2. Docs
Mustache logic-less templates in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

mustache-3.2.0.tbz
sha256=080b6852ce81f2604134348e19d7b1c8d2ea311519be854ad4517729508c4d4c
sha512=80bf68ab0547002290254979cb60ad0962ac526551f9a7a0337c4f0426128b2974ca1d9efbac345613d73b340d7027e1331a0baad0d3743256dbd1b2d97f1eb0

doc/mustache/Mustache_lexer/index.html

Module Mustache_lexerSource

Sourceexception Error of string
Sourceval tok_arg : Lexing.lexbuf -> (Lexing.lexbuf -> 'a) -> 'a
Sourceval lex_tag : Lexing.lexbuf -> (Lexing.lexbuf -> unit) -> (Lexing.lexbuf -> 'a) -> (Lexing.lexbuf -> unit) -> 'a
Sourceval split_ident : string -> string list
Sourceval check_mustaches : expected:string -> lexed:string -> unit
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval space : Lexing.lexbuf -> unit
Sourceval __ocaml_lex_space_rec : Lexing.lexbuf -> int -> unit
Sourceval ident : Lexing.lexbuf -> string
Sourceval __ocaml_lex_ident_rec : Lexing.lexbuf -> int -> string
Sourceval partial_name : Lexing.lexbuf -> string
Sourceval __ocaml_lex_partial_name_rec : Lexing.lexbuf -> int -> string
Sourceval end_on : string -> Lexing.lexbuf -> unit
Sourceval __ocaml_lex_end_on_rec : string -> Lexing.lexbuf -> int -> unit
Sourceval comment : string list -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_comment_rec : string list -> Lexing.lexbuf -> int -> string
Sourceval __ocaml_lex_mustache_rec : Lexing.lexbuf -> int -> Mustache_parser.token
OCaml

Innovation. Community. Security.