ref: 21947578303cdb0fcb4b0cdfe80aa9dab5f6b447
dir: /appl/spree/lib/objstore.m/
Objstore: module {
PATH: con "/dis/spree/lib/objstore.dis";
init: fn(mod: Spree, g: ref Clique);
unarchive: fn();
setname: fn(o: ref Object, name: string);
get: fn(name: string): ref Object;
};