GitXplorerGitXplorer
J

CPython

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
de021902c9e9fb1ecbda92a693d501295aa7ab08

better help in genDubConfig

JJohn-Colvin committed 9 years ago
Unverified
d8cd1bc0b5cefff0453a5cb2cc612b279400b53d

add libs to genDubConfig.py

JJohn-Colvin committed 9 years ago
Unverified
a0269142c23a163ac6493500e9bc1ec156f08ed2

remove hardcoded libs

JJohn-Colvin committed 9 years ago
Unverified
48cd9f7c415d67dc2af45681857ee3c2e156cceb

move raw example from pyd to here

JJohn-Colvin committed 9 years ago
Unverified
71179571021295153e53c2e932717a68692a1b98

add more old python versions to dub.json

JJohn-Colvin committed 9 years ago
Unverified
1625d9e6c919ead29c440e062bec3677b743c0f4

fix licence -> license in dub.json

JJohn-Colvin committed 9 years ago

README

The README file for this repository.

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