package dose3-extra

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Apt.PrefSource

for details on the apt_preferences format : man apt_preferences

Sourcetype pin_t =
  1. | Release of (string * string) list
  2. | Origin of string
  3. | Version of string
Sourcetype package_t =
  1. | Package of string
  2. | Star
Sourcetype pin_priority_t = int
Sourcetype apt_preferences = {
  1. package : package_t;
  2. pin : pin_t;
  3. pin_priority : pin_priority_t;
}
OCaml

Innovation. Community. Security.