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.
TestConstruct is a DSL for creating temporary files and directories during tests.
Timecop provides "time travel" and "time freezing" capabilities, making it easier to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
Liquid is a template language written in Ruby. It is used to load dynamic content on storefronts.
CZMQ Ruby bindings, based on the generated low-level FFI bindings of CZMQ. The focus of of CZTop is on being easy to use and providing first class support for security mechanisms.
Slop provides a Ruby domain specific language for gathering options and parsing command line flags.
This package provides a command line interface for running for Rack applications.
Provides empty Module#ruby2_keywords method, for the forward source-level compatibility against ruby2.7 and ruby3.
This Ruby library provides an abstract interface for network clients.
This package provides localhost, a Ruby library for Managing a local certificate authority for self-signed, localhost development servers.
Monetize provides a library for converting various objects into Money objects.
YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions.
Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses, it unifies the API for web servers, web frameworks, and software in between into a single method call.
WebMock allows stubbing HTTP requests and setting expectations on HTTP requests. This is useful when testing software.
This Ruby library provides an implementation of the Matrix and Vector classes. The Matrix class represents a mathematical matrix. It provides methods for creating matrices, operating on them arithmetically and algebraically, and determining their mathematical properties (trace, rank, inverse, determinant, eigensystem, etc.). The Vector class represents a mathematical vector, which is useful in its own right, and also constitutes a row or column of a Matrix.
This package provides unicode normalization form support for Ruby.
Pseudo `IO` class from and to `String`.
Benchmark-ips enhances the Ruby Benchmark module with the iterations per second count. For short snippets of code, it can automatically figure out how many times to run the code to get interesting data.
The thread_safe library provides thread-safe collections and utilities for Ruby.
Sentry provides a gem that provides a client interface for the Sentry error logger.
This package provides a drop-in replacement for the prettyprint gem, with more functionality.
Power-assert is an assertion library providing descriptive assertion messages for tests.
This package provides actionable code coverage reports for Ruby projects. It has very little overhead and can be easily integrated with development tools to catch coverage problems early.
Nokogiri (鋸) parses and searches XML/HTML, and features both CSS3 selector and XPath 1.0 support.
This library uses the output of the ps command to create a process tree data structure for the current host.