libkernaux/pkgs/mruby
Alex Kotov b6945bfb9a
mruby: fix Cirrus CI
2022-05-28 15:22:50 +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 mruby: fix Cirrus CI 2022-05-28 15:22:50 +03:00
test mruby: implement KernAux.snprintf1 (with some bug) 2022-05-28 14:45:47 +03:00
.gitignore mruby: initialize Bundler project and add RuboCop 2022-02-10 00:41:00 +05:00
.rubocop.yml mruby: add tests for KernAux.sprintf 2022-05-24 17:42:00 +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