1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-14 17:32:55 -04:00
libkernaux/bindings/ruby/README.md

697 B

::KernAux

Build status Build status (FreeBSD)

Binding to libkernaux - auxiliary library for kernel development.

Install

Add the following to your Gemfile:

gem 'kernaux', '~> 0.6.1'

Or add the following to your *.gemspec:

Gem::Specification.new do |spec|
  # ...
  spec.add_runtime_dependency 'kernaux', '~> 0.6.1'
  # ...
end