summaryrefslogtreecommitdiff
path: root/devel/py-construct/files/patch-setup.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Construct is a python library for parsing and building of dataNicola Vitale2009-08-101-0/+20
structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones. PR: ports/137593 Submitted by: Piotr Florczyk <p.florczyk at adminworkshop.pl>