libkernaux/bindings/mruby
Alex Kotov b1f4680d83
mruby: fix common tests for printf (closes #57)
2022-06-16 18:07:21 +03:00
..
bin Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
mrblib Common: improve feature macros (#53) 2022-06-13 22:55:05 +03:00
src Ruby: protect from memory leak in case of exception 2022-06-14 13:34:36 +03:00
test mruby: fix common tests for printf (closes #57) 2022-06-16 18:07:21 +03:00
.gitignore Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
.rubocop.yml Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
Gemfile Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
README.md Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
Rakefile Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
build_config.rb Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
mrbgem.rake Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +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.3.0',
           checksum_hash: 'bab58f40b53800265084ee7c767916ad0817fe5c'
  # ...
end