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

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-aws-partitions 1.428.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/aws/aws-sdk-ruby
Licenses: ASL 2.0
Build system: ruby
Synopsis: Provides interfaces to enumerate AWS partitions, regions, and services.
Description:

This package provides interfaces to enumerate AWS partitions, regions, and services.

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
Build system: ruby
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-openssl-signature-algorithm 1.1.1
Propagated dependencies: ruby-openssl@2.2.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/cedarcode/openssl-signature_algorithm
Licenses: ASL 2.0
Build system: ruby
Synopsis: ECDSA, EdDSA, RSA-PSS and RSA-PKCS#1 algorithms for ruby
Description:

ECDSA, EdDSA, RSA-PSS and RSA-PKCS#1 algorithms for ruby

ruby-omniauth-oauth 1.2.0
Propagated dependencies: ruby-oauth@0.5.5 ruby-omniauth@2.1.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/intridea/omniauth-oauth
Licenses: Expat
Build system: ruby
Synopsis: A generic OAuth (1.0/1.0a) strategy for OmniAuth.
Description:

This package provides a generic OAuth (1.0/1.0a) strategy for OmniAuth.

ruby-active-model-adapter-source 2.1.1
Propagated dependencies: ruby-ember-data-source@3.0.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ember-data/active-model-adapter
Licenses: Expat
Build system: ruby
Synopsis: ember-data active-model-adapter code wrapper for use with Ruby libs.
Description:

ember-data active-model-adapter code wrapper for use with Ruby libs.

ruby-simplecov 0.13.0
Propagated dependencies: ruby-json@2.1.0 ruby-docile@1.1.5 ruby-simplecov-html@0.12.3 ruby-simplecov-json-formatter@0.1.4
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/simplecov-ruby/simplecov
Licenses: Expat
Build system: ruby
Synopsis: Code coverage framework for Ruby
Description:

SimpleCov is a code coverage framework for Ruby with a powerful configuration library and automatic merging of coverage across test suites.

ruby-will-paginate 3.3.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/mislav/will_paginate
Licenses: Expat
Build system: ruby
Synopsis: will_paginate provides a simple API for performing paginated queries with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Sinatra, Hanami, and Merb web apps.
Description:

will_paginate provides a simple API for performing paginated queries with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Sinatra, Hanami, and Merb web apps.

ruby-lines 0.9.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/zimbatm/lines-ruby
Licenses: Expat
Build system: ruby
Synopsis: Readable log format for humans and computers
Description:

This package provides a log format that's readable by humans and easily parseable by computers.

ruby-rqrcode 1.2.0
Propagated dependencies: ruby-chunky-png@1.4.0 ruby-rqrcode-core@0.2.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/whomwah/rqrcode
Licenses: Expat
Build system: ruby
Synopsis: rqrcode is a library for encoding QR Codes. The simple interface allows you to create QR Code data structures and then render them in the way you choose.
Description:

rqrcode is a library for encoding QR Codes. The simple interface allows you to create QR Code data structures and then render them in the way you choose.

ruby-scanf 1.0.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ruby/scanf
Licenses: Expat
Build system: ruby
Synopsis: scanf is an implementation of the C function scanf(3).
Description:

scanf is an implementation of the C function scanf(3).

ruby-kgio 2.11.3
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://yhbt.net/kgio/
Licenses: non-copyleft
Build system: ruby
Synopsis: kinder, gentler I/O for Ruby
Description:

This is a legacy project, do not use it for new projects. Ruby 2.3 and later should make this obsolete. kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS.

discourse 2.6.3
Dependencies: node@22.14.0 ruby-actionmailer@7.2.2.1 ruby-actionview-precompiler@0.2.3 ruby-active-model-serializers@0.10.12 ruby-activemodel@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-aws-sdk-s3@1.88.1 ruby-aws-sdk-sns@1.38.0 ruby-bootsnap@1.7.2 ruby-cbor@0.5.10.1 ruby-colored2@3.1.2 ruby-cose@1.2.0 ruby-css-parser@1.21.1 ruby-diffy@3.2.1 ruby-discourse-ember-rails@0.18.6 ruby-discourse-ember-source@3.12.2.2 ruby-discourse-fonts@0.0.6 ruby-discourse-image-optim@0.26.2 ruby-email-reply-trimmer@0.1.13 ruby-excon@0.79.0 ruby-fast-blank@1.0.0 ruby-fast-xs@0.8.0 ruby-fastimage@2.2.2 ruby-flamegraph@0.9.5 ruby-gc-tracer@1.5.1 ruby-highline@3.1.2 ruby-http-accept-language@2.1.1 ruby-lograge@0.11.2 ruby-logstash-event@1.2.02 ruby-logstash-logger@0.26.1 ruby-logster@2.9.5 ruby-lru-redux@1.1.0 ruby-lz4-ruby@0.3.3 ruby-maxminddb@0.1.22 ruby-memory-profiler@1.1.0 ruby-message-bus@3.3.4 ruby-mini-mime@1.1.2 ruby-mini-racer@0.2.4 ruby-mini-scheduler@0.13.0 ruby-mini-sql@1.0.1 ruby-mini-suffix@0.3.2 ruby-oj@3.16.9 ruby-omniauth@2.1.1 ruby-omniauth-facebook@8.0.0 ruby-omniauth-github@2.0.0 ruby-omniauth-google-oauth2@0.8.1 ruby-omniauth-twitter@1.4.0 ruby-onebox@2.2.2 ruby-pg@1.5.9-0.378b7a3 ruby-pry-byebug@3.11.0 ruby-pry-rails@0.3.9 ruby-puma@7.0.3 ruby-r2@0.2.7 ruby-rack-mini-profiler@2.3.1 ruby-rack-protection@3.0.5 ruby-rails-failover@0.6.5 ruby-rails-multisite@2.0.7 ruby-railties@7.2.2.1 ruby-rake@13.3.0 ruby-rbtrace@0.4.14 ruby-rchardet@1.8.0 ruby-redis@4.2.5 ruby-redis-namespace@1.8.1 ruby-rinku@2.0.6 ruby-rotp@6.2.0 ruby-rqrcode@1.2.0 ruby-rtlit@0.0.5 ruby-ruby-readability@0.7.0 ruby-rubyzip@2.3.2 ruby-sassc@2.4.0 ruby-sassc-rails@2.1.2 ruby-seed-fu@2.3.9 ruby-shoulda-matchers@5.3.0 ruby-sidekiq@6.1.3 ruby-sprockets-rails@3.4.2 ruby-sshkey@2.0.0 ruby-stackprof@0.2.27-0.5d83283 ruby-uglifier@4.2.0 ruby-unf@0.2.0 ruby-unicorn@5.8.0 ruby-webpush@1.1.0 ruby-xorcist@1.1.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://www.discourse.org/
Licenses: GPL 2
Build system: ruby
Synopsis: Platform for community discussion
Description:

Discourse is the 100% open source discussion platform built for the next decade of the Internet. Use it as a mailing list, discussion forum, long-form chat room, and more!

ruby-rdf 3.3.4
Propagated dependencies: ruby-bcp47-spec@0.2.1 ruby-bigdecimal@3.2.2 ruby-link-header@0.0.8 ruby-logger@1.7.0 ruby-ostruct@0.6.3 ruby-readline@0.0.4
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ruby-rdf/rdf
Licenses: Unlicense
Build system: ruby
Synopsis: RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.
Description:

RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.

ruby-barber 0.12.2
Propagated dependencies: ruby-ember-source@2.18.2 ruby-execjs@2.7.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/tchak/barber
Licenses: Expat
Build system: ruby
Synopsis: Handlebars precompilation
Description:

Handlebars precompilation

ruby-webpush 1.1.0
Propagated dependencies: ruby-hkdf@1.0.0 ruby-jwt@2.7.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/zaru/webpush
Licenses: Expat
Build system: ruby
Synopsis: Encryption Utilities for Web Push payload.
Description:

Encryption Utilities for Web Push payload.

ruby-ember-cli-assets 0.0.37
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/tricknotes/ember-cli-assets
Licenses: Expat
Build system: ruby
Synopsis: The assets for Ember CLI.
Description:

The assets for Ember CLI.

ruby-logger 1.7.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ruby/logger
Licenses: Expat
Build system: ruby
Synopsis: Provides a simple logging utility for outputting messages.
Description:

This package provides a simple logging utility for outputting messages.

ruby-discourse-fonts 0.0.6
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/discourse-fonts
Licenses: Expat
Build system: ruby
Synopsis: Bundle of fonts which can be used to customize the look of Discourse
Description:

Bundle of fonts which can be used to customize the look of Discourse

ruby-elasticsearch 6.0.2
Propagated dependencies: ruby-elasticsearch-api@6.0.2 ruby-elasticsearch-transport@6.0.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://github.com/elasticsearch/elasticsearch-ruby
Licenses: non-copyleft
Build system: ruby
Synopsis: Ruby integrations for Elasticsearch (client, API, etc.)
Description:

Ruby integrations for Elasticsearch (client, API, etc.)

ruby-equalizer 0.0.11
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/dkubb/equalizer
Licenses: Expat
Build system: ruby
Synopsis: Module to define equality, equivalence and inspection methods
Description:

Module to define equality, equivalence and inspection methods

ruby-kaminari 1.2.1
Propagated dependencies: ruby-activesupport@7.2.2.1 ruby-kaminari-actionview@1.2.1 ruby-kaminari-activerecord@1.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 is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+
Description:

Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+

ruby-concord 0.1.6
Propagated dependencies: ruby-adamantium@0.2.0 ruby-equalizer@0.0.11
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/mbj/concord
Licenses: Expat
Build system: ruby
Synopsis: Helper for object composition
Description:

Helper for object composition

ruby-rchardet 1.8.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/jmhodges/rchardet
Licenses: LGPL 2.1+
Build system: ruby
Synopsis: Character encoding auto-detection in Ruby. As smart as your browser. Open source.
Description:

Character encoding auto-detection in Ruby. As smart as your browser. Open source.

ruby-http-parser 1.2.3
Propagated dependencies: ruby-ffi-compiler@1.0.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/cotag/http-parser
Licenses: Expat
Build system: ruby
Synopsis: Http parser for Ruby
Description:

A super fast http parser for ruby. Cross platform and multiple ruby implementation support thanks to ffi.

Total results: 573