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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
The sys-filesystem library provides a cross-platform interface for gathering file system information, such as disk space and mount points.
Net::SFTP is a pure Ruby implementation of the SFTP protocol (specifically, versions 1 through 6 of the SFTP protocol). Note that this is the “Secure File Transfer Protocol”, typically run over an SSH connection, and has nothing to do with the FTP protocol.
Aruba is an extension for Cucumber, RSpec and Minitest for testing command-line applications. It supports applications written in any language.
RJB is a bridge program that connects Ruby and Java via the Java Native Interface.
Shellany is a Ruby library providing functions to capture the output produced by running shell commands.
Mercenary is a lightweight and flexible library for writing command-line apps in Ruby.
This package implements a functionality of pretty-print JSON with more formatting options than the built-in JSON.pretty_generate, such as keeping arrays and objects on a single line when possible, aligning or sorting object keys, customizing numeric representation, and more.
Module Stream defines an interface for external iterators.
This package provides an automated way to track, and then re-run failed RSpec tests.
This package provides a command line interface for running for Rack applications.
skiptrace provides a way to access the bindings that relate to exceptions in Ruby, providing more information about the context in which the exception occurred.
This library can be used as a module for fog or as standalone libvirt provider. fog is a Ruby cloud services library.
This package provides a plugin for the RuboCop code style enforcing & linting tool.
Formatador is a Ruby library to format text printed to the standard output stream.
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 additional test assertions for Ruby standard libraries.
WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server.
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 package provides a pure Ruby library for event-driven IO.
bake-test automatically discovers how to run local test suites for Ruby projects. It supports rspec, sus, as well as rake.
This gem provides a DSL that makes it easy to write reports of various types in ruby. It eliminates the need to litter your source with puts statements, instead providing a more readable, expressive interface to your application.
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?.
Deep Merge is a set of utility functions for Hash. It permits you to merge elements inside a hash together recursively.
Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program.