_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-cztop 0.12.2
Dependencies: zeromq@4.3.5
Propagated dependencies: ruby-czmq-ffi-gen@0.13.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/paddor/cztop
Licenses: ISC
Synopsis: CZMQ Ruby bindings
Description:

CZMQ Ruby bindings, based on the generated low-level FFI bindings of CZMQ. The focus of of CZTop is on being easy to use and providing first class support for security mechanisms.

ruby-rouge 3.26.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: http://rouge.jneen.net/
Licenses: Expat FreeBSD
Synopsis: Code highlighter
Description:

Rouge is a code highlighter written in Ruby. It supports more than 100 languages and outputs HTML or ANSI 256-color text. Its HTML output is compatible with stylesheets designed for pygments.

ruby-namae 1.1.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
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-rerun 0.13.0
Propagated dependencies: ruby-listen@3.8.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
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-hocon 1.4.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
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-psych 3.3.4
Dependencies: libyaml@0.2.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
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-xyz.scm (gnu packages ruby-xyz)
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-debug 1.7.2
Propagated dependencies: ruby-irb@1.6.3 ruby-reline@0.3.3
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
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-log4r 1.1.10
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
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-xyz.scm (gnu packages ruby-xyz)
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-xyz.scm (gnu packages ruby-xyz)
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-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-stream 0.5.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/monora/stream
Licenses: FreeBSD
Synopsis: Interface for external iterators
Description:

Module Stream defines an interface for external iterators.

ruby-base32 0.3.4
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/stesla/base32
Licenses: Expat
Synopsis: Ruby extension for base32 encoding and decoding
Description:

Base32 is a library which provides base32 decoding and encoding.

ruby-shindo 0.3.11
Propagated dependencies: ruby-formatador@0.2.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
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.

ruby-parser 3.3.7.0
Dependencies: ragel@6.10
Propagated dependencies: ruby-ast@2.4.2 ruby-racc@1.5.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
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-xyz.scm (gnu packages ruby-xyz)
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-bindex 0.8.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/gsamokovarov/bindex
Licenses: Expat
Synopsis: Bindings for Ruby exceptions
Description:

This package provides bindings for any kind of Ruby exceptions.

ruby-reline 0.3.3
Propagated dependencies: ruby-io-console@0.6.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby/reline
Licenses: FreeBSD Ruby License
Synopsis: GNU Readline or Editline implementation in Ruby
Description:

Reline is a pure Ruby alternative GNU Readline or Editline implementation.

ruby-temple 0.10.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/judofyr/temple
Licenses: Expat
Synopsis: Template compilation framework in Ruby
Description:

Temple is an abstraction and framework for compiling templates to pure Ruby.

ruby-rackup 1.0.1
Dependencies: ruby-rack@3.0.7 ruby-webrick@1.8.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/rack/rackup
Licenses: Expat
Synopsis: Command line interface (CLI) for running for Rack applications
Description:

This package provides a command line interface for running for Rack applications.

ruby-skinny 0.2.4
Propagated dependencies: ruby-eventmachine@1.2.7 ruby-thin@1.7.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/sj26/skinny
Licenses: Expat
Synopsis: Simple, upgradable WebSockets for Ruby Thin
Description:

Skinny is a simple, upgradable WebSockets for Ruby, using the Thin library.

ruby-rackup 2.1.0
Dependencies: ruby-rack@3.0.7 ruby-webrick@1.8.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/rack/rackup
Licenses: Expat
Synopsis: Command line interface (CLI) for running for Rack applications
Description:

This package provides a command line interface for running for Rack applications.

ruby-listen 3.7.1
Channel: trevdev
Location: trevdev/packages/ruby.scm (trevdev packages ruby)
Home page: https://github.com/guard/listen
Licenses: Expat
Synopsis: Listen to file modifications
Description:

The Listen gem listens to file modifications and notifies you about the changes.

Total results: 669