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.
This library extends Warden to support OAuth 2.0 authorized API requests.
This package containse the XML parsing tools shared between a number of providers in the fog gem. fog is a Ruby cloud services library.
This package provides a Ruby binding to the Ed25519 elliptic curve public-key signature system described in RFC 8032.
This package provides a Ruby port of EventEmitter from Node.js.
Net::SCP is a pure-Ruby implementation of the SCP client protocol.
This package can be used to have the execution stopped for inspection in the Ruby debugger upon encountering a failure. To use it, set the RSPEC_DEBUG environment variable to true then invoke the rspec command as usual.
The Pagination Generator forms the core of the pagination logic in Jekyll. It calculates and generates the pagination pages.
Minima is a one-size-fits-all Jekyll theme for writers. It's Jekyll's default (and first) theme. It's what you get when you run jekyll new.
Rubocop::AST extends ruby-parser with classes used by RuboCop to deal with Ruby's Abstract Syntax Tree (AST), in particular:
RuboCop::AST::NodeRuboCop::AST::NodePattern
minitest/reporters provides a custom Minitest runner to improve how the test state is reported. A number of different reporters are available, including a spec reporter, progress bar reporter, a HTML reporter.
The gem public_suffix is a domain name parser, written in Ruby, and based on the Public Suffix List. A public suffix is one under which Internet users can (or historically could) directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.ma.us. The Public Suffix List is a list of all known public suffixes.
Sawyer is an experimental hypermedia agent for Ruby built on top of Faraday.
pkg-config can be used in your extconf.rb to properly detect need libraries for compiling Ruby native extensions.
EventMachine implements a single-threaded engine for arbitrary network communications. EventMachine wraps all interactions with sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients.
This unmaintained package provides a Prawn extension that allows including other Portable Document Format (PDF) documents as background or combining several PDF documents into one. This functionality used to be part of Prawn itself, but was extracted from Prawn 0.15.0 because of its many longstanding issues.
This pure ruby library provides spawn() which is almost perfectly compatible with ruby 1.9's.
This package provides a collection of RuboCop cops to check for performance optimizations in Ruby code.
Contest allows writing declarative Test::Unit tests using nested contexts without performance penalties.
The FileUtils Ruby library includes Several file utility methods for copying, moving, removing, etc.
This package provides a collection of RuboCop cops to check for performance optimizations in Ruby code.
This gem is a port of the rails 'rake stats' method so it can be made more robust and work for non rails projects.
This package provides a RubyVersion class which offers a convenient Domain Specific Language (DSL) for checking for the right Ruby version.
Terminal Table is a fast and simple, yet feature rich table generator written in Ruby. It supports ASCII and Unicode formatted tables.
This gem is a simple callback-based HTTP request/response parser for writing http servers, clients and proxies.