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 package adds step-by-step debugging and stack navigation capabilities to pry, using byebug.
This library provides a way to run code around tests in Minitest, written using either the unit test or spec style.
This library provides a simple API for XML processing in Ruby.
This Gem provides a common layer for serverspec and itamae.
Archive::Tar::Minitar is a pure-Ruby library and command-line utility that provides the ability to deal with POSIX tar archive files.
Bacon is a small RSpec clone providing all essential features.
This package is probably useless outside of internal HashiCorp use. It is open source for disclosure and because HashiCorp's open source projects must be able to link to it.
Power-assert is an assertion library providing descriptive assertion messages for tests.
Sentry-Core provides a gem that provides a client interface for the Sentry error logger.
Prawn-dev contains tools to aid the development of the various Prawn projects.
This package implements a variant of Set whose elements are sorted in ascending order
This package provides a collection of RuboCop cops to check for performance optimizations in Ruby code.
Exception2MessageMapper (e2mmap) is a helper module for easily defining exceptions with predefined messages.
Net::HTTP::Persistent manages persistent HTTP connections using Net::HTTP, supporting reconnection and retry according to RFC 2616.
This package extends the String class and adds a ColorizedString with methods to set text color, background color, and text effects.
This gem provides a simple interface for classifying Ruby strings using the Unicode Script and Script_Extensions properties.
Loofah is a general library for manipulating and transforming HTML/XML documents and fragments. It's built on top of Nokogiri and libxml2.
Monetize provides a library for converting various objects into Money objects.
Maxitest is a wrapper around Minitest with extra functionality such as timeouts, an mtest executable that can run tests by line number, support for interrupted tests, better backtraces, and more.
HighLine provides a high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a menu system for providing multiple options to the user.
Text::Hyphen is a Ruby library to hyphenate words in various languages using Ruby-fied versions of TeX hyphenation patterns. It will properly hyphenate various words according to the rules of the language the word is written in. The algorithm is based on that of the TeX typesetting system by Donald E. Knuth.
This extends the bacon testing framework with useful extensions to disable tests, have before and after blocks that run once and more.
EDTF-Ruby provides a parser and an API for the EDTF standard, implemented as an extension to Ruby's Date class.
Rouge is a code highlighter written in Ruby. It supports more than 100 languages and outputs HTML or ANSI 256-color text. Its HTML output is compatible with stylesheets designed for pygments.