Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / logstash   deb

Repository URL to install this package:

/ opt / logstash / vendor / bundle / jruby / 1.9 / gems / rbnacl-2.0.0 / lib / rbnacl / init.rb

# encoding: binary
module RbNaCl
  # Defines the libsodium init function
  module Init
    extend FFI::Library
    ffi_lib 'sodium'

    attach_function :sodium_init, [], :int
  end
end