mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
.. | ||
bin | ||
ext/default | ||
lib | ||
spec | ||
.gitignore | ||
.rubocop.yml | ||
.simplecov | ||
.yardopts | ||
Gemfile | ||
kernaux.gemspec | ||
Rakefile | ||
README.md |
::KernAux
Binding to libkernaux - auxiliary library for kernel development.
Install
Add the following to your Gemfile
:
gem 'kernaux', '~> 0.2.0'
Or add the following to your *.gemspec
:
Gem::Specification.new do |spec|
# ...
spec.add_runtime_dependency 'kernaux', '~> 0.2.0'
# ...
end