package ocamldap

  1. Overview
  2. Docs
type token =
  1. | Lparen
  2. | Rparen
  3. | Numericoid of string
  4. | Name of string list
  5. | Desc of string
  6. | Obsolete
  7. | Equality of string
  8. | Ordering of string
  9. | Substr of string
  10. | Syntax of string * Int64.t
  11. | Single_value
  12. | Collective
  13. | No_user_modification
  14. | Usage of string
  15. | Sup of string list
  16. | Abstract
  17. | Structural
  18. | Auxiliary
  19. | Must of string list
  20. | May of string list
  21. | Xstring of string
val quote : Str.regexp
val spacerex : Str.regexp
val stripspace : string -> string
val extract : string -> int -> int -> string
val splitoidlst : string -> Str.regexp -> string list
val stripquote : string -> string
val stripquotes : string list -> string list
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val lexattr : Lexing.lexbuf -> token
val __ocaml_lex_lexattr_rec : Lexing.lexbuf -> int -> token
val lexoc : Lexing.lexbuf -> token
val __ocaml_lex_lexoc_rec : Lexing.lexbuf -> int -> token