diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-17 07:56:46 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:04 -0600 |
commit | f433b234f0c8d5d113a9684fbfaf3971ea179cdc (patch) | |
tree | c4ecf49c4085038489aee818e8cbeb99fbed57e9 /libraries/cffi/slack-desc | |
parent | 37f5f763d03f645a0d3ef06048078f0696f896f9 (diff) | |
download | slackbuilds-f433b234f0c8d5d113a9684fbfaf3971ea179cdc.tar.gz |
libraries/cffi: Added (Foreign Function Interface for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/cffi/slack-desc')
-rw-r--r-- | libraries/cffi/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/cffi/slack-desc b/libraries/cffi/slack-desc new file mode 100644 index 0000000000..9a80e05055 --- /dev/null +++ b/libraries/cffi/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +cffi: cffi (Foreign Function Interface for Python calling C code) +cffi: +cffi: Foreign Function Interface for Python calling C code. The aim of this +cffi: project is to provide a convenient and reliable way of calling C code +cffi: from Python. +cffi: +cffi: +cffi: +cffi: +cffi: Homepage: http://cffi.readthedocs.org +cffi: |