X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/991d8e6619bc9ff2182a39cfbeead53bee768a99..HEAD:/src/plugins/apt.sig diff --git a/src/plugins/apt.sig b/src/plugins/apt.sig index 2546fd5..b44f81b 100644 --- a/src/plugins/apt.sig +++ b/src/plugins/apt.sig @@ -20,8 +20,8 @@ signature APT = sig - val exists : string -> bool - (* Does the package exist on this host? *) + val info : string -> {section : string, description : string} option + (* Package information *) val installed : string -> bool (* Is the named package installed on this host? *)