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.)
43 lines
1.6 KiB
Text
43 lines
1.6 KiB
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/14 13:13:17 jihbed Exp $
|
|
${PYSITELIB}/${EGG_NAME}-nspkg.pth
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/peak/rules/__init__.py
|
|
${PYSITELIB}/peak/rules/__init__.pyc
|
|
${PYSITELIB}/peak/rules/__init__.pyo
|
|
${PYSITELIB}/peak/rules/ast_builder.py
|
|
${PYSITELIB}/peak/rules/ast_builder.pyc
|
|
${PYSITELIB}/peak/rules/ast_builder.pyo
|
|
${PYSITELIB}/peak/rules/codegen.py
|
|
${PYSITELIB}/peak/rules/codegen.pyc
|
|
${PYSITELIB}/peak/rules/codegen.pyo
|
|
${PYSITELIB}/peak/rules/core.py
|
|
${PYSITELIB}/peak/rules/core.pyc
|
|
${PYSITELIB}/peak/rules/core.pyo
|
|
${PYSITELIB}/peak/rules/criteria.py
|
|
${PYSITELIB}/peak/rules/criteria.pyc
|
|
${PYSITELIB}/peak/rules/criteria.pyo
|
|
${PYSITELIB}/peak/rules/dispatch.py
|
|
${PYSITELIB}/peak/rules/dispatch.pyc
|
|
${PYSITELIB}/peak/rules/dispatch.pyo
|
|
${PYSITELIB}/peak/rules/indexing.py
|
|
${PYSITELIB}/peak/rules/indexing.pyc
|
|
${PYSITELIB}/peak/rules/indexing.pyo
|
|
${PYSITELIB}/peak/rules/predicates.py
|
|
${PYSITELIB}/peak/rules/predicates.pyc
|
|
${PYSITELIB}/peak/rules/predicates.pyo
|
|
${PYSITELIB}/peak/rules/syntax.py
|
|
${PYSITELIB}/peak/rules/syntax.pyc
|
|
${PYSITELIB}/peak/rules/syntax.pyo
|
|
share/doc/py-peak-rules/AST-Builder.txt
|
|
share/doc/py-peak-rules/Code-Generation.txt
|
|
share/doc/py-peak-rules/Criteria.txt
|
|
share/doc/py-peak-rules/DESIGN.txt
|
|
share/doc/py-peak-rules/Indexing.txt
|
|
share/doc/py-peak-rules/Predicates.txt
|
|
share/doc/py-peak-rules/README.txt
|
|
share/doc/py-peak-rules/Syntax-Matching.txt
|