_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-unicode-display-width 2.4.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/janlelis/unicode-display_width
Licenses: Expat
Synopsis: Determine the monospace display width of Ruby strings
Description:

Unicode::DisplayWidth is a Ruby library which can determine the display width of strings in Ruby.

ruby-unicode-display-width 1.3.0
Propagated dependencies: ruby-unicode-emoji@0.9.2
Channel: wigust
Location: wigust/packages/ruby.scm (wigust packages ruby)
Home page: http://github.com/janlelis/unicode-display_width
Licenses: Expat
Synopsis: Determines the monospace display width
Description:

Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data.

ruby-minitest-power-assert 0.3.1
Propagated dependencies: ruby-minitest@5.19.0 ruby-power-assert@1.1.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/hsbt/minitest-power_assert
Licenses: FreeBSD
Synopsis: Power Assert implementation for Minitest
Description:

This gem provides a Power Assert implementation for Minitest. It is inspired by the test-unit-power_assert gem.

ruby-asciidoctor-multipage 0.0.16
Propagated dependencies: ruby-asciidoctor@2.0.21 ruby-slim@5.2.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/owenh000/asciidoctor-multipage
Licenses: Expat
Synopsis: Asciidoctor extension for generating HTML output using multiple pages
Description:

Asciidoctor generates single-page documents. This extension splits documents up into multiple HTML pages according to their headings, with configurable levels.

ruby-discourse-image-optim 0.26.2
Propagated dependencies: ruby-exifr@1.3.9 ruby-fspath@3.1.2 ruby-image-size@1.5.0 ruby-in-threads@1.5.4 ruby-progress@3.5.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/toy/discourse_image_optim
Licenses: Expat
Synopsis: Optimize (lossless compress, optionally lossy) images (jpeg, png, gif, svg) using external utilities (advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegrescan, jpegtran, optipng, pngcrush, pngout, pngquant, svgo)
Description:

Optimize (lossless compress, optionally lossy) images (jpeg, png, gif, svg) using external utilities (advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegrescan, jpegtran, optipng, pngcrush, pngout, pngquant, svgo)

ruby-command-line-reporter 4.0.1
Propagated dependencies: ruby-colorator@1.1.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/wbailey/command_line_reporter
Licenses: ASL 2.0
Synopsis: Report production while executing Ruby scripts
Description:

This gem provides a DSL that makes it easy to write reports of various types in ruby. It eliminates the need to litter your source with puts statements, instead providing a more readable, expressive interface to your application.

ruby-command-line-reporter 3.3.6
Propagated dependencies: ruby-colorator@1.1.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/wbailey/command_line_reporter
Licenses: ASL 2.0
Synopsis: Report production while executing Ruby scripts
Description:

This gem provides a DSL that makes it easy to write reports of various types in ruby. It eliminates the need to litter your source with puts statements, instead providing a more readable, expressive interface to your application.

ruby-actionview-precompiler 0.2.3
Propagated dependencies: ruby-actionview@7.2.2.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/jhawthorn/actionview_precompiler
Licenses: Expat
Synopsis: Parses templates for render calls and uses them to precompile
Description:

Parses templates for render calls and uses them to precompile

ruby-discourse-ember-source 3.12.2.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/discourse-ember-source
Licenses: Expat
Synopsis: Fork of Ember source to permit latest ember versions
Description:

This package provides a fork of Ember source to permit the latest ember versions.

ruby-omniauth-google-oauth2 0.8.1
Propagated dependencies: ruby-jwt@2.7.1 ruby-oauth2@2.0.9 ruby-omniauth@2.1.1 ruby-omniauth-oauth2@1.8.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/zquestz/omniauth-google-oauth2
Licenses: Expat
Synopsis: A Google OAuth2 strategy for OmniAuth 1.x. This allows you to login to Google with your ruby app.
Description:

This package provides a Google OAuth2 strategy for OmniAuth 1.x. This allows you to login to Google with your ruby app.

ruby-sporkmonger-rack-mount 0.8.3-1.076aa2c
Propagated dependencies: ruby-rack@2.2.7
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/sporkmonger/rack-mount
Licenses: Expat
Synopsis: Stackable dynamic tree based Rack router
Description:

Rack::Mount supports Rack's X-Cascade convention to continue trying routes if the response returns pass. This allows multiple routes to be nested or stacked on top of each other.

ruby-regexp-property-values 1.5.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/jaynetics/regexp_property_values
Licenses: Expat
Synopsis: Inspect Ruby's regex engine property values
Description:

This small library lets you see which property values are supported by the regular expression engine of the Ruby version you are running and can directly read out their code point ranges. In other words, it determines all supported values for \pvalue expressions and what they match.

ruby-websocket-client-simple 0.9.0
Propagated dependencies: ruby-event-emitter@0.2.6 ruby-websocket@1.2.9-1.950e416
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby-jp/websocket-client-simple
Licenses: Expat
Synopsis: Simple WebSocket client for Ruby
Description:

This package provides a simple WebSocket client for Ruby.

emacs-evil-ruby-text-objects 20240411.1139
Propagated dependencies: emacs-evil@20251108.138
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/porras/evil-ruby-text-objects
Licenses:
Synopsis: Evil text objects for Ruby code
Description:

Documentation at https://melpa.org/#/evil-ruby-text-objects

ruby-elasticsearch-transport 6.0.2
Propagated dependencies: ruby-faraday@2.13.1 ruby-multi-json@1.15.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport
Licenses: non-copyleft
Synopsis: Ruby client for Elasticsearch. See the `elasticsearch` gem for full integration.
Description:

Ruby client for Elasticsearch. See the `elasticsearch` gem for full integration.

ruby-cucumber-ci-environment 9.1.0
Channel: guix
Location: gnu/packages/ruby-check.scm (gnu packages ruby-check)
Home page: https://github.com/cucumber/ci-environment
Licenses: Expat
Synopsis: Detect CI Environment from environment variables
Description:

This is a Ruby utility library for Cucumber that detects a CI environment from environment variables.

ruby-rspec-block-is-expected 1.0.5
Propagated dependencies: ruby-rspec-core@3.13.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/pboling/rspec-block_is_expected
Licenses: Expat
Synopsis: Simplify testing of blocks in RSpec
Description:

This RSpec plugin allows you to use block_is_expected similarly to how you would use is_expected if a block was wrapping the subject.

ruby-cucumber-html-formatter 20.2.1
Propagated dependencies: ruby-cucumber-messages@21.0.1
Channel: guix
Location: gnu/packages/ruby-check.scm (gnu packages ruby-check)
Home page: https://github.com/cucumber/html-formatter
Licenses: Expat
Synopsis: HTML formatter for Cucumber
Description:

Cucumber HTML Formatter produces a HTML report for Cucumber runs. It is built on top of cucumber-react and works with any Cucumber implementation with a protocol buffer formatter that outputs Cucumber messages.

ruby-language-server-protocol 3.17.0.3
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/mtsmfm/language_server-protocol-ruby
Licenses: Expat
Synopsis: Language Server Protocol (LSP) development kit for Ruby
Description:

This package provides a Language Server Protocol (LSP) development kit for Ruby.

ruby-simplecov-json-formatter 0.1.4
Channel: guix
Location: gnu/packages/ruby-check.scm (gnu packages ruby-check)
Home page: https://github.com/codeclimate-community/simplecov_json_formatter
Licenses: Expat
Synopsis: JSON formatter for SimpleCov
Description:

This package provides a JSON formatter for SimpleCov, the Ruby code coverage tool.

ruby-cucumber-tag-expressions 5.0.1
Channel: guix
Location: gnu/packages/ruby-check.scm (gnu packages ruby-check)
Home page: https://github.com/cucumber/tag-expressions
Licenses: Expat
Synopsis: Cucumber tag expressions for Ruby
Description:

Cucumber tag expression parser for Ruby. A tag expression is an infix boolean expression used by Cucumber.

ruby-active-model-serializers 0.10.12
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activemodel@7.2.2.1 ruby-case-transform@0.2-1.b957f9c ruby-jsonapi-renderer@0.2.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/rails-api/active_model_serializers
Licenses: Expat
Synopsis: Generate JSON in an object-oriented manner
Description:

ActiveModel::Serializers allows one to generate your JSON in an object-oriented and convention-driven manner.

go-github-com-rubyist-tracerx 0.0.0-20170927163412-787959303086
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/rubyist/tracerx/
Licenses: Expat
Synopsis: Output tracing information in your Go app
Description:

This package is a simple tracing application that logs messages depending on environment variables. It is very much inspired by git's GIT_TRACE mechanism.

ruby-ember-handlebars-template 0.8.0
Propagated dependencies: ruby-barber@0.12.2 ruby-sprockets@4.2.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/tricknotes/ember-handlebars-template
Licenses: Expat
Synopsis: The sprockets template for Ember Handlebars.
Description:

The sprockets template for Ember Handlebars.

Total results: 876