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 provides a fake file system for use in test suites. It avoids the need for manually creating temporary directories, or dealing with platform intricacies in File and FileUtils.
Temple is an abstraction and framework for compiling templates to pure Ruby.
This library can be used as a module for fog or as standalone libvirt provider. fog is a Ruby cloud services library.
Colorator is a Ruby gem that helps you colorize your text for the terminal.
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.
Shoulda Matchers provides RSpec- and Minitest-compatible one-liners that test common Rails functionality. These tests would otherwise be much longer, more complex, and error-prone.
Wayback Machine Downloader is a command line tool for downloading websites from the Internet Archive's Wayback Machine (archive.org). It allows fine grained control over what to download by specifying which snapshots to consider and what files to include.
This package provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are supported.
This library provides the functionality to create, modify, and delete boxes, versions, and providers on HashiCorp's Vagrant Cloud.
The sexp_processor package is derived from ParseTree, but contrary to ParseTree, it includes all the generic S-exp processing tools. Amongst the included tools are Sexp, SexpProcessor and Environment
This package can be used to have the execution stopped for inspection in the Ruby debugger upon encountering a failure. To use it, set the RSPEC_DEBUG environment variable to true then invoke the rspec command as usual.
Introspection provides tools to inspect the hierarchy of method definitions on a Ruby object.
HashDiff is a Ruby library to compute the smallest difference between two hashes.
Backports enables more compatibility across Ruby versions by providing backports of some features.
nio provides cross-platform asynchronous I/O primitives in Ruby for scalable network clients and servers.
Hoe is a rake/rubygems helper for project Rakefiles. It helps manage, maintain, and release projects and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all the usual project tasks including rdoc generation, testing, packaging, deployment, and announcement.
This package provides a Ruby parser written in pure Ruby.
The thread_safe library provides thread-safe collections and utilities for Ruby.
This package provides an automated way to track, and then re-run failed RSpec tests.
This package provides a pure Ruby implementation of the RFC 7519 OAuth JWT standard.
This package provides a subclass of Object that includes the Comparable module for handling dates.
This gem is a Faraday adapter for the Net::HTTP library. Faraday is an HTTP client library that provides a common interface over many adapters.
This library makes it easier to discover the truth values of various Ruby objects.
shoulda-context is the context framework extracted from Shoulda. Instead of writing Ruby methods with lots_of_underscores, shoulda-context adds context, setup, and should blocks combine to produce natural test method names.