_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-afm 0.2.2
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/halfbyte/afm
Licenses: Expat
Synopsis: Read Adobe Font Metrics (afm) files
Description:

This library provides methods to read Adobe Font Metrics (afm) files and use the data therein.

ruby-jwt 2.7.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/jwt/ruby-jwt
Licenses: Expat
Synopsis: Ruby implementation of the JSON Web Token standard
Description:

This package provides a pure Ruby implementation of the RFC 7519 OAuth JWT standard.

ruby-vcr 5.0.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://relishapp.com/vcr/vcr/docs
Licenses: Expat
Synopsis: Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
Description:

Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.

ruby-ast 2.4.2
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://whitequark.github.io/ast/
Licenses: Expat
Synopsis: Library for working with Abstract Syntax Trees
Description:

ast is a Ruby library for working with Abstract Syntax Trees. It does this through immutable data structures.

ruby-rdf 3.2.8
Propagated dependencies: ruby-link-header@0.0.8
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://ruby-rdf.github.io/
Licenses: Unlicense
Synopsis: Linked Data for Ruby
Description:

This gem contains the core algorithms and classes used for doing basic programming with RDF data, implemented in pure Ruby.

ruby-pry 0.14.2
Propagated dependencies: ruby-coderay@1.1.2 ruby-method-source@1.0.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://cobaltbluemedia.com/pryrepl/
Licenses: Expat
Synopsis: Ruby REPL
Description:

Pry is an IRB alternative and runtime developer console for Ruby. It features syntax highlighting, a plugin architecture, runtime invocation, and source and documentation browsing.

ruby-git 1.3.0
Dependencies: git@2.46.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/schacon/ruby-git
Licenses: Expat
Synopsis: Ruby wrappers for Git
Description:

Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.

ruby-rgl 0.6.6
Propagated dependencies: ruby-pairing-heap@3.1.0 ruby-rexml@3.2.5 ruby-stream@0.5.5
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/monora/rgl
Licenses: FreeBSD
Synopsis: Framework for graph data structures and algorithms
Description:

RGL is a framework for graph data structures and algorithms. The design of the library is much influenced by the Boost Graph Library (BGL) which is written in C++.

ruby-csv 3.1.9
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ruby/csv
Licenses: non-copyleft non-copyleft
Synopsis: The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.
Description:

The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.

ruby-unf 0.1.4
Propagated dependencies: ruby-unf-ext@0.0.8.2
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/knu/ruby-unf
Licenses: FreeBSD
Synopsis: Unicode Normalization Form support to Ruby and JRuby
Description:

ruby-unf is a wrapper library to bring Unicode Normalization Form support to both Ruby and JRuby. It uses unf_ext on CRuby and java.text.Normalizer on JRuby.

ruby-spy 1.0.5
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/ryanong/spy
Licenses: Expat
Synopsis: Mocking library for Ruby
Description:

Spy is a mocking library. By default, it will raise an error if you attempt to stub a method that doesn't exist or call the stubbed method with the wrong arity.

ruby-ffi 1.15.5
Dependencies: libffi@3.4.4
Channel: guix
Location: gnu/packages/libffi.scm (gnu packages libffi)
Home page: https://wiki.github.com/ffi/ffi
Licenses: Modified BSD
Synopsis: Ruby foreign function interface library
Description:

Ruby-FFI is a Ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code. Moreover, a Ruby-FFI extension works without changes on Ruby and JRuby.

ruby-qed 2.9.2
Propagated dependencies: ruby-ansi@1.5.0 ruby-brass@1.2.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://rubyworks.github.io/qed
Licenses: FreeBSD
Synopsis: Test framework utilizing literate programming techniques
Description:

Quality Ensured Demonstrations (QED) is a test framework for Test Driven Development (TDD) and Behaviour Driven Development (BDD) utilizing Literate Programming techniques. QED sits somewhere between lower-level testing tools like Test::Unit and requirement specifications systems like Cucumber.

ruby-hoe 3.26.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://www.zenspider.com/projects/hoe.html
Licenses: Expat
Synopsis: Ruby project management helper
Description:

Hoe is a rake/rubygems helper for project Rakefiles. It helps manage, maintain, and release projects and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all the usual project tasks including rdoc generation, testing, packaging, deployment, and announcement.

ruby-hoe 4.0.4
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://www.zenspider.com/projects/hoe.html
Licenses: Expat
Synopsis: Ruby project management helper
Description:

Hoe is a rake/rubygems helper for project Rakefiles. It helps manage, maintain, and release projects and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all the usual project tasks including rdoc generation, testing, packaging, deployment, and announcement.

ruby-gli 2.21.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://davetron5000.github.io/gli/
Licenses: ASL 2.0
Synopsis: Git-Like Interface command-line parser
Description:

GLI allows you to create command-line applications in Ruby with Git-Like Interfaces: that is, they take subcommands in the style of git and gem. GLI uses a simple domain-specific language, but retains all the power of the built-in OptionParser.

ruby-iirc 0.6.3
Propagated dependencies: ruby-ircparser@1.0.0
Channel: noisytoot
Location: noisytoot/packages/ruby.scm (noisytoot packages ruby)
Home page: https://git.sr.ht/~mooff/iirc
Licenses: Expat
Synopsis: A composable toolkit for IRC bots
Description:

IIRC is a composable toolkit for IRC bots.

ruby-tins 1.29.1
Propagated dependencies: ruby-sync@0.5.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/flori/tins
Licenses: Expat
Synopsis: Assorted tools for Ruby
Description:

Tins is a Ruby library providing assorted tools.

ruby-lmdb 0.6.1
Dependencies: lmdb@0.9.29
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/doriantaylor/rb-lmdb
Licenses: Expat
Synopsis: lmdb is a Ruby binding to OpenLDAP Lightning MDB.
Description:

lmdb is a Ruby binding to OpenLDAP Lightning MDB.

ruby-thor 1.2.2
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: http://whatisthor.com/
Licenses: Expat
Synopsis: Ruby toolkit for building command-line interfaces
Description:

Thor is a toolkit for building powerful command-line interfaces.

ruby-cose 1.2.0
Propagated dependencies: ruby-cbor@0.5.9.6 ruby-openssl-signature-algorithm@1.1.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/cedarcode/cose-ruby
Licenses: Expat
Synopsis: Ruby implementation of RFC 8152 CBOR Object Signing and Encryption (COSE)
Description:

Ruby implementation of RFC 8152 CBOR Object Signing and Encryption (COSE)

ruby-rotp 6.2.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/mdp/rotp
Licenses: Expat
Synopsis: Works for both HOTP and TOTP, and includes QR Code provisioning
Description:

Works for both HOTP and TOTP, and includes QR Code provisioning

ruby-cane 3.0.0
Propagated dependencies: ruby-parallel@1.21.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/square/cane
Licenses: ASL 2.0
Synopsis: Code quality threshold checking
Description:

Cane fails your build if code quality thresholds are not met.

ruby-json 2.1.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: http://json-jruby.rubyforge.org/
Licenses: Ruby License GPL 2
Synopsis: JSON library for Ruby
Description:

This Ruby library provides a JSON implementation written as a native C extension.

Total results: 859