Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fazibear/crystal_lib_gen
Automatic binding generator for Crystal
https://github.com/fazibear/crystal_lib_gen
Last synced: 2 months ago
JSON representation
Automatic binding generator for Crystal
- Host: GitHub
- URL: https://github.com/fazibear/crystal_lib_gen
- Owner: fazibear
- Created: 2015-01-05T10:25:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T21:14:50.000Z (about 5 years ago)
- Last Synced: 2024-05-01T19:57:52.499Z (8 months ago)
- Language: Crystal
- Size: 15.6 KB
- Stars: 15
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
crystal_lib_gen
===============Automatic binding generator for Crystal
## Install (OSX)
```
brew install llvm --with-clang
brew link llvm --force
brew install crystal
brew install mrubybundle install
bin/crystal_lib_gen examples/mruby.rb
crystal out/test_mruby.cr
```## See Also
* [Crystal](https://github.com/manastech/crystal)
* [ffi-gen](https://github.com/neelance/ffi-gen)