libkernaux/pkgs/mruby
Alex Kotov 4ea9f7b36f
mruby: fix code style
2022-05-30 22:37:58 +03:00
..
bin Common: change shell scripts 2022-02-10 00:59:08 +05:00
mrblib mruby: implement dummy KernAux.snprintf1 2022-05-24 18:55:39 +03:00
src Main: include/kernaux/ntoa.h: Add octal functions "kernaux_[u|i]toa8" 2022-05-30 22:33:53 +03:00
test mruby: fix code style 2022-05-30 22:37:58 +03:00
.gitignore mruby: initialize Bundler project and add RuboCop 2022-02-10 00:41:00 +05:00
.rubocop.yml mruby: fix code style 2022-05-30 13:02:16 +03:00
Gemfile mruby: initialize Bundler project and add RuboCop 2022-02-10 00:41:00 +05:00
README.md Bump version (0.3.0) [2/2] 2022-05-28 13:17:21 +03:00
Rakefile mruby: initialize Bundler project and add RuboCop 2022-02-10 00:41:00 +05:00
build_config.rb Common: move FreeBSD hack from packages to CI config 2022-02-10 03:49:13 +05:00
mrbgem.rake Bump version (0.3.0) [1/2] 2022-05-28 13:00:59 +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: 'pkgs/mruby',
           branch: 'v0.3.0',
           checksum_hash: 'bab58f40b53800265084ee7c767916ad0817fe5c'
  # ...
end