package rpmfile

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. version : int * int;
  2. kind : project_type;
  3. arch_num : int;
  4. name : string;
  5. os_num : int;
  6. signature_type : int;
}
and project_type =
  1. | Source
  2. | Binary
OCaml

Innovation. Community. Security.