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.
Yell is a comprehensive logging replacement for Ruby. It defines multiple adapters, various log level combinations and message formatting options.
Middleware is a generalized implementation of a middleware abstraction for Ruby.
This library allows reading and writing RPM packages. It is used by the fpm tool. It is written in pure Ruby because librpm is not available on all systems and requires many dependencies.
ExecJS lets you run JavaScript code from Ruby. It automatically picks a runtime to evaluate your JavaScript program, then returns the result to you as a Ruby object.
This package provides a Ruby kernel for Jupyter/IPython frontends (e.g. notebook).
Timers offers a collections of one-shot and periodic timers, intended for use with event loops such as async.
This package provides the Minitest::Retry class, which extends Minitest to allow retrying tests when they fail.
Debugging functionality for Ruby. This is completely rewritten debug.rb which was contained by the ancient Ruby versions. It is included with Ruby itself, but this package is made available so that the latest version can be made available independently from Ruby.
Markaby allows writing HTML packages in pure Ruby. This is similar to the functionality provided by ERB, but without the mixture of HTML and additional ERB syntax.
Faraday is a HTTP/REST API client library which provides a common interface over different adapters.
Exception2MessageMapper (e2mmap) is a helper module for easily defining exceptions with predefined messages.
Gherkin-ruby is a Gherkin parser written in pure Ruby and less than 200 lines of code.
This package provides a tool for writing manuals for Prawn and Prawn accessories
GemRelease is a gem plugin that aims at making gem development easier by automating repetitive work based on conventions, configuration, and templates.
This gem provides parser dictionary data for AnyStyle.
This gem makes mathematical operations more precise in Ruby and integrates other mathematical standard libraries. Prior to Ruby 2.5, mathn was part of the Ruby standard library.
Common protocol buffer types used by Google APIs
This package provides bindings for any kind of Ruby exceptions.
This library provides functionality for retrieving email via POP3, the Post Office Protocol version 3, as specified by RFC1939.
Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 spec.
The Libxml-Ruby project provides Ruby language bindings for the GNOME Libxml2 XML toolkit.
Liquid is a template language written in Ruby. It is used to load dynamic content on storefronts.
This library contains some useful functionality to support the development of Ruby gems.
shoulda is a meta-package combining shoulda-context and shoulda-matchers providing tools for writing tests.