_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


ruby-optimist 3.0.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://manageiq.github.io/optimist/
Licenses: Expat
Build system: ruby
Synopsis: Optimist is a commandline option parser for Ruby that just gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page, robust option parsing, command subcompletion, and sensible defaults for everything you don't specify.
Description:

Optimist is a commandline option parser for Ruby that just gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page, robust option parsing, command subcompletion, and sensible defaults for everything you don't specify.

ruby-jsonapi-renderer 0.2.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/jsonapi-rb/jsonapi-renderer
Licenses: Expat
Build system: ruby
Synopsis: Render JSON API documents
Description:

This package provides a ruby gem for rendering JSON API documents.

ruby-rails-multisite 2.0.7
Propagated dependencies: ruby-activerecord@7.2.2.1 ruby-railties@7.2.2.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/rails_multisite
Licenses: Expat
Build system: ruby
Synopsis: Multi tenancy support for Rails
Description:

This gem provides multi-db support for Rails applications. Using its middleware you can partition your app so each hostname has its own db. It provides a series of helper for working with multiple database, and some additional rails tasks for working with them.

ruby-lru-redux 1.1.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/SamSaffron/lru_redux
Licenses: Expat
Build system: ruby
Synopsis: An efficient implementation of an lru cache
Description:

An efficient implementation of an lru cache

ruby-sshkey 2.0.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/bensie/sshkey
Licenses: Expat
Build system: ruby
Synopsis: Generate private/public SSH keypairs using pure Ruby
Description:

Generate private/public SSH keypairs using pure Ruby

ruby-fast-blank 1.0.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/SamSaffron/fast_blank
Licenses: Expat
Build system: ruby
Synopsis: Provides a C-optimized method for determining if a string is blank
Description:

This package provides a C-optimized method for determining if a string is blank

ruby-jasmine 3.6.0
Propagated dependencies: ruby-jasmine-core@3.6.0 ruby-phantomjs@2.1.1.0 ruby-rack@2.2.7 ruby-rake@13.3.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://jasmine.github.io/
Licenses: Expat
Build system: ruby
Synopsis: Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.
Description:

Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.

ruby-kaminari-activerecord 1.2.1
Propagated dependencies: ruby-activerecord@7.2.2.1 ruby-kaminari-core@1.2.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/kaminari/kaminari
Licenses: Expat
Build system: ruby
Synopsis: kaminari-activerecord lets your Active Record models be paginatable
Description:

kaminari-activerecord lets your Active Record models be paginatable

ruby-lmdb 0.6.5
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
Build system: ruby
Synopsis: lmdb is a Ruby binding to OpenLDAP Lightning MDB.
Description:

lmdb is a Ruby binding to OpenLDAP Lightning MDB.

ruby-ice-nine 0.11.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/dkubb/ice_nine
Licenses: Expat
Build system: ruby
Synopsis: Deep Freeze Ruby Objects
Description:

Deep Freeze Ruby Objects

ruby-test-prof 1.0.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://test-prof.evilmartians.io/
Licenses: Expat
Build system: ruby
Synopsis: Ruby applications tests profiling tools. Contains tools to analyze factories usage, integrate with Ruby profilers, profile your examples using ActiveSupport notifications (if any) and statically analyze your code with custom RuboCop cops.
Description:

Ruby applications tests profiling tools.

Contains tools to analyze factories usage, integrate with Ruby profilers, profile your examples using ActiveSupport notifications (if any) and statically analyze your code with custom RuboCop cops.

ruby-unicorn 5.8.0
Propagated dependencies: ruby-kgio@2.11.3 ruby-raindrops@0.19.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://yhbt.net/unicorn/
Licenses: non-copyleft non-copyleft
Build system: ruby
Synopsis: unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between unicorn and slow clients.
Description:

unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between unicorn and slow clients.

ruby-semver2 3.4.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/haf/semver
Licenses: Expat
Build system: ruby
Synopsis: maintain versions as per http://semver.org
Description:

maintain versions as per http://semver.org

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
Build system: ruby
Synopsis: Build and verify OAuth headers
Description:

Simply builds and verifies OAuth headers

ruby-fast-xs 0.8.0
Propagated dependencies: ruby-hoe@4.2.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://fast-xs.rubyforge.org/
Licenses: Expat
Build system: ruby
Synopsis: Ruby extensions for escaping text
Description:

fast_xs escapes text so it can be embedded more directly into XML and HTML without having to deal with character set issues.

ruby-jquery-rails 4.4.0
Propagated dependencies: ruby-rails-dom-testing@2.2.0 ruby-railties@7.2.2.1 ruby-thor@1.2.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/rails/jquery-rails
Licenses: Expat
Build system: ruby
Synopsis: This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
Description:

This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.

ruby-rdf-turtle 3.3.1
Propagated dependencies: ruby-base64@0.3.0 ruby-bigdecimal@3.2.2 ruby-ebnf@2.6.0 ruby-rdf@3.3.4
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ruby-rdf/rdf-turtle
Licenses: Unlicense
Build system: ruby
Synopsis: RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.
Description:

RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.

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
Build system: ruby
Synopsis: Ruby FFI library
Description:

Ruby FFI library

ruby-ed25519 1.2.4
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/crypto-rb/ed25519
Licenses: Expat
Build system: ruby
Synopsis: Ruby binding to the Ed25519 elliptic curve public-key system
Description:

This package provides a Ruby binding to the Ed25519 elliptic curve public-key signature system described in RFC 8032.

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
Build system: ruby
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-bigdecimal 3.2.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ruby/bigdecimal
Licenses: Expat
Build system: ruby
Synopsis: This library provides arbitrary-precision decimal floating-point number class.
Description:

This library provides arbitrary-precision decimal floating-point number class.

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
Build system: ruby
Synopsis: Helps creating valid Guard plugins and testing them
Description:

Helps creating valid Guard plugins and testing them

ruby-logstash-logger 0.26.1
Propagated dependencies: ruby-logstash-event@1.2.02
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/dwbutler/logstash-logger
Licenses: Expat
Build system: ruby
Synopsis: Ruby logger that writes directly to LogStash
Description:

Ruby logger that writes directly to LogStash

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
Build system: ruby
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.

Total results: 580