1
0
Fork 0
mirror of https://github.com/tailix/libclayer.git synced 2024-11-27 11:14:54 -05:00
libclayer/bindings/ruby
2022-12-25 12:58:00 +04:00
..
bin Use the code from libkernaux 2022-12-25 12:58:00 +04:00
ext/default Use the code from libkernaux 2022-12-25 12:58:00 +04:00
lib Use the code from libkernaux 2022-12-25 12:58:00 +04:00
spec Use the code from libkernaux 2022-12-25 12:58:00 +04:00
.gitignore Use the code from libkernaux 2022-12-25 12:58:00 +04:00
.rubocop.yml Use the code from libkernaux 2022-12-25 12:58:00 +04:00
.simplecov Use the code from libkernaux 2022-12-25 12:58:00 +04:00
.yardopts Use the code from libkernaux 2022-12-25 12:58:00 +04:00
Gemfile Use the code from libkernaux 2022-12-25 12:58:00 +04:00
kernaux.gemspec Use the code from libkernaux 2022-12-25 12:58:00 +04:00
Rakefile Use the code from libkernaux 2022-12-25 12:58:00 +04:00
README.md Use the code from libkernaux 2022-12-25 12:58:00 +04:00

::KernAux

Build status Build status (FreeBSD)

Binding to libkernaux - auxiliary library for kernel development.

Install

Add the following to your Gemfile:

gem 'kernaux', '~> 0.7.0'

Or add the following to your *.gemspec:

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