mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
9 lines
486 B
Text
9 lines
486 B
Text
PEAK-Rules is a highly-extensible framework for creating and using
|
|
generic functions, from the very simple to the very complex. Out of
|
|
the box, it supports multiple-dispatch on positional arguments using
|
|
tuples of types, full predicate dispatch using strings containing
|
|
Python expressions, and CLOS-like method combining. (But the framework
|
|
allows you to mix and match dispatch engines and custom method
|
|
combinations, if you need or want to.)
|
|
|
|
WWW: https://pypi.org/project/PEAK-Rules/
|