payment: note that Stripe has instituted an additional 1% fee for non-US cards
[hcoop/portal.git] / aptquery.sig
CommitLineData
6b23a78b
AC
1signature APT_QUERY =
2sig
3 type info = { name : string, section : string, descr : string, installed : bool }
4
5 val validName : string -> bool
18eeb749 6 val query : {node : int, pkg : string} -> info option
6b23a78b 7end