libkernaux/pkgs/mruby
Alex Kotov 61a4247627
Common: improve tests for cmdline
2022-06-08 06:01:05 +03:00
..
bin Common: change shell scripts 2022-02-10 00:59:08 +05:00
mrblib mruby: declare all exceptions classes in Ruby code 2022-05-31 22:22:37 +03:00
src mruby: reorder code 2022-06-07 22:24:30 +03:00
test Common: improve tests for cmdline 2022-06-08 06:01:05 +03:00
.gitignore mruby: initialize Bundler project and add RuboCop 2022-02-10 00:41:00 +05:00
.rubocop.yml mruby: generate tests for cmdline 2022-06-08 02:33:45 +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 Revert "mruby: build mirb" 2022-05-31 03:52:50 +03:00
mrbgem.rake mruby: generate tests for cmdline 2022-06-08 02:33:45 +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