libkernaux/pkgs/mruby
Alex Kotov 4cf1a2e3d6
mruby: add instruction to README.md
2022-02-10 01:36:08 +05:00
..
bin Common: change shell scripts 2022-02-10 00:59:08 +05:00
mrblib mruby: partially implement assertions 2022-01-30 10:12:40 +05:00
src mruby: add method KernAux.cmdline 2022-02-07 18:46:25 +05:00
test mruby: fix code style 2022-02-07 18:48:50 +05:00
.gitignore mruby: initialize Bundler project and add RuboCop 2022-02-10 00:41:00 +05:00
.rubocop.yml Common: lint mruby and fix Ruby CI 2022-02-10 01:08:10 +05:00
Gemfile mruby: initialize Bundler project and add RuboCop 2022-02-10 00:41:00 +05:00
README.md mruby: add instruction to README.md 2022-02-10 01:36:08 +05:00
Rakefile mruby: initialize Bundler project and add RuboCop 2022-02-10 00:41:00 +05:00
build_config.rb Fix FreeBSD build 2022-02-01 07:17:24 +05:00
mrbgem.rake mruby: add methods KernAux.utoa, .itoa 2022-02-03 13:27:14 +05: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.1.0',
           checksum_hash: '3afe745485113ea7dbf892871a4318d58c6ab753'
  # ...
end