ref: 09cf3c0ae6c0fed01e32a149f4668b7a7d52944b
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;
};