libkernaux/bindings/mruby
Alex Kotov 162e0e24ed
Bump version (0.4.0) [2/2]
2022-06-16 18:54:04 +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 code style 2022-06-16 18:20:38 +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 Bump version (0.4.0) [2/2] 2022-06-16 18:54:04 +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 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