mirror of
https://github.com/tailix/libkernaux.git
synced 2026-03-20 12:03:53 -04:00
26 lines
741 B
Markdown
26 lines
741 B
Markdown
::KernAux
|
|
=========
|
|
|
|
[](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml)
|
|
[)](https://cirrus-ci.com/github/tailix/libkernaux)
|
|
|
|
Binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
|
|
library for kernel development.
|
|
|
|
|
|
|
|
Install
|
|
-------
|
|
|
|
Add the following to your `build_config.rb`:
|
|
|
|
```ruby
|
|
MRuby::Build.new do |conf|
|
|
# ...
|
|
conf.gem github: 'tailix/libkernaux',
|
|
path: 'bindings/mruby',
|
|
branch: 'v0.6.1',
|
|
checksum_hash: 'dfaf233b1a03de29a04560902010c6a31e37140a'
|
|
# ...
|
|
end
|
|
```
|