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-gc-tracer 1.5.1Build system: ruby
Synopsis: gc_tracer gem adds GC::Tracer module.
Description: gc_tracer gem adds GC::Tracer module.
ruby-csv 3.1.9Build 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.
ruby-colored2 3.1.2Build 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-kaminari 0.16.3Build 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-dry-container 0.7.2Build system: ruby
Synopsis: A simple container intended for use as an IoC container
Description: This package provides a simple container intended for use as an IoC container
ruby-babel-source 5.8.35Build system: ruby
Synopsis: Babel JS source
ruby-fspath 3.1.2Build system: ruby
Synopsis: Better than Pathname
ruby-fabrication 2.21.1Build system: ruby
Synopsis: Fabrication is an object generation framework for ActiveRecord, Mongoid, DataMapper, Sequel, or any other Ruby object.
Description: Fabrication is an object generation framework for ActiveRecord, Mongoid, DataMapper, Sequel, or any other Ruby object.
ruby-libv8 7.3.492.27.1Build system: ruby
Synopsis: Distributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer
Description: Distributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer
ruby-omniauth-twitter 1.4.0Build system: ruby
Synopsis: OmniAuth strategy for Twitter
Description: OmniAuth strategy for Twitter
ruby-discourse-ember-source 3.12.2.2Build system: ruby
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-path-expander 1.1.0Build system: ruby
Synopsis: PathExpander helps pre-process command-line arguments expanding
directories into their constituent files. It further helps by
providing additional mechanisms to make specifying subsets easier
with path subtraction and allowing for command-line arguments to be
saved in a file.
NOTE: this is NOT an options processor. It is a path processor
(basically everything else besides options). It does provide a
mechanism for pre-filtering cmdline options, but not with the intent
of actually processing them in PathExpander. Use OptionParser to
deal with options either before or after passing ARGV through
PathExpander.
Description: PathExpander helps pre-process command-line arguments expanding directories into their constituent files. It further helps by providing additional mechanisms to make specifying subsets easier with path subtraction and allowing for command-line arguments to be saved in a file.
NOTE: this is NOT an options processor. It is a path processor (basically everything else besides options). It does provide a mechanism for pre-filtering cmdline options, but not with the intent of actually processing them in PathExpander. Use OptionParser to deal with options either before or after passing ARGV through PathExpander.
ruby-aws-sdk-kinesis 1.31.0Build system: ruby
Synopsis: Official AWS Ruby gem for Amazon Kinesis (Kinesis). This gem is part of the AWS SDK for Ruby.
Description: Official AWS Ruby gem for Amazon Kinesis (Kinesis). This gem is part of the AWS SDK for Ruby.
ruby-dry-inflector 0.2.0Build system: ruby
Synopsis: String inflections for dry-rb
Description: String inflections for dry-rb
ruby-tiny-tds 2.1.3Build system: ruby
Synopsis: TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library. Developed for the ActiveRecord SQL Server adapter.
Description: TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library. Developed for the ActiveRecord SQL Server adapter.
ruby-rails-multisite 2.0.7Build 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-sshkey 2.0.0Build system: ruby
Synopsis: Generate private/public SSH keypairs using pure Ruby
Description: Generate private/public SSH keypairs using pure Ruby
ruby-jmespath 1.4.0Build system: ruby
Synopsis: Implements JMESPath for Ruby
Description: Implements JMESPath for Ruby
ruby-equalizer 0.0.11Build system: ruby
Synopsis: Module to define equality, equivalence and inspection methods
Description: Module to define equality, equivalence and inspection methods
ruby-logster 2.9.5Build system: ruby
Synopsis: UI for viewing logs in Rack
Description: UI for viewing logs in Rack
ruby-rubocop-discourse 2.4.1Build system: ruby
Synopsis: Custom rubocop cops used by Discourse
Description: Custom rubocop cops used by Discourse
ruby-sidekiq 6.1.3Build system: ruby
Synopsis: Simple, efficient background processing for Ruby.
Description: Simple, efficient background processing for Ruby.
ruby-ember-source 2.18.2Build system: ruby
Synopsis: Ember.js source code wrapper for use with Ruby libs.
Description: Ember.js source code wrapper for use with Ruby libs.
ruby-naught 1.1.0Build system: ruby
Synopsis: Toolkit for building Null Objects
Description: Naught is a toolkit for building Null Objects.
Total results: 573