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

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-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-rinku 2.0.6
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/vmg/rinku
Licenses: non-copyleft
Build system: ruby
Synopsis: A fast and very smart autolinking library that acts as a drop-in replacement for Rails `auto_link`
Description:

A fast and very smart autolinking library that acts as a drop-in replacement for Rails `auto_link`

ruby-mustermann 1.1.1
Propagated dependencies: ruby-ruby2-keywords@0.0.4
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/sinatra/mustermann
Licenses: Expat
Build system: ruby
Synopsis: A library implementing patterns that behave like regular expressions.
Description:

This package provides a library implementing patterns that behave like regular expressions.

ruby-seed-fu 2.3.9
Propagated dependencies: ruby-activerecord@7.2.2.1 ruby-activesupport@7.2.2.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/mbleigh/seed-fu
Licenses: Expat
Build system: ruby
Synopsis: Advanced seed data handling for Rails
Description:

Seed Fu is an attempt to once and for all solve the problem of inserting and maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around.

ruby-http-form-data 2.3.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/httprb/form_data.rb
Licenses: Expat
Build system: ruby
Synopsis: Utility-belt to build form data request bodies. Provides support for `application/x-www-form-urlencoded` and `multipart/form-data` types.
Description:

Utility-belt to build form data request bodies. Provides support for `application/x-www-form-urlencoded` and `multipart/form-data` types.

ruby-logster 2.9.5
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/logster
Licenses: Expat
Build system: ruby
Synopsis: UI for viewing logs in Rack
Description:

UI for viewing logs in Rack

ruby-aws-sigv4 1.2.2
Propagated dependencies: ruby-aws-eventstream@1.1.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: Amazon Web Services Signature Version 4 signing library. Generates sigv4 signature for HTTP requests.
Description:

Amazon Web Services Signature Version 4 signing library. Generates sigv4 signature for HTTP requests.

ruby-poseidon 0.0.5
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/bpot/poseidon
Licenses: Expat
Build system: ruby
Synopsis: A Kafka (http://kafka.apache.org/) producer and consumer
Description:

This package provides a Kafka (http://kafka.apache.org/) producer and consumer

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-ember-data-source 3.0.2
Propagated dependencies: ruby-ember-source@2.18.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/emberjs/data
Licenses: Expat
Build system: ruby
Synopsis: ember-data source code wrapper for use with Ruby libs.
Description:

ember-data source code wrapper for use with Ruby libs.

generate-ninja 0.0.0-1.dfcbc6f
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://gn.googlesource.com/gn
Licenses: Modified BSD
Build system: meson
Synopsis: Meta-build system for ninja
Description:

Generate-Ninja, or GN, is a meta-build system that generates Ninja build files so that you can build your project with Ninja. GN was, originally, part of the Chromium source tree, and has since been extracted into its own standalone repo.

ruby-mini-sql 1.0.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/mini_sql
Licenses: Expat
Build system: ruby
Synopsis: A fast, safe, simple direct SQL executor for PG
Description:

This package provides a fast, safe, simple direct SQL executor for PG

ruby-rswag-specs 2.4.0
Propagated dependencies: ruby-activesupport@7.2.2.1 ruby-json-schema@2.8.1 ruby-railties@7.2.2.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/rswag/rswag
Licenses: Expat
Build system: ruby
Synopsis: Simplify API integration testing with a succinct rspec DSL and generate OpenAPI specification files directly from your rspecs. More about the OpenAPI initiative here: http://spec.openapis.org/
Description:

Simplify API integration testing with a succinct rspec DSL and generate OpenAPI specification files directly from your rspecs. More about the OpenAPI initiative here: http://spec.openapis.org/

ruby-bbcode-to-md 0.0.15-1.3b9aaf2
Propagated dependencies: ruby-activesupport@7.2.2.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/rikkit/ruby-bbcode-to-md
Licenses: Expat
Build system: ruby
Synopsis: Convert BBCode to Markdown and check whether the BBCode is valid.
Description:

Convert BBCode to Markdown and check whether the BBCode is valid.

ruby-kwalify 0.7.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://www.kuwata-lab.com/kwalify/
Licenses: non-copyleft
Build system: ruby
Synopsis: Kwalify is a parser, schema validator, and data binding tool for YAML and JSON.
Description:

Kwalify is a parser, schema validator, and data binding tool for YAML and JSON.

ruby-pry-rails 0.3.9
Propagated dependencies: ruby-pry@0.14.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/rweng/pry-rails
Licenses: Expat
Build system: ruby
Synopsis: Use Pry as your rails console
Description:

Use Pry as your rails console

ruby-mini-racer 0.2.4
Dependencies: libnode@22.14.0
Propagated dependencies: ruby-libv8@6.3.292.48.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/mini_racer
Licenses: Expat
Build system: ruby
Synopsis: Minimal embedded v8 engine for Ruby
Description:

Minimal embedded v8 engine for Ruby

ruby-omniauth-twitter 1.4.0
Propagated dependencies: ruby-omniauth-oauth@1.2.0 ruby-rack@2.2.7
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/arunagw/omniauth-twitter
Licenses: Expat
Build system: ruby
Synopsis: OmniAuth strategy for Twitter
Description:

OmniAuth strategy for Twitter

ruby-mini-racer 0.3.1
Propagated dependencies: ruby-libv8@8.4.255.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/mini_racer
Licenses: Expat
Build system: ruby
Synopsis: Minimal embedded v8 engine for Ruby
Description:

Minimal embedded v8 engine for Ruby

ruby-aws-sdk-core 3.112.0
Propagated dependencies: ruby-aws-eventstream@1.1.0 ruby-aws-partitions@1.428.0 ruby-aws-sigv4@1.2.2 ruby-jmespath@1.4.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 API clients for AWS. This gem is part of the official AWS SDK for Ruby.
Description:

This package provides API clients for AWS. This gem is part of the official AWS SDK for Ruby.

ruby-message-bus 3.3.4
Propagated dependencies: ruby-rack@2.2.7
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/SamSaffron/message_bus
Licenses: Expat
Build system: ruby
Synopsis: Message bus for rack
Description:

This package provides a message bus for rack.

ruby-mustermann-grape 1.0.1
Propagated dependencies: ruby-mustermann@1.1.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ruby-grape/mustermann-grape
Licenses: Expat
Build system: ruby
Synopsis: Adds Grape style patterns to Mustermman
Description:

Adds Grape style patterns to Mustermman

ruby-ntlm-http 0.1.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://www.mindflowsolutions.net
Licenses: non-copyleft
Build system: ruby
Synopsis: Ruby/NTLM HTTP provides NTLM authentication over http.
Description:

Ruby/NTLM HTTP provides NTLM authentication over http.

ruby-sinatra-contrib 2.0.8.1
Propagated dependencies: ruby-backports@3.11.4 ruby-multi-json@1.15.0 ruby-mustermann@1.1.1 ruby-rack-protection@3.0.5 ruby-sinatra@3.0.5 ruby-tilt@2.2.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://sinatrarb.com/contrib/
Licenses: Expat
Build system: ruby
Synopsis: Collection of useful Sinatra extensions
Description:

Collection of useful Sinatra extensions

Total results: 580