module Release:sig..end
type release = {
|
fname : |
|
origin : |
|
label : |
|
suite : |
|
version : |
|
codename : |
|
date : |
|
architecture : |
|
component : |
|
notauto : |
|
autoup : |
|
description : |
|
md5sums : |
|
sha1 : |
|
sha256 : |
val parse_release_in : string -> IO.input -> release optionparse_release_in filename channel parses the contents of a release
file of name filename from the input channel channel. Returns
Some(c) when c is the contents of the release file read from the
stream, or None when the stream contains only whitespace.
The release file may be signed, but in this case the validity of
the signature is not checked!!