libkernaux/bindings/mruby
Alex Kotov a1262ac64d
Fix printf hack in the bindings (#152)
2022-12-18 09:18:55 +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.6.1) [2/2] 2022-12-05 17:55:46 +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.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