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

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-mechanize 2.7.5
Dependencies: ruby@3.3.9
Propagated dependencies: ruby-domain-name@0.5.20190701 ruby-http-cookie@1.0.5 ruby-mime-types@3.4.1 ruby-net-http-digest-auth@1.4.1 ruby-net-http-persistent@4.0.2 ruby-nokogiri@1.18.10 ruby-ntlm-http@0.1.1 ruby-webrobots@0.1.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://docs.seattlerb.org/mechanize/
Licenses: Expat
Synopsis: The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.
Description:

The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.

ruby-guess-html-encoding 0.0.11
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/cantino/guess_html_encoding
Licenses: Expat
Synopsis: A small gem that attempts to guess and then force encoding of HTML documents for Ruby 1.9
Description:

This package provides a small gem that attempts to guess and then force encoding of HTML documents for Ruby 1.9

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.

ruby-jasmine-core 3.6.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://jasmine.github.io
Licenses: Expat
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-mini-suffix 0.3.2
Dependencies: libpsl@0.21.5
Propagated dependencies: ruby-ffi@1.15.5
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/mini_suffix
Licenses: Expat
Synopsis: FFI wrapper for libpsl
Description:

This package provides an FFI wrapper for libpsl in Ruby.

ruby-colored2 3.1.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/kigster/colored2
Licenses: Expat
Synopsis: This is a heavily modified fork of http://github.com/defunkt/colored gem, with many sensible pull requests combined. Since the authors of the original gem no longer support it, this might, perhaps, be considered a good alternative. Simple gem that adds various color methods to String class, and can be used as follows: require 'colored2' puts 'this is red'.red puts 'this is red with a yellow background'.red.on.yellow puts 'this is red with and italic'.red.italic puts 'this is green bold'.green.bold << ' and regular'.green puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color! puts ('this is regular, but '.red! do 'this is red '.yellow! do ' and yellow.'.no_color! end end)
Description:

This is a heavily modified fork of http://github.com/defunkt/colored gem, with many sensible pull requests combined. Since the authors of the original gem no longer support it, this might, perhaps, be considered a good alternative.

Simple gem that adds various color methods to String class, and can be used as follows:

require 'colored2'

puts 'this is red'.red puts 'this is red with a yellow background'.red.on.yellow puts 'this is red with and italic'.red.italic puts 'this is green bold'.green.bold << ' and regular'.green puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color! puts ('this is regular, but '.red! do 'this is red '.yellow! do ' and yellow.'.no_color! end end)

ruby-uglifier 4.2.0
Propagated dependencies: ruby-execjs@2.7.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/lautis/uglifier
Licenses: Expat
Synopsis: Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby
Description:

Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby

ruby-jmespath 1.4.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/trevorrowe/jmespath.rb
Licenses: ASL 2.0
Synopsis: Implements JMESPath for Ruby
Description:

Implements JMESPath for Ruby

ruby-twitter 7.0.0
Propagated dependencies: ruby-addressable@2.8.1 ruby-buftok@0.2.0 ruby-equalizer@0.0.11 ruby-http@4.4.1 ruby-http-form-data@2.3.0 ruby-http-parser.rb@0.6.0 ruby-memoizable@0.4.2 ruby-multipart-post@2.0.0 ruby-naught@1.1.0 ruby-simple-oauth@0.3.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://sferik.github.io/twitter/
Licenses: Expat
Synopsis: Ruby interface to the Twitter API
Description:

This package provides a Ruby interface to the Twitter API.

ruby-ostruct 0.6.3
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ruby/ostruct
Licenses: Expat
Synopsis: Class to build custom data structures, similar to a Hash.
Description:

Class to build custom data structures, similar to a Hash.

ruby-sassc-rails 2.1.2
Propagated dependencies: ruby-railties@7.2.2.1 ruby-sassc@2.4.0 ruby-sprockets@4.2.0 ruby-sprockets-rails@3.4.2 ruby-tilt@2.2.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/sass/sassc-rails
Licenses: Expat
Synopsis: Integrate SassC-Ruby into Rails.
Description:

Integrate SassC-Ruby into Rails.

ruby-unicode-types 1.10.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/janlelis/unicode-types
Licenses: Expat
Synopsis: [Unicode 16.0.0] Determines the very basic type of codepoints (one of: Graphic, Format, Control, Private-use, Surrogate, Noncharacter, Reserved)
Description:

[Unicode 16.0.0] Determines the very basic type of codepoints (one of: Graphic, Format, Control, Private-use, Surrogate, Noncharacter, Reserved).

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
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-lograge 0.11.2
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-railties@7.2.2.1 ruby-request-store@1.5.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/roidrage/lograge
Licenses: Expat
Synopsis: Tame Rails' multi-line logging into a single line per request
Description:

Tame Rails' multi-line logging into a single line per request

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
Synopsis: kaminari-activerecord lets your Active Record models be paginatable
Description:

kaminari-activerecord lets your Active Record models be paginatable

ruby-dry-logic 1.1.0
Propagated dependencies: ruby-concurrent@1.3.5 ruby-dry-core@0.5.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://dry-rb.org/gems/dry-logic
Licenses: Expat
Synopsis: Predicate logic with rule composition
Description:

Predicate logic with rule composition

ruby-aws-sdk-sns 1.38.0
Propagated dependencies: ruby-aws-sdk-core@3.112.0 ruby-aws-sigv4@1.2.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/aws/aws-sdk-ruby
Licenses: ASL 2.0
Synopsis: Official AWS Ruby gem for Amazon Simple Notification Service (Amazon SNS). This gem is part of the AWS SDK for Ruby.
Description:

Official AWS Ruby gem for Amazon Simple Notification Service (Amazon SNS). This gem is part of the AWS SDK for Ruby.

ruby-redis-namespace 1.8.1
Propagated dependencies: ruby-redis@4.2.5
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/resque/redis-namespace
Licenses: Expat
Synopsis: Namespace calls to Redis
Description:

This package provides a Redis::Namespace class which can be used to namespace calls to Redis. This is useful when using a single instance of Redis with multiple, different applications.

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

lmdb is a Ruby binding to OpenLDAP Lightning MDB.

ruby-omniauth-github 2.0.0
Propagated dependencies: 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/intridea/omniauth-github
Licenses: Expat
Synopsis: Official OmniAuth strategy for GitHub
Description:

Official OmniAuth strategy for GitHub.

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
Synopsis: Deep Freeze Ruby Objects
Description:

Deep Freeze Ruby Objects

ruby-descendants-tracker 0.0.4
Propagated dependencies: ruby-thread-safe@0.3.6
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/dkubb/descendants_tracker
Licenses: Expat
Synopsis: Module that adds descendant tracking to a class
Description:

Module that adds descendant tracking to a class

ruby-progress 3.5.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/toy/progress
Licenses: Expat
Synopsis: Show progress of long running tasks
Description:

Show progress of long running tasks

ruby-flog 4.6.4
Propagated dependencies: ruby-path-expander@1.1.0 ruby-ruby-parser@3.20.2 ruby-sexp-processor@4.17.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://ruby.sadi.st/
Licenses: Expat
Synopsis: Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in.
Description:

Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in.

Total results: 577