1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-14 17:32:55 -04:00
libkernaux/bindings/mruby
2022-12-23 13:08:47 +04:00
..
bin Common: move "pkgs/" to "bindings/" (closes ) 2022-06-09 04:25:32 +03:00
mrblib Improve printf bindings for Ruby & mruby () 2022-12-15 03:23:58 +04:00
src Fix printf hack in the bindings () 2022-12-18 09:18:55 +04:00
test Add fixtures () 2022-12-17 16:26:20 +04:00
.gitignore Common: move "pkgs/" to "bindings/" (closes ) 2022-06-09 04:25:32 +03:00
.rubocop.yml Improve printf bindings for Ruby & mruby () 2022-12-15 03:23:58 +04:00
build_config.rb Improve printf bindings for Ruby & mruby () 2022-12-15 03:23:58 +04:00
Gemfile Common: move "pkgs/" to "bindings/" (closes ) 2022-06-09 04:25:32 +03:00
mrbgem.rake Bump version (0.7.0) [1/2] 2022-12-23 12:53:20 +04:00
Rakefile Fix printf hack in the bindings () 2022-12-18 09:18:55 +04:00
README.md Bump version (0.7.0) [2/2] 2022-12-23 13:08:47 +04:00

::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