1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-24 15:55:41 -05:00
libkernaux/pkgs/mruby
2022-02-10 03:49:13 +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
build_config.rb Common: move FreeBSD hack from packages to CI config 2022-02-10 03:49:13 +05:00
Gemfile mruby: initialize Bundler project and add RuboCop 2022-02-10 00:41:00 +05:00
mrbgem.rake mruby: add methods KernAux.utoa, .itoa 2022-02-03 13:27:14 +05:00
Rakefile mruby: initialize Bundler project and add RuboCop 2022-02-10 00:41:00 +05:00
README.md Fix: Bump version (0.2.0) 2022-02-10 01:50:19 +05:00

::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.2.0',
           checksum_hash: '50e35b187426f8ce814b9580777b96c48767e4bc'
  # ...
end