Module DebianFormats
type name
= string
type version
= string
type vpkg
= string * (string * string) option
type veqpkg
= string * (string * string) option
type architecture
= string
type md5sum
= Stdlib.Digest.t
type sha1
= string
type sha256
= string
type file_size
= int64
type filename
= string
module Version : sig ... end
module Release : sig ... end
module Source : sig ... end
module Binary : sig ... end
module Control : sig ... end
module Changelog = DFChangelog
module Watch = DFWatch
module URI : sig ... end