f902fc9654
- Remove files/* - Update MASTER_SITES - Add LICENSE - Stagify [1] - Don't install a (zipped) Python egg anymore - Add pre-build and pre-install targets to strip dynamic library - Improve description of the port - Add WWW field [1], and remove Author: from pkg-descr PR: ports/188559 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com>
6 lines
298 B
Text
6 lines
298 B
Text
RuleDispatch is a prototype implementation of the Chambers and Chen
|
|
"efficient multiple and predicate dispatch" algorithm for Python.
|
|
It lets youspecify a function in terms of a collection of arbitrary
|
|
rules, including Lisp-style "before/after/around" methods.
|
|
|
|
WWW: http://peak.telecommunity.com/
|