This repo is an example of configuring a project to wrap an existing C
library with Cython. In this example, the library liboracle
will be wrapped by
Cython.
To build and run the tests, use
make
This project has following dependencies
- Recent version of a C compiler
- Python
All other dependencies should be installed automatically.