1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/pyrex/pkg-descr
Hye-Shik Chang 0a5fa44e67 Add pyrex 0.3.2,
programming Language for writing Python extension
modules.

PR:		36995
Submitted by:	me
2002-07-01 18:42:09 +00:00

6 lines
263 B
Plaintext

Pyrex is a language specially designed for writing Python extension
modules. It's designed to bridge the gap between the nice, high-level,
easy-to-use world of Python and the messy, low-level world of C.
WWW: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/