mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-21 17:42:26 -04:00
29 lines
697 B
Markdown
29 lines
697 B
Markdown
::KernAux
|
|
=========
|
|
|
|
[](https://github.com/tailix/libkernaux/actions/workflows/ruby.yml)
|
|
[)](https://cirrus-ci.com/github/tailix/libkernaux)
|
|
|
|
Binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
|
|
library for kernel development.
|
|
|
|
|
|
|
|
Install
|
|
-------
|
|
|
|
Add the following to your `Gemfile`:
|
|
|
|
```ruby
|
|
gem 'kernaux', '~> 0.6.1'
|
|
```
|
|
|
|
Or add the following to your `*.gemspec`:
|
|
|
|
```ruby
|
|
Gem::Specification.new do |spec|
|
|
# ...
|
|
spec.add_runtime_dependency 'kernaux', '~> 0.6.1'
|
|
# ...
|
|
end
|
|
```
|