Loader for different .NET runtimes
Перейти к файлу
Benedikt Reinartz e74a8fe11b Ensure that the dotnet_root string lives long enough 2020-04-13 10:59:54 +02:00
clr_loader Ensure that the dotnet_root string lives long enough 2020-04-13 10:59:54 +02:00
example Update examples 2019-10-31 08:50:55 +01:00
netfx_loader Update NXPorts 2019-11-07 07:37:05 +01:00
.gitignore Move files around, rename framework to netfx, add build script 2019-11-06 10:34:56 +01:00
Example.ipynb Implement simple Mono support 2019-10-29 11:14:36 +01:00
LICENSE Add LICENSE file 2019-10-28 15:04:19 +01:00
MANIFEST.in Python packaging is hard... 2019-11-07 09:19:06 +01:00
README.md Move building into setup.py 2019-11-07 08:36:49 +01:00
setup.cfg Python packaging is hard... 2019-11-07 09:19:06 +01:00
setup.py Add explicit version dependency for cffi 2019-11-27 08:14:05 +01:00

README.md

clr-loader

Implements a generic interface for loading one of the CLR (.NET) runtime implementations and calling simple functions on them.