package rpmfile

  1. Overview
  2. Docs

Module Header.EntrySource

Sourcetype record = {
  1. tag : int;
  2. kind : int;
  3. offset : int;
  4. count : int;
}
Sourceand 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.