Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-hashery
From: Takahiro Kambe
Date: 2012-09-16 10:14:21
Message id: 20120916081421.9CD0D175DD@cvs.netbsd.org
Log Message:
Adding ruby-hashery package version 2.0.1.
The Hashery is a tight collection of Hash-like classes.
Included among its many offerings are the auto-sorting Dictionary class,
the efficient LRUHash, the flexible OpenHash and the convenient KeyHash.
Nearly every class is a subclass of the CRUDHash which defines a CRUD model
on top of Ruby''s standard Hash making it a snap to subclass and augment
to fit any specific use case.
Files: