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 color through ANSI escape codes to Bacon test output.
stackprof is a fast sampling profiler for Ruby code, with cpu, wallclock and object allocation samplers.
The Stud Ruby library adds a few things missing from the standard Ruby library such as:
Stud::TryRetry on failure, with back-off, where failure is any exception.
Stud::PoolGeneric resource pools.
Stud::TaskTasks (threads that can return values, exceptions, etc.)
Stud.intervalInterval execution (do X every N seconds).
Stud::BufferBatch and flush behavior.
BRASS (Bare-Metal Ruby Assertion System Standard) is a basic foundational assertions framework for other assertion and test frameworks to make use of.
fog is a Ruby cloud services library. This package provides shared classes and tests for fog providers and services.
CI::Reporter is an add-on to Ruby testing frameworks that allows you to generate XML reports of your test runs. The resulting files can be read by a continuous integration system that understands Ant's JUnit report format.
XPath is a Ruby domain-specific language (DSL) for generating XPath expressions.
This gem extends ruby-rdf with several common RDF vocabularies.
TZInfo is a Ruby library that provides daylight savings aware transformations between times in different time zones.
pkg-config can be used in your extconf.rb to properly detect need libraries for compiling Ruby native extensions.
Bump provides commands to manage Rubygem versioning, updating to the next patch version for example.
Solargraph provides a comprehensive suite of tools for Ruby programming: intellisense, diagnostics, inline documentation, and type checking.
websocket-driver provides a complete implementation of the WebSocket protocols that can be hooked up to any TCP library
This library provides a way to run code around tests in Minitest, written using either the unit test or spec style.
yaml-lint will simply try to load the YAML file with the built-in Ruby yaml library.
Ruby i18n is an internationalization and localization solution for Ruby programs. It features translation and localization, interpolation of values to translations, pluralization, customizable transliteration to ASCII, flexible defaults, bulk lookup, lambdas as translation data, custom key/scope separator, custom exception handlers, and an extensible architecture with a swappable backend.
Pleaserun is a tool to generate startup scripts and service definitions. It targets service managers such as systemd, Upstart, launchd, sysv init, and runit.
This package provides a tool for writing manuals for Prawn and Prawn accessories
queue_classic is a queuing library for Ruby applications (Rails, Sinatra, etc.) queue_classic features asynchronous job polling, database maintained locks and has a single dependency, pg.
CountDownLatch is a synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
This package implements a variant of Set whose elements are sorted in ascending order
This is an experimental gem that extracts low-level PDF functionality from Prawn.
SilentStream is an extraction of some parts of ActiveSupport's Kernel Reporting Core Extensions around silencing IO streams.
This RSpec plugin can be used to stub environment variables in a scoped context for testing.