mirror of
https://github.com/tailix/libkernaux.git
synced 2025-10-30 23:47:50 -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.6.1',
checksum_hash: 'dfaf233b1a03de29a04560902010c6a31e37140a'
# ...
end