Module Dose_debian.Release
type release
=
{
}
The type for representing the contents of one release file
val parse_release_in : string -> IO.input -> release option
parse_release_in filename channel
parses the contents of a release file of namefilename
from the input channelchannel
. ReturnsSome(c)
whenc
is the contents of the release file read from the stream, orNone
when the stream contains only whitespace.The release file may be signed, but in this case the validity of the signature is not checked!!