libkernaux/bindings/mruby
Alex Kotov b5d7f714a1
Bump version (0.7.0) [2/2]
2022-12-23 13:08:47 +04:00
..
bin Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
mrblib Improve printf bindings for Ruby & mruby (#145) 2022-12-15 03:23:58 +04:00
src Fix printf hack in the bindings (#152) 2022-12-18 09:18:55 +04:00
test Add fixtures (#150) 2022-12-17 16:26:20 +04:00
.gitignore Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
.rubocop.yml Improve printf bindings for Ruby & mruby (#145) 2022-12-15 03:23:58 +04:00
Gemfile Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
README.md Bump version (0.7.0) [2/2] 2022-12-23 13:08:47 +04:00
Rakefile Fix printf hack in the bindings (#152) 2022-12-18 09:18:55 +04:00
build_config.rb Improve printf bindings for Ruby & mruby (#145) 2022-12-15 03:23:58 +04:00
mrbgem.rake Bump version (0.7.0) [1/2] 2022-12-23 12:53:20 +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.7.0',
           checksum_hash: '1cfff3fca3fc3f8990f43f0d6d5c91929c8f359c'
  # ...
end