libkernaux/bindings/mruby
Alex Kotov 8add17e91c
Change printf format API (#122)
2022-11-29 21:06:01 +04: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 Change printf format API (#122) 2022-11-29 21:06:01 +04:00
test Remove generic file API (#108) 2022-11-26 23:04:36 +04:00
.gitignore Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
.rubocop.yml Cross-platform tests (#86) 2022-06-21 21:18:28 +03:00
Gemfile Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
README.md Bump version (0.5.0) [2/2] 2022-11-27 00:38:57 +04: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.5.0) [1/2] 2022-11-27 00:12:57 +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.5.0',
           checksum_hash: 'eda0b63f8dc7a5a6b86763bfe5797a343b4bc746'
  # ...
end