package user-agent-parser

  1. Overview
  2. Docs

Module User_agent_parser.UAParserSource

Sourcetype t
Sourcetype result = {
  1. family : string;
  2. major : string option;
  3. minor : string option;
  4. patch : string option;
}
Sourceval init : unit -> t
Sourceval parse : t -> string -> result
OCaml

Innovation. Community. Security.