search for: ce012c4

Displaying 1 result from an estimated 1 matches for "ce012c4".

Did you mean: c04012c4
2014 Oct 31
4
[PATCH] builder: move the gpgkey_type type from Sigchecker to Utils
...("fingerprint", JSON.String fp) :: item - | Sigchecker.KeyFile kf -> + | Utils.KeyFile kf -> ("key", JSON.String kf) :: item in JSON.Dict item ) sources in diff --git a/builder/list_entries.mli b/builder/list_entries.mli index ce012c4..520eb33 100644 --- a/builder/list_entries.mli +++ b/builder/list_entries.mli @@ -16,4 +16,4 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *) -val list_entries : list_format:([ `Short | `Long | `Json ]) -> sources:(string * Sigchecker.gpgkey_type * Downloader.proxy_mode)...