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 allows loading, parsing and cascading Cascading Style Sheets (CSS) rule sets in Ruby.
Guard is a command line tool to easily handle events on file system modifications. Guard automates various tasks by running custom rules whenever file or directories are modified.
This package extends the String class and adds a ColorizedString with methods to set text color, background color, and text effects.
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.
Knows about MRI, Rubinius, JRuby, MagLev and MacRuby.
TomParse is a TomDoc parser for Ruby. It takes a code comment as input and parses it into a convenient object-oriented structure in accordance with the TomDoc standard. See TomDoc for more information about the TomDoc format.
This package provides Rake tasks to generate and check a manifest file.
Base32 is a library which provides base32 decoding and encoding.
This module adds support for the TomDoc documentation format to YARD, a documentation generation tool for Ruby.
rubocop is a Ruby code style checking tool. It aims to enforce the community-driven Ruby Style Guide.
This package provides a plugin for the RuboCop code style enforcing & linting tool for factory_bot files.
This package provides a Ruby library to perform different operations with permutations of sequences, such as strings and arrays.
rainbow provides a string presenter object to colorize strings by wrapping them in ANSI escape codes.
RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line.
This gem provides tables support for Prawn.
This package provides a Ruby binding to the Ed25519 elliptic curve public-key signature system described in RFC 8032.
This package provides a SimpleCov formatter to generate a lcov-style coverage report.
Warden is a Rack-based middleware that provides a mechanism for authentication in Ruby web applications.
Org-ruby is an org-mode parser written in Ruby. The most significant thing this library does today is convert org-mode files to HTML or Textile or Markdown.
The mapping gem maps model objects based on their class to a given output model. It is useful for versioning external interfaces (e.g. JSON APIs) or processing structured data from one format to another.
The rubyzip module provides ways to read from and create zip files.
This package provides a command line interface for running for Rack applications.
RubyRC4 is a pure Ruby implementation of the RC4 algorithm.
Rubytest is a testing meta-framework for Ruby. It can handle any compliant test framework and can run tests from multiple frameworks in a single pass.