2022-01-31 22:11:38 -05:00
::KernAux
=========
2022-01-29 22:03:44 -05:00
2022-01-31 04:27:39 -05:00
[![Build status ](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml/badge.svg )](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml)
2022-01-31 20:59:36 -05:00
[![Build status (FreeBSD) ](https://api.cirrus-ci.com/github/tailix/libkernaux.svg?task=mruby%20(FreeBSD ))](https://cirrus-ci.com/github/tailix/libkernaux)
2022-01-29 22:03:44 -05:00
2022-02-03 11:32:38 -05:00
Binding to [libkernaux ](https://github.com/tailix/libkernaux ) - auxiliary
library for kernel development.
2022-02-09 15:36:08 -05:00
Install
-------
Add the following to your `build_config.rb` :
```ruby
MRuby::Build.new do |conf|
# ...
conf.gem github: 'tailix/libkernaux',
path: 'pkgs/mruby',
2022-05-28 06:17:21 -04:00
branch: 'v0.3.0',
checksum_hash: 'bab58f40b53800265084ee7c767916ad0817fe5c'
2022-02-09 15:36:08 -05:00
# ...
end
```