_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-hiredis 0.6.3
Dependencies: hiredis@1.1.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/redis/hiredis-rb
Licenses: Modified BSD
Synopsis: Ruby wrapper for hiredis
Description:

hiredis-rb is a Ruby extension that wraps hiredis, a minimalist C client for Redis. Both the synchronous connection API and a separate protocol reader are supported. It is primarily intended to speed up parsing multi bulk replies.

ruby-samovar 2.1.4
Propagated dependencies: ruby-console@1.16.2 ruby-mapping@1.1.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ioquatix/samovar
Licenses: Expat
Synopsis: Flexible option parser for Ruby
Description:

Samovar is a modern framework for building command-line tools and applications. It provides a declarative class-based DSL for building command-line parsers that include automatic documentation generation. It helps you keep your functionality clean and isolated where possible.

ruby-systemu 2.6.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ahoward/systemu
Licenses: Ruby License
Synopsis: Capture of stdout/stderr and handling of child processes
Description:

Systemu can be used on any platform to return status, stdout, and stderr of any command. Unlike other methods like open3 and popen4 there is no danger of full pipes or threading issues hanging your process or subprocess.

ruby-warning 1.5.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/jeremyevans/ruby-warning
Licenses: Expat
Synopsis: Custom processing for warnings
Description:

This package adds custom processing for warnings for Ruby, including the ability to ignore specific warning messages, ignore warnings in specific files/directories, include backtraces with warnings, treat warnings as errors, deduplicate warnings, and add custom handling for all warnings in specific files/directories.

ruby-net-ftp 0.3.4
Propagated dependencies: ruby-net-protocol@0.2.1 ruby-time@0.3.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby/net-ftp
Licenses: FreeBSD
Synopsis: File Transfer Protocol client library
Description:

This class implements the File Transfer Protocol. If you have used a command-line FTP program, and are familiar with the commands, you will be able to use this class easily. Some extra features are included to take advantage of Ruby's style and strengths.

ruby-pry-doc 1.6.0
Propagated dependencies: ruby-pry@0.14.2 ruby-yard@0.9.37
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/pry/pry-doc
Licenses: Expat
Synopsis: Provides YARD and extended documentation support for Pry
Description:

Pry Doc is a Pry REPL plugin. It provides extended documentation support for the REPL by means of improving the show-doc and show-source commands. With help of the plugin the commands are be able to display the source code and the docs of Ruby methods and classes implemented in C.

ruby-console 1.16.2
Propagated dependencies: ruby-fiber-local@1.0.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/socketry/console
Licenses: Expat
Synopsis: Console logging library for Ruby
Description:

This gem provides beautiful console logging for Ruby applications. It implements fast, buffered log output and has the following features:

  • Thread safe global logger with per-fiber context

  • Carry along context with nested loggers

  • Enable/disable log levels per class

  • Detailed logging of exceptions

  • Beautiful logging to the terminal or structured logging using JSON.

ruby-hashery 2.1.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://rubyworks.github.io/hashery
Licenses: FreeBSD
Synopsis: Hash-like classes with extra features
Description:

The Hashery is a tight collection of Hash-like classes. Included are the auto-sorting Dictionary class, the efficient LRUHash, the flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass of the CRUDHash which defines a CRUD (Create, Read, Update and Delete) model on top of Ruby's standard Hash making it possible to subclass and augment to fit any specific use case.

ruby-covered 0.20.2
Propagated dependencies: ruby-console@1.16.2 ruby-msgpack@1.7.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ioquatix/covered
Licenses: Expat
Synopsis: Modern approach to code coverage in Ruby
Description:

Covered uses modern Ruby features to generate comprehensive coverage, including support for templates which are compiled into Ruby. It has the following features:

  • Incremental coverage -- if you run your full test suite, and the run a subset, it will still report the correct coverage - so you can incrementally work on improving coverage.

  • Integration with RSpec, Minitest, Travis & Coveralls - no need to configure anything - out of the box support for these platforms.

  • It supports coverage of views -- templates compiled to Ruby code can be tracked for coverage reporting.

ruby-rubytest 0.8.1
Propagated dependencies: ruby-ansi@1.5.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://rubyworks.github.io/rubytest
Licenses: FreeBSD
Synopsis: Universal test harness for Ruby
Description:

Rubytest is a testing meta-framework for Ruby. It can handle any compliant test framework and can run tests from multiple frameworks in a single pass.

ruby-stringio 3.1.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby/stringio
Licenses: FreeBSD
Synopsis: Pseudo `IO` class from and to `String`
Description:

Pseudo `IO` class from and to `String`.

ruby-terminfo 0.2-0.f4a597d
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: http://www.a-k-r.org/ruby-terminfo/
Licenses: Modified BSD
Synopsis: Terminfo binding for Ruby
Description:

Ruby-terminfo provides terminfo binding for Ruby.

ruby-org-ruby 0.9.12
Propagated dependencies: ruby-rubypants@0.6.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/wallyqs/org-ruby
Licenses: Expat
Synopsis: Org-mode parser written in Ruby
Description:

Org-ruby is an org-mode parser written in Ruby. The most significant thing this library does today is convert org-mode files to HTML or Textile or Markdown.

ruby-redcloth 4.3.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: http://redcloth.org
Licenses: Expat
Synopsis: Textile markup language parser for Ruby
Description:

RedCloth is a Ruby parser for the Textile markup language.

ruby-httparty 0.15.6
Channel: wigust
Location: wigust/packages/ruby.scm (wigust packages ruby)
Home page: http://jnunemaker.github.com/httparty
Licenses: Expat
Synopsis: Makes http fun
Description:

Makes http fun! Also, makes consuming restful web services dead easy.

ruby-pathutil 0.16.2
Propagated dependencies: ruby-forwardable-extended@2.6.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/envygeeks/pathutil
Licenses: Expat
Synopsis: Extended implementation of Pathname
Description:

Pathutil tries to be a faster pure Ruby implementation of Pathname.

ruby-omniauth 2.1.1
Propagated dependencies: ruby-hashie@5.0.0-0.7351055 ruby-rack@2.2.7 ruby-rack-test@2.1.0 ruby-rack-protection@3.0.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/omniauth/omniauth
Licenses: Expat
Synopsis: Generalized Rack framework for multiple-provider authentication
Description:

This package provides a generalized Rack framework for multiple-provider authentication.

ruby-monetize 1.11.0
Propagated dependencies: ruby-money@6.16.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/RubyMoney/monetize
Licenses: Expat
Synopsis: Convert various objects into Money objects
Description:

Monetize provides a library for converting various objects into Money objects.

ruby-backport 1.1.2
Dependencies: ruby-simplecov@0.22.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/castwide/backport
Licenses: Expat
Synopsis: Pure Ruby library for event-driven IO
Description:

This package provides a pure Ruby library for event-driven IO.

ruby-ice-nine 0.11.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/dkubb/ice_nine
Licenses: Expat
Synopsis: Deep Freeze Ruby Objects
Description:

This package provides a function to deep freeze Ruby objects.

ruby-protobuf 3.10.9
Dependencies: protobuf@3.21.9
Propagated dependencies: ruby-activesupport@7.2.2.1 ruby-middleware@0.1.0 ruby-thor@1.2.2 ruby-thread-safe@0.3.6
Channel: guix
Location: gnu/packages/protobuf.scm (gnu packages protobuf)
Home page: https://github.com/ruby-protobuf/protobuf
Licenses: Expat
Synopsis: Implementation of Google's Protocol Buffers in Ruby
Description:

Protobuf is an implementation of Google's Protocol Buffers in pure Ruby.

ruby-hashdiff 1.0.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/liufengyun/hashdiff
Licenses: Expat
Synopsis: HashDiff computes the smallest difference between two hashes
Description:

HashDiff is a Ruby library to compute the smallest difference between two hashes.

ruby-pdf-core 0.9.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/prawnpdf/pdf-core
Licenses: GPL 3+
Synopsis: Low level PDF features for Prawn
Description:

This is an experimental gem that extracts low-level PDF functionality from Prawn.

ruby-minitest 5.19.0
Channel: guix
Location: gnu/packages/ruby-check.scm (gnu packages ruby-check)
Home page: https://github.com/minitest/minitest
Licenses: Expat
Synopsis: Small test suite library for Ruby
Description:

Minitest provides a complete suite of Ruby testing facilities supporting TDD, BDD, mocking, and benchmarking.

Total results: 669