libkernaux/bindings/mruby
Alex Kotov a0517fb9dd
Cross-platform tests (#86)
2022-06-21 21:18:28 +03:00
..
bin
mrblib
src Ruby: protect from memory leak in case of exception 2022-06-14 13:34:36 +03:00
test Cross-platform tests (#86) 2022-06-21 21:18:28 +03:00
.gitignore
.rubocop.yml Cross-platform tests (#86) 2022-06-21 21:18:28 +03:00
Gemfile
README.md Bump version (0.4.0) [2/2] 2022-06-16 18:54:04 +03:00
Rakefile
build_config.rb
mrbgem.rake Bump version (0.4.0) [1/2] 2022-06-16 18:44:21 +03: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.4.0',
           checksum_hash: 'e488eed240ec9cf238d17948bd8431fa93190293'
  # ...
end