libkernaux/bindings/mruby
Alex Kotov b2c05b3767
Bump version (0.6.1) [2/2]
2022-12-05 17:55:46 +04:00
..
bin
mrblib
src Maintenance (#114) 2022-12-01 19:42:43 +00:00
test Remove generic file API (#108) 2022-11-26 23:04:36 +04:00
.gitignore
.rubocop.yml Cross-platform tests (#86) 2022-06-21 21:18:28 +03:00
Gemfile
README.md Bump version (0.6.1) [2/2] 2022-12-05 17:55:46 +04:00
Rakefile
build_config.rb
mrbgem.rake Bump version (0.6.1) [1/2] 2022-12-05 17:46:41 +04:00

README.md

::KernAux

Build status Build status (FreeBSD)

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