mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
741 B
741 B
::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.4.0',
checksum_hash: 'e488eed240ec9cf238d17948bd8431fa93190293'
# ...
end