libkernaux/pkgs/mruby/README.md

737 B

::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