Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 610 Bytes

File metadata and controls

16 lines (12 loc) · 610 Bytes

CPython

D bindings for CPython, taken from https://github.com/ariovistus/pyd, all credit goes to the pyd authors.

Run genDubConfig.py "<your project name>" with your chosen python interpreter to print an example dub.json with the relevant library paths etc. set correctly.

I suggest doing this even if you don't intend to use dub, the output should contain the necessary information for you to use your own build tool (e.g. version flags)

Examples

To run an example, do something like this:

cd examples/example
python3 ../../genDubConfig example > dub.json
dub build
python3 test.py