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.
Mercenary is a lightweight and flexible library for writing command-line apps in Ruby.
Colorator is a Ruby gem that helps you colorize your text for the terminal.
Samovar is a modern framework for building command-line tools and applications. It provides a declarative class-based DSL for building command-line parsers that include automatic documentation generation. It helps you keep your functionality clean and isolated where possible.
Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality. The protocol is described in IMAP.
Antwrap is a Ruby module that wraps the Apache Ant build tool. Antwrap can be used to invoke Ant tasks from a Ruby or a JRuby script.
Saikuro is a Ruby cyclomatic complexity analyzer. When given Ruby source code Saikuro will generate a report listing the cyclomatic complexity of each method found. In addition, Saikuro counts the number of lines per method and can generate a listing of the number of tokens on each line of code.
The rubyzip module provides ways to read from and create zip files.
The sys-filesystem library provides a cross-platform interface for gathering file system information, such as disk space and mount points.
Erubi is a ERB template engine for Ruby. It is a simplified fork of Erubis
rainbow provides a string presenter object to colorize strings by wrapping them in ANSI escape codes.
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.
This package provides a plugin for the RuboCop code style enforcing & linting tool.
This package provides a RubyVersion class which offers a convenient Domain Specific Language (DSL) for checking for the right Ruby version.
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.
Formatador is a Ruby library to format text printed to the standard output stream.
This package provides a Ruby kernel for Jupyter/IPython frontends (e.g. notebook).
When this gem is required, it extends the Time class with with additional methods for parsing and converting Times.
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 gem provides a simple interface for classifying Ruby strings using the Unicode Script and Script_Extensions properties.
ProgressBar is a simple library for displaying progress bars. The maximum value is configurable, and additional information can be displayed like the percentage completion, estimated time remaining, elapsed time and rate.
Minitest-global_expectations allows continued use of expectation methods on all objects. Calling expectation methods on all objects was deprecated in minitest 5.12, and is planned to be removed from minitest 6.
Timeout provides a way to auto-terminate a potentially long-running operation if it hasn't finished in a fixed amount of time.
Net::SCP is a pure-Ruby implementation of the SCP client protocol.
Liquid is a template language written in Ruby. It is used to load dynamic content on storefronts.