libkernaux/bindings/mruby/README.md

26 lines
671 B
Markdown
Raw Normal View History

2022-02-01 03:11:38 +00:00
::KernAux
=========
2022-01-30 03:03:44 +00:00
2022-01-31 09:27:39 +00:00
[![Build status](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml)
2022-02-01 01:59:36 +00: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-30 03:03:44 +00:00
2022-02-03 16:32:38 +00:00
Binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
library for kernel development.
2022-02-09 20:36:08 +00:00
Install
-------
Add the following to your `build_config.rb`:
```ruby
MRuby::Build.new do |conf|
# ...
conf.gem github: 'tailix/libkernaux',
path: 'bindings/mruby',
2022-06-16 15:27:48 +00:00
branch: 'v0.4.0'
2022-02-09 20:36:08 +00:00
# ...
end
```