apache: fix missing newline in fastScriptAlias
[hcoop/domtool2.git] / src / plugins / apt.sig
index 2ab4f50..b44f81b 100644 (file)
@@ -20,6 +20,9 @@
 
 signature APT = sig
 
+    val info : string ->  {section : string, description : string} option
+    (* Package information *)
+
     val installed : string -> bool
     (* Is the named package installed on this host? *)