Python-alike language for writing Python extension modules
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.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
