- add missing dependencies - limit python version to 2.x - let it build with protobuf 2.6 - misc non-functional changes - bump PORTREVISION because of dependency changes Approved by: vg (maintainer)
9 lines
327 B
Text
9 lines
327 B
Text
PALM is a library for using Google's protocol buffers in Python. It has
|
|
a fast core written in C with a thin Cython binding to Python. The goal
|
|
of palm was to make improvements to the Google reference implementation,
|
|
namely:
|
|
|
|
* Make the library significantly faster
|
|
* Clean up the API
|
|
|
|
WWW: https://github.com/bumptech/palm/
|