Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/profan/derelict-guile
Dynamic binding to libguile 2.0.11.
https://github.com/profan/derelict-guile
Last synced: 29 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T01:32:20.000Z (about 9 years ago)
- Last Synced: 2024-04-24T04:43:15.026Z (8 months ago)
- Language: D
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- 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