Module Dose_debian__Release
Debian release files. This file format, and its use in apt, is described on http://wiki.debian.org/SecureApt.
type release={}The type for representing the contents of one release file
val parse_release_in : string -> IO.input -> release optionparse_release_in filename channelparses the contents of a release file of namefilenamefrom the input channelchannel. ReturnsSome(c)whencis the contents of the release file read from the stream, orNonewhen the stream contains only whitespace.The release file may be signed, but in this case the validity of the signature is not checked!!