1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: ruby-rbnacl
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
libsodium-dev,
rake,
ruby-coveralls,
ruby-ffi,
ruby-rspec
Rules-Requires-Root: no
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rbnacl.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rbnacl
Homepage: https://github.com/RubyCrypto/rbnacl
Testsuite: autopkgtest-pkg-ruby
Package: ruby-rbnacl
Architecture: all
Depends: libsodium23 | libsodium24,
${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Description: Ruby binding to the Networking and Cryptography (NaCl) library
The Networking and Cryptography (NaCl) library provides a high-level
toolkit for building cryptographic systems and protocols
|