sherlodoc.query
Query
sherlodoc.db
sherlodoc.db_store
sherlodoc.storage_js
sherlodoc.storage_marshal
type t = {
query : string;
packages : string list;
limit : int;
}
val pretty : t -> string
module type IO = sig ... end
module Make (Io : IO) : sig ... end
module Blocking : sig ... end
module Private : sig ... end
For testing