mirror of
https://github.com/tailix/libkernaux.git
synced 2026-08-15 11:00:07 -04:00
| .. | ||
| bin | ||
| mrblib | ||
| src | ||
| test | ||
| .gitignore | ||
| .rubocop.yml | ||
| build_config.rb | ||
| Gemfile | ||
| mrbgem.rake | ||
| Rakefile | ||
| README.md | ||
::KernAux
Binding to libkernaux - auxiliary library for kernel development.
Install
Add the following to your build_config.rb:
MRuby::Build.new do |conf|
# ...
conf.gem github: 'tailix/libkernaux',
path: 'bindings/mruby',
branch: 'v0.7.0',
checksum_hash: '1cfff3fca3fc3f8990f43f0d6d5c91929c8f359c'
# ...
end