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.
Connection_pool provides a generic connection pooling interface for Ruby programs.
This extends the bacon testing framework with useful extensions to disable tests, have before and after blocks that run once and more.
Rubygems-task provides Rake tasks for managing and releasing Ruby Gems.
Prawn::Icon provides various icon fonts including FontAwesome, PaymentFont and Foundation Icons for use with the Prawn PDF toolkit.
Bio-commandeer provides an opinionated method of running shell commands from within Ruby. The advantage of bio-commandeer over other methods of running external commands is that when something goes wrong, messages printed to the STDOUT and STDERR streams are reported, giving extra detail to ease debugging.
This package is a Standard Ruby Plugin providing configuration for rubocop-performance.
Clamp provides an object-model for command-line utilities. It handles parsing of command-line options, and generation of usage help.
Net::HTTP::Persistent manages persistent HTTP connections using Net::HTTP, supporting reconnection and retry according to RFC 2616.
This library provides functionality to send Internet mail via SMTP, the Simple Mail Transfer Protocol. The SMTP protocol specification is known as RFC2821.
This package provides a fast and scalable test runner for Ruby.
This Ruby gem extends Faraday to perform multipart-post requests.
This package provides a plugin specification for Ruby linter and formatter rulesets.
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 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.
This package provides a Ruby library to handle the WebSocket protocol.
TestConstruct is a DSL for creating temporary files and directories during tests.
Middleware is a generalized implementation of a middleware abstraction for Ruby.
Em-websocket is an EventMachine based WebSocket server implementation.
This library allows reading and writing RPM packages. It is used by the fpm tool. It is written in pure Ruby because librpm is not available on all systems and requires many dependencies.
RedCloth is a Ruby parser for the Textile markup language.
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.
BibTeX-Ruby is the Rubyist's Swiss Army knife for all things BibTeX. It includes a parser for all common BibTeX objects and a sophisticated name parser that tokenizes correctly formatted names. BibTeX-Ruby recognizes BibTeX string replacements, joins values containing multiple strings or variables, supports cross-references, and decodes common LaTeX formatting instructions to unicode. If you are in a hurry, it also allows for easy export/conversion to formats such as YAML, JSON, CSL, and XML (BibTeXML).
GRPC is a high performance, open-source universal RPC framework. This package provides a ruby interface for it.
This gem provides a plugin for the Ruby REPL to enable opening the current line in an external editor.