Module Apt.Pref
for details on the apt_preferences format : man apt_preferences
type pin_t=|Release of (string * string) list|Origin of string|Version of stringtype package_t=|Package of string|Startype pin_priority_t= inttype apt_preferences={package : package_t;pin : pin_t;pin_priority : pin_priority_t;}