package rpmfile

  1. Overview
  2. Docs

Module Rpmfile.LeadSource

Sourcetype t = {
  1. version : int * int;
  2. kind : project_type;
  3. arch_num : int;
  4. name : string;
  5. os_num : int;
  6. signature_type : int;
}
Sourceand project_type =
  1. | Source
  2. | Binary
OCaml

Innovation. Community. Security.