libkernaux/pkgs/ruby
Alex Kotov 9ec149a12d
Main: include/kernaux/ntoa.h: Protect from too long prefix
2022-06-01 15:46:14 +03:00
..
bin Common: change shell scripts 2022-02-10 00:59:08 +05:00
ext/default Main: include/kernaux/ntoa.h: Protect from too long prefix 2022-06-01 15:46:14 +03:00
lib Ruby: declare KernAux.assert_cb[=] API as unsafe 2022-05-31 22:32:10 +03:00
spec Ruby: move spec files 2022-06-01 03:56:44 +03:00
.gitignore Add Ruby native extension "libkernaux" 2022-01-18 18:13:10 +05:00
.rubocop.yml Ruby: move spec files 2022-06-01 03:56:44 +03:00
.simplecov Initialize Ruby gem 2022-01-18 16:33:18 +05:00
.yardopts Initialize Ruby gem 2022-01-18 16:33:18 +05:00
Gemfile Initialize Ruby gem 2022-01-18 16:33:18 +05:00
README.md Bump version (0.3.0) [1/2] 2022-05-28 13:00:59 +03:00
Rakefile Ruby: ensure 100% doc coverage 2022-01-30 15:40:19 +05:00
kernaux.gemspec Ruby: add documentation URL 2022-05-31 22:43:40 +03:00

README.md

::KernAux

Build status Build status (FreeBSD)

Binding to libkernaux - auxiliary library for kernel development.

Install

Add the following to your Gemfile:

gem 'kernaux', '~> 0.3.0'

Or add the following to your *.gemspec:

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