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.
Thor is a toolkit for building powerful command-line interfaces.
This package provides a job queue that uses PostgreSQL for storing jobs and locking between worker processes.
Standard is a port of StandardJS. Like StandardJS, it aims to save time in the following ways:
No configuration.
Automatically format code.
Catch style issues and programmer errors early.
RR is a test double framework that features a rich selection of double techniques and a terse syntax.
MSpec is a specialized framework that is syntax-compatible with RSpec 2 for basic features. MSpec contains additional features that assist in writing specs for Ruby implementations in ruby/spec.
Pry Doc is a Pry REPL plugin. It provides extended documentation support for the REPL by means of improving the show-doc and show-source commands. With help of the plugin the commands are be able to display the source code and the docs of Ruby methods and classes implemented in C.
This package provides a command line interface for running for Rack applications.
ruby_engine provides an RubyEngine class that can be used to check which implementation of Ruby is in use. It can provide the interpreter name and provides query methods such as RubyEngine.mri?.
Multicodecs is the ruby implementation of multiformats/multicodec, a canonical table of of codecs used by various multiformats.
This package provides a Ruby implementation of RFC5869: HKDF. The goal of HKDF is to take some source key material and generate suitable cryptographic keys from it.
Ruby Bindings for the GNU LibIDN library, an implementation of the Stringprep, Punycode and IDNA specifications. These are used to encode and decode internationalized domain + names according to the IDNA2003 specifications.
Included are the most important parts of the Stringprep, Punycode and IDNA APIs like performing Stringprep processings, encoding to and decoding from Punycode strings and converting entire domain names to and from the ACE encoded form.
This package provides a Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
Rack::Cache is suitable as a drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information.
Redcarpet is an extensible Ruby library for Markdown processing and conversion to (X)HTML.
Deep Merge is a set of utility functions for Hash. It permits you to merge elements inside a hash together recursively.
This package provides a simple, fast MySQL library for Ruby, binding to libmysql.
Colorator is a Ruby gem that helps you colorize your text for the terminal.
This package allows loading, parsing and cascading Cascading Style Sheets (CSS) rule sets in Ruby.
The mapping gem maps model objects based on their class to a given output model. It is useful for versioning external interfaces (e.g. JSON APIs) or processing structured data from one format to another.
Capybara is an integration testing tool for rack based web applications. It simulates how a user would interact with a website.
Patron is a Ruby HTTP client library based on libcurl. It does not try to expose the full power (read complexity) of libcurl but instead tries to provide a sane API while taking advantage of libcurl under the hood.
This package provides a WebSocket base for a Ruby client and server.
Contest allows writing declarative Test::Unit tests using nested contexts without performance penalties.
Pseudo `IO` class from and to `String`.