1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/py-instant/pkg-descr
Steve Wills 020c0d7a02 - Stage
- Fix pkg-plist
- Pet portlint

PR:		ports/188502
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	Jason Bacon <jwbacon@tds.net> (maintainer)
2014-04-13 02:23:06 +00:00

9 lines
351 B
Plaintext

By using the class Instant a Python extension module can be created at runtime.
For the user, it behaves somewhat like an inline module, except you have to
import the module manually.
The code can be either C or C++, but like when programming C or C++, it has to
be inside a function or a similar C/C++ construct.
WWW: https://launchpad.net/instant