package rpmfile

  1. Overview
  2. Docs

Representation of Lead section.

type t = {
  1. version : int * int;
  2. kind : Rpmfile__.Meta.project_type;
  3. arch_num : int;
  4. name : string;
  5. os_num : int;
  6. signature_type : int;
}
val parser : t Angstrom.t
OCaml

Innovation. Community. Security.