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.
BufferedTokenizer extracts token delimited entities from a sequence of arbitrary inputs
This package provides a log format that's readable by humans and easily parseable by computers.
This package provides the extraction of the key_transform abilities of ActiveModelSerializers.
Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.
Flamegraph support for arbitrary ruby apps
The sprockets template for Ember Handlebars.
Ruby/NTLM HTTP provides NTLM authentication over http.
It wraps the OpenSSL library.
This package provides a gem for generating embeddable HTML previews from URLs.
gc_tracer gem adds GC::Tracer module.
Run test/unit tests by line number. Metal!
This package provides a better error page for Rails and other Rack apps. Includes source code inspection, a live REPL and local/instance variable inspection for all stack frames.
This package provides an FFI wrapper for libpsl in Ruby.
This package provides a message bus for rack.
Failover for ActiveRecord and Redis
Ember.js source code wrapper for use with Ruby libs.
Find out which locale the user preferes by reading the languages they specified in their browser
EXtended http(s) CONnections
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)
Docco in Ruby
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.
kaminari-core includes pagination logic independent from ORMs and view libraries
Module to declare abstract classes and methods