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 set of parsers for Accept and Accept-Language HTTP headers.
This library provides functions to calculate the differences between two tree-like structures. It is similar to Ruby's built-in TSort module.
Excon was designed to be simple, fast and performant. It works great as a general HTTP(s) client and is particularly well suited to usage in API clients.
This package adds step-by-step debugging and stack navigation capabilities to pry, using byebug.
Rack::Cache is suitable as a drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information.
Rubocop::AST extends ruby-parser with classes used by RuboCop to deal with Ruby's Abstract Syntax Tree (AST), in particular:
RuboCop::AST::NodeRuboCop::AST::NodePattern
This package implements a variant of Set whose elements are sorted in ascending order
This package provides an alternative implementation of the Ruby GetText library that is approximately 12x faster yet thread safe.
The httpclient ruby library provides functionality related to HTTP. Compared to the net/http library, httpclient also provides Cookie, multithreading and authentication (digest, NTLM) support.
Also provided is a httpclient command, which can perform HTTP requests either using arguments or with an interactive prompt.
WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server.
This library can be used as a module for fog or as standalone libvirt provider. fog is a Ruby cloud services library.
This gem extends ruby-rdf with several common RDF vocabularies.
This package provides telnet client functionality.
This library provides Ruby with an interface for validating JSON objects against a JSON schema conforming to JSON Schema Draft 4. Legacy support for JSON Schema Draft 3, JSON Schema Draft 2, and JSON Schema Draft 1 is also included.
VersionGem aims to provide introspection of a Version module based on a Version::VERSION constant string wile not interfering with gemspec parsing where the VERSION string is traditionally used.
This package provides the Minitest::Retry class, which extends Minitest to allow retrying tests when they fail.
This package provides a simple WebSocket client for Ruby.
This gem is a library that provides trigonometric and transcendental functions for complex numbers. The functions in this module accept integers, floating-point numbers or complex numbers as arguments.
This package provides a class-level mixin to make managing fiber-local state easy. It provides easy access to a fiber-local state from a fiber, and defaults to a shared thread-local state.
This package provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are supported.
cliver provides a way to detect missing command-line dependencies, including versions.
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 plugin specification for Ruby linter and formatter rulesets.
This library provides Ruby qFFI bindings to the libsass library. This enables rendering SASS from Ruby code.