_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-kpeg 1.3.3
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/evanphx/kpeg
Licenses: Expat
Synopsis: PEG library for Ruby
Description:

KPeg is a simple PEG library for Ruby. It provides an API as well as native grammar to build the grammar. KPeg supports direct left recursion of rules via the OMeta memoization technique.

ruby-thin 1.7.2
Propagated dependencies: ruby-daemons@1.2.5 ruby-eventmachine@1.2.7 ruby-rack@2.2.7
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/macournoyer/thin
Licenses: Ruby License
Synopsis: Thin and fast web server for Ruby
Description:

Thin is a Ruby web server that glues together 3 Ruby libraries:

  • the Mongrel parser,

  • Event Machine, a network I/O library with high scalability, performance and stability,

  • Rack, a minimal interface between webservers and Ruby frameworks.

ruby-yard 0.9.37
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://yardoc.org
Licenses: Expat
Synopsis: Documentation generation tool for Ruby
Description:

YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions.

ruby-yard 0.9.37
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://yardoc.org
Licenses: Expat
Synopsis: Documentation generation tool for Ruby
Description:

YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions.

ruby-leto 2.1.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/jaynetics/leto
Licenses: Expat
Synopsis: Generic object traverser
Description:

This package provides a generic object traverser for Ruby. It takes the object and recursively yields:

  • the given object

  • instance variables, class variables, constants

  • Hash keys and values

  • Enumerable members

  • Struct members

  • Data members

  • Range begins and ends

ruby-i18n 1.13.0
Propagated dependencies: ruby-concurrent@1.3.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby-i18n/i18n
Licenses: Expat
Synopsis: Internationalization library for Ruby
Description:

Ruby i18n is an internationalization and localization solution for Ruby programs. It features translation and localization, interpolation of values to translations, pluralization, customizable transliteration to ASCII, flexible defaults, bulk lookup, lambdas as translation data, custom key/scope separator, custom exception handlers, and an extensible architecture with a swappable backend.

ruby-haml 5.0.4
Propagated dependencies: ruby-tilt@2.2.0 ruby-temple@0.10.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://haml.info/
Licenses: Expat
Synopsis: Haml is a Ruby library to generate HTML documents
Description:

Haml is a layer on top of HTML or XML that is designed to express the structure of documents using indentation rather than closing tags. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine.

ruby-puma 6.6.0
Dependencies: openssl@3.0.8 ruby-nio4r@2.5.2
Propagated dependencies: ruby-concurrent-ruby@1.3.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://puma.io/
Licenses: Expat
Synopsis: Simple, concurrent HTTP server for Ruby/Rack
Description:

Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. In order to get the best throughput, it is highly recommended that you use a Ruby implementation with real threads like Rubinius or JRuby.

ruby-bond 0.5.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: http://tagaholic.me/bond/
Licenses: Expat
Synopsis: Bond can provide custom autocompletion for arguments, methods and more
Description:

Bond can autocomplete argument(s) to methods, uniquely completing per module, per method and per argument. Bond provides a configuration system and a DSL for creating custom completions and completion rules. Bond can also load completions that ship with gems. Bond is able to offer more than irb's completion since it uses the full line of input when completing as opposed to irb's last-word approach.

ruby-stud 0.0.23
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/jordansissel/ruby-stud
Licenses: ASL 2.0
Synopsis: Retries, worker supervision, resource pools and more for Ruby
Description:

The Stud Ruby library adds a few things missing from the standard Ruby library such as:

Stud::Try

Retry on failure, with back-off, where failure is any exception.

Stud::Pool

Generic resource pools.

Stud::Task

Tasks (threads that can return values, exceptions, etc.)

Stud.interval

Interval execution (do X every N seconds).

Stud::Buffer

Batch and flush behavior.

ruby-ansi 1.5.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://rubyworks.github.io/ansi/
Licenses: FreeBSD
Synopsis: ANSI escape code related libraries
Description:

This package is a collection of ANSI escape code related libraries enabling ANSI colorization and stylization of console output. Included in the library are the Code module, which defines ANSI codes as constants and methods, a Mixin module for including color methods, a Logger, a ProgressBar, and a String subclass. The library also includes a Terminal module which provides information about the current output device.

ruby-mail 2.8.1
Propagated dependencies: ruby-mini-mime@1.1.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/mikel/mail
Licenses: Expat
Synopsis: Mail library for Ruby
Description:

Mail is an internet library for Ruby that is designed to handle email generation, parsing and sending. The purpose of this library is to provide a single point of access to handle all email functions, including sending and receiving emails. All network type actions are done through proxy methods to Net::SMTP, Net::POP3 etc.

Mail has been designed with a very simple object oriented system that really opens up the email messages you are parsing, if you know what you are doing, you can fiddle with every last bit of your email directly.

ruby-prawn 2.4.0
Propagated dependencies: ruby-matrix@0.4.2 ruby-pdf-core@0.9.0 ruby-ttfunk@1.7.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://prawnpdf.org/api-docs/2.0/
Licenses: Ruby License GPL 2+ GPL 3+
Synopsis: PDF generation for Ruby
Description:

Prawn is a pure Ruby PDF generation library.

ruby-ethon 0.12.0
Dependencies: curl@8.6.0
Propagated dependencies: ruby-ffi@1.15.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/typhoeus/ethon
Licenses: Expat
Synopsis: Very lightweight @code{libcurl} wrapper
Description:

Ethon is a very basic libcurl wrapper using ffi.

ruby-bacon 1.2.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/chneukirchen/bacon
Licenses: Expat
Synopsis: Small RSpec clone
Description:

Bacon is a small RSpec clone providing all essential features.

ruby-hydra 0.0.0-1.a4cab70
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/hyphenation/hydra
Licenses: Expat
Synopsis: Ruby hyphenation patterns
Description:

ruby-hydra is a Ruby library for working with hyphenation patterns.

ruby-prism 1.3.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://ruby.github.io/prism/
Licenses: Expat
Synopsis: Parser for Ruby source code
Description:

This package provides a parser for Ruby source code, written in C.

ruby-xpath 3.2.0
Propagated dependencies: ruby-nokogiri@1.16.8
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/teamcapybara/xpath
Licenses: Expat
Synopsis: Ruby DSL for generating XPath expressions
Description:

XPath is a Ruby domain-specific language (DSL) for generating XPath expressions.

ruby-iruby 0.3
Dependencies: python-ipython@8.29.0
Propagated dependencies: ruby-bond@0.5.1 ruby-data_uri@0.1.0 ruby-mimemagic@0.3.3 ruby-multi-json@1.15.0 ruby-cztop@0.12.2 ruby-pry@0.14.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/SciRuby/iruby
Licenses: Expat
Synopsis: Ruby kernel for Jupyter/IPython
Description:

This package provides a Ruby kernel for Jupyter/IPython frontends (e.g. notebook).

ruby-netrc 0.11.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/geemus/netrc
Licenses: Expat
Synopsis: Library to read and update netrc files
Description:

This library can read and update netrc files, preserving formatting including comments and whitespace.

ruby-diffy 3.2.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/samg/diffy
Licenses: Expat
Synopsis: Convenient diffing in ruby
Description:

Diffy provides a convenient way to generate a diff from two strings or files.

ruby-crass 1.0.6
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/rgrove/crass
Licenses: Expat
Synopsis: Pure Ruby CSS parser
Description:

Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 spec.

ruby-erubi 1.11.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/jeremyevans/erubi
Licenses: Expat
Synopsis: ERB template engine for Ruby
Description:

Erubi is a ERB template engine for Ruby. It is a simplified fork of Erubis

ruby-crack 0.4.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/jnunemaker/crack
Licenses: Expat
Synopsis: Simple JSON and XML parsing for Ruby
Description:

crack provides really simple JSON and XML parsing, extracted from code in Merb and Rails.

Total results: 668