https://github.com/profan/derelict-guile
Dynamic binding to libguile 2.0.11.
https://github.com/profan/derelict-guile
Last synced: 4 months ago
JSON representation
Dynamic binding to libguile 2.0.11.
- Host: GitHub
- URL: https://github.com/profan/derelict-guile
- Owner: profan
- License: mit
- Created: 2015-11-16T01:31:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T01:32:20.000Z (over 10 years ago)
- Last Synced: 2025-03-15T08:31:33.002Z (over 1 year ago)
- Language: D
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
derelict-guile
===============
This is a binding to libguile 2.0.11, nothing more than a wrapper over the existing C API, with some replacements for things that were macros in the original C API, which couldn't be used directly with D's C FFI.
Parts are still missing, so don't use this quite yet, further instructions to follow.
License
===============
MIT/X11