ruby-ruby-engine
Provides the RubyEngine constant
Simplifies checking for the actual ruby implementation by
providing the constant RubyEngine.
libntirpc3.3
new transport-independent RPC library
postgresql-13-pg-checksums
Activate/deactivate/verify PostgreSQL data checksums
Data checksums allow the PostgreSQL database server to identify I/O failures
when reading data from storage. The checksums stored in the page header of
each data page are compared to the computed checksum of the read data.
ruby-rsync
ruby wrapper and bindings for the rsync binary
Ruby/Rsync is a Ruby library that can synchronize files between remote hosts by
wrapping a call to the rsync binary.
libesnacc180
ASN.1 to C or C++ or IDL compiler, shared libraries
esnacc is short for "Enhanced Sample Neufeld ASN.1 to C Compiler" and ASN.1
stands for Abstract Syntax Notation One (ITU-T X.208/ISO 8824).
Snacc supports a subset of ASN.1 1988.
ruby-securecompare
string comparison method safe for use in cryptographic functions
securecompare borrows the secure_compare private method from
ActiveSupport::MessageVerifier which lets you do safely compare strings
without being vulnerable to timing attacks. Useful for Basic HTTP
Authentication in your rack/rails application.