_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-namae 1.1.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/berkmancenter/namae
Licenses: FreeBSD AGPL 3+
Synopsis: Parser for human names
Description:

Namae (名前) is a parser for human names. It recognizes personal names of various cultural backgrounds and tries to split them into their component parts (e.g., given and family names, honorifics etc.).

ruby-hocon 1.4.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/puppetlabs/ruby-hocon
Licenses: ASL 2.0
Synopsis: HOCON config library
Description:

This package provides Ruby support for the HOCON configuration file format. It supports parsing and modifying HOCON and JSON files, and rendering parsed objects back to a String.

ruby-rerun 0.13.0
Propagated dependencies: ruby-listen@3.8.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/alexch/rerun/
Licenses: Expat
Synopsis: Run a process, and restart when some monitored files change
Description:

Rerun is a tool to launch programs, then monitor the file system, and restart the program when any of the monitored files change. It's written in Ruby, but can be used for all programs.

ruby-ritex 1.0.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://rubygems.org/gems/ritex
Licenses: GPL 2
Synopsis: Convert expressions from WebTeX into MathML
Description:

Ritex converts expressions from WebTeX into MathML. WebTeX is an adaptation of TeX math syntax for web display. Ritex makes inserting math into HTML pages easy. It supports most TeX math syntax as well as macros.

ruby-psych 3.3.4
Dependencies: libyaml@0.2.5
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/ruby/psych
Licenses: Expat
Synopsis: Ruby YAML parser and emitter
Description:

Psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.

ruby-psych 5.1.0
Dependencies: libyaml@0.2.5
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/ruby/psych
Licenses: Expat
Synopsis: Ruby YAML parser and emitter
Description:

Psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.

ruby-gimme 0.5.0-1.4e71f02
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/searls/gimme
Licenses: Expat
Synopsis: Lightweight test double library for Ruby
Description:

Gimme is a very lightweight test double library for Ruby, based on Mockito (a mocking framework for Java). It is an opinionated (but not noisy) means to facilitate test-driving by enabling the authors to specify only what they care about.

ruby-debug 1.7.2
Propagated dependencies: ruby-irb@1.6.3 ruby-reline@0.3.3
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/ruby/debug
Licenses: FreeBSD
Synopsis: Debugging functionality for Ruby
Description:

Debugging functionality for Ruby. This is completely rewritten debug.rb which was contained by the ancient Ruby versions. It is included with Ruby itself, but this package is made available so that the latest version can be made available independently from Ruby.

ruby-psych 3.3.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ruby/psych
Licenses: Expat
Synopsis: Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.
Description:

Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.

ruby-log4r 1.1.10
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: http://log4r.rubyforge.org/
Licenses: Modified BSD
Synopsis: Flexible logging library for Ruby
Description:

Comprehensive and flexible logging library written in Ruby for use in Ruby programs. It features a hierarchical logging system of any number of levels, custom level names, logger inheritance, multiple output destinations per log event, execution tracing, custom formatting, thread safteyness, XML and YAML configuration, and more.

ruby-dalli 3.2.4
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/petergoldstein/dalli
Licenses: Expat
Synopsis: High performance memcached client for Ruby
Description:

Dalli is a high performance pure Ruby client for accessing memcached servers. Dalli supports:

  • Simple and complex memcached configurations

  • Fail-over between memcached instances

  • Fine-grained control of data serialization and compression

  • Thread-safe operation

  • SSL/TLS connections to memcached

  • SASL authentication.

The name is a variant of Salvador Dali for his famous painting The Persistence of Memory.

ruby-money 6.16.0
Propagated dependencies: ruby-i18n@1.13.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://rubymoney.github.io/money/
Licenses: Expat
Synopsis: Currency conversion library for Ruby
Description:

RubyMoney provides a library for dealing with money and currency conversion. Its features are:

  • Provides a Money class which encapsulates all information about a certain amount of money, such as its value and its currency.

  • Provides a Money::Currency class which encapsulates all information about a monetary unit.

  • Represents monetary values as integers, in cents; so avoids floating point rounding errors.

  • Represents currency as Money::Currency instances providing a high level of flexibility.

  • Provides APIs for exchanging money from one currency to another.

ruby-barber 0.12.2
Propagated dependencies: ruby-ember-source@2.18.2 ruby-execjs@2.7.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/tchak/barber
Licenses: Expat
Synopsis: Handlebars precompilation
Description:

Handlebars precompilation

ruby-fspath 3.1.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/toy/fspath
Licenses: Expat
Synopsis: Better than Pathname
Description:

Better than Pathname

ruby-snappy 0.2.0
Dependencies: snappy@1.1.9
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/miyucy/snappy
Licenses: Expat
Synopsis: libsnappy binding for Ruby
Description:

libsnappy binding for Ruby

ruby-procto 0.0.3
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/snusnu/procto
Licenses: Expat
Synopsis: Turns your object into a method object
Description:

Turns your object into a method object

ruby-gitlab 4.8.0
Propagated dependencies: ruby-httparty@0.15.6 ruby-terminal-table@1.8.0
Channel: wigust
Location: wigust/packages/ruby.scm (wigust packages ruby)
Home page: https://github.com/narkoz/gitlab
Licenses: Modified BSD
Synopsis: Ruby client and CLI for GitLab API
Description:

Ruby client and CLI for GitLab API.

ruby-naught 1.1.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/avdi/naught
Licenses: Expat
Synopsis: Toolkit for building Null Objects
Description:

Naught is a toolkit for building Null Objects.

ruby-sshkey 2.0.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/bensie/sshkey
Licenses: Expat
Synopsis: Generate private/public SSH keypairs using pure Ruby
Description:

Generate private/public SSH keypairs using pure Ruby

ruby-stream 0.5.5
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/monora/stream
Licenses: FreeBSD
Synopsis: Interface for external iterators
Description:

Module Stream defines an interface for external iterators.

ruby-bullet 6.1.3
Propagated dependencies: ruby-activesupport@7.0.5.1 ruby-uniform-notifier@1.13.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/flyerhzm/bullet
Licenses: Expat
Synopsis: help to kill N+1 queries and unused eager loading.
Description:

help to kill N+1 queries and unused eager loading.

ruby-parser 3.2.2.0
Dependencies: ragel@6.10
Propagated dependencies: ruby-ast@2.4.2
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/whitequark/parser
Licenses: Expat
Synopsis: Ruby parser written in pure Ruby
Description:

This package provides a Ruby parser written in pure Ruby.

ruby-cutest 1.2.2
Propagated dependencies: ruby-clap@1.0.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/djanowski/cutest
Licenses: Expat
Synopsis: Run tests in separate processes
Description:

Cutest runs tests in separate processes to avoid shared state.

ruby-shindo 0.3.10
Propagated dependencies: ruby-formatador@0.2.5
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/geemus/shindo
Licenses: Expat
Synopsis: Simple depth first Ruby testing
Description:

Shindo is a simple depth first testing library for Ruby.

Total results: 859