_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-json-schema 2.8.1
Propagated dependencies: ruby-addressable@2.8.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby-json-schema/json-schema
Licenses: Expat
Synopsis: Ruby JSON Schema Validator
Description:

This library provides Ruby with an interface for validating JSON objects against a JSON schema conforming to JSON Schema Draft 4. Legacy support for JSON Schema Draft 3, JSON Schema Draft 2, and JSON Schema Draft 1 is also included.

ruby-ci-reporter 2.1.0
Propagated dependencies: ruby-builder@3.3.0 ruby-rexml@3.2.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/nicksieger/ci_reporter
Licenses: Expat
Synopsis: Generate XML reports of runs test
Description:

CI::Reporter is an add-on to Ruby testing frameworks that allows you to generate XML reports of your test runs. The resulting files can be read by a continuous integration system that understands Ant's JUnit report format.

ruby-domain-name 0.5.20190701
Propagated dependencies: ruby-unf@0.2.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/knu/ruby-domain_name
Licenses: FreeBSD
Synopsis: Domain name manipulation library
Description:

domain_name is a Domain name manipulation library. It parses a domain name ready for extracting the registered domain and TLD (Top Level Domain). It can also be used for cookie domain validation based on the Public Suffix List.

ruby-rspec-debug 0.2.0
Propagated dependencies: ruby-debug@1.7.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ko1/rspec-debug
Licenses: Expat
Synopsis: Invoke Ruby debugger when spec fails
Description:

This package can be used to have the execution stopped for inspection in the Ruby debugger upon encountering a failure. To use it, set the RSPEC_DEBUG environment variable to true then invoke the rspec command as usual.

ruby-oedipus-lex 2.6.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/seattlerb/oedipus_lex
Licenses: Expat
Synopsis: Ruby lexer
Description:

Oedipus Lex is a lexer generator in the same family as Rexical and Rex. It is based primarily on generating code much like you would a hand-written lexer. It uses StrScanner within a multi-level case statement. As such, Oedipus matches on the first match, not the longest.

ruby-link-header 0.0.8
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/asplake/link_header
Licenses: Expat
Synopsis: Parse and format HTTP @code{Link} headers
Description:

This gem provides the classes LinkHeader and LinkHeader::Link, which represent HTTP Link headers conforming to RFC 5988. Objects can be constructed from and converted to text or a JSON-friendly Array representation. They can also be used to generate corresponding HTML link elements.

ruby-syntax-tree 6.2.0
Propagated dependencies: ruby-prettier-print@1.2.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby-syntax-tree/syntax_tree
Licenses: Expat
Synopsis: Fast Ruby parser and formatter
Description:

Syntax Tree is a suite of tools built on top of the internal CRuby parser. It provides the ability to generate a syntax tree from source, as well as the tools necessary to inspect and manipulate that syntax tree. It can be used to build formatters, linters, language servers, and more.

ruby-text-hyphen 1.5.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/halostatue/text-hyphen
Licenses: Expat
Synopsis: Ruby library to hyphenate words in various languages
Description:

Text::Hyphen is a Ruby library to hyphenate words in various languages using Ruby-fied versions of TeX hyphenation patterns. It will properly hyphenate various words according to the rules of the language the word is written in. The algorithm is based on that of the TeX typesetting system by Donald E. Knuth.

ruby-http-cookie 1.0.5
Propagated dependencies: ruby-domain-name@0.5.20190701
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/sparklemotion/http-cookie
Licenses: Expat
Synopsis: Handle HTTP Cookies based on RFC 6265
Description:

HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has been designed with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has built-in support for the legacy cookies.txt and cookies.sqlite formats of Mozilla Firefox.

ruby-taskjuggler 3.8.1
Propagated dependencies: ruby-mail@2.8.1 ruby-term-ansicolor@1.7.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://taskjuggler.org
Licenses: GPL 2
Synopsis: Project management command line tool with a domain specific language
Description:

TaskJuggler (tj3) is a project management tool for project planning and tracking using a domain specific language; projects are plain text files written using your favourite text editor. It includes reporting in HTML, CSV or iCalendar format and an email based status tracking system to send and receive time sheets from collaborators.

It covers the complete spectrum of project management tasks from the first idea to the completion of the project. It assists you during project scoping, resource assignment, cost and revenue planning, risk and communication management, status tracking and reporting.

ruby-turbo-rails 1.4.0
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activejob@7.2.2.1 ruby-railties@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/hotwired/turbo-rails
Licenses: Expat
Synopsis: High performance web application framework
Description:

Turbo aims to be as fast as single-page web application without having to write any JavaScript. Turbo accelerates links and form submissions without requiring server-side changes to the generated HTML. It allows carving up a page into independent frames, which can be lazy-loaded and operated as independent components. Finally, it helps making partial page updates using just HTML and a set of CRUD-like container tags. These three techniques reduce the amount of custom JavaScript that many web applications need to write by an order of magnitude. And for the few dynamic bits that are left, Stimulus can be used.

ruby-gherkin-ruby 0.3.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/codegram/gherkin-ruby
Licenses: Expat
Synopsis: Pure Ruby Gherkin parser
Description:

Gherkin-ruby is a Gherkin parser written in pure Ruby and less than 200 lines of code.

ruby-ffi-compiler 1.0.1
Propagated dependencies: ruby-ffi@1.15.5 ruby-rake@13.3.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://wiki.github.com/ffi/ffi
Licenses: ASL 2.0
Synopsis: Ruby FFI library
Description:

Ruby FFI library

ruby-babel-source 5.8.35
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/babel/ruby-babel-transpiler
Licenses: Expat
Synopsis: Babel JS source
Description:

Babel JS source

ruby-rubytest-cli 0.2.0
Propagated dependencies: ruby-ansi@1.5.0 ruby-rubytest@0.8.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://rubyworks.github.io/rubytest-cli
Licenses: FreeBSD
Synopsis: Command-line interface for rubytest
Description:

Rubytest CLI is a command-line interface for running tests for Rubytest-based test frameworks. It provides the rubytest executable.

ruby-ruby-version 1.0.3
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/janlelis/ruby_version
Licenses: Expat
Synopsis: Ruby class for checking the Ruby version
Description:

This package provides a RubyVersion class which offers a convenient Domain Specific Language (DSL) for checking for the right Ruby version.

ruby-simple-oauth 0.3.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/laserlemon/simple_oauth
Licenses: Expat
Synopsis: Build and verify OAuth headers
Description:

Simply builds and verifies OAuth headers

ruby-rubocop-rake 0.6.0
Propagated dependencies: ruby-rubocop@1.68.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/rubocop/rubocop-rake
Licenses: Expat
Synopsis: RuboCop plugin for Rake
Description:

This package provides a RuboCop plugin for Rake.

ruby-guard-compat 1.2.1
Channel: wigust
Location: wigust/packages/ruby.scm (wigust packages ruby)
Home page:
Licenses: Expat
Synopsis: Helps creating valid Guard plugins and testing them
Description:

Helps creating valid Guard plugins and testing them.

emacs-ac-inf-ruby 20131115.1150
Propagated dependencies: emacs-inf-ruby@20250212.29 emacs-auto-complete@20251123.1919
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/purcell/ac-inf-ruby
Licenses:
Synopsis: Enable auto-complete in inf-ruby sessions
Description:

Documentation at https://melpa.org/#/ac-inf-ruby

ruby-guard-compat 1.2.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/guard/guard-compat
Licenses: Expat
Synopsis: Helps creating valid Guard plugins and testing them
Description:

Helps creating valid Guard plugins and testing them

ruby-em-websocket 0.5.1
Propagated dependencies: ruby-eventmachine@1.2.7 ruby-http-parser.rb@0.6.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/igrigorik/em-websocket
Licenses: Expat
Synopsis: EventMachine based WebSocket server
Description:

Em-websocket is an EventMachine based WebSocket server implementation.

ruby-rack-session 1.0.1
Propagated dependencies: ruby-rack@2.2.7
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/rack/rack-session
Licenses: Expat
Synopsis: Session management for Rack
Description:

This package provides a session management implementation for Rack.

ruby-net-protocol 0.2.1
Propagated dependencies: ruby-timeout@0.4.3
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby/net-protocol
Licenses: FreeBSD
Synopsis: Abstract interface for Ruby network clients
Description:

This Ruby library provides an abstract interface for network clients.

Total results: 876