package rpmfile

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type record = {
  1. tag : int;
  2. kind : int;
  3. offset : int;
  4. count : int;
}
and value =
  1. | Null
  2. | Char of char
  3. | Int of int
  4. | Int32 of int32
  5. | Int64 of int64
  6. | String of string
  7. | Binary of bytes
  8. | StringArray of string list
  9. | Array of value list
OCaml

Innovation. Community. Security.