/* * Find Repository by name. Returns +nil+ if no Repository with the * given name exists. * * call-seq: * pool.find_repo("test") -> Repo * */ Repo *find_repo( const char *name )