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 Jekyll plugin to generate an Atom feed of your Jekyll posts.
Given a string pattern, Mustermann will turn it into an object that behaves like a regular expression and has comparable performance characteristics.
Net::SCP is a pure-Ruby implementation of the SCP client protocol.
This package provides a set of parsers for Accept and Accept-Language HTTP headers.
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. This is an older version of VCR that is free software under the Expat license. The project later switched to the Hippocratic license, which is non-free. Do not use it in new free software projects.
Mustache is a framework-agnostic way to render logic-free views. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template.
Reline is a pure Ruby alternative GNU Readline or Editline implementation.
Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program.
Mercenary is a lightweight and flexible library for writing command-line apps in Ruby.
Spy is a mocking library. By default, it will raise an error if you attempt to stub a method that doesn't exist or call the stubbed method with the wrong arity.
This package is a wrapper around parallel_tests that runs every test in a fork to avoid pollution and get clean output per test.
This package provides a RuboCop plugin for Rake.
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.
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.
Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort.
OpenURI with transparent disk caching, which is useful to avoid making excessive queries, for example when scraping web pages.
This package provides a Language Server Protocol (LSP) development kit for Ruby.
Sentry provides a gem that provides a client interface for the Sentry error logger.
Bake is a task execution tool, inspired by Rake, but codifying many of the use cases which are typically implemented in an ad-hoc manner.
Colorator is a Ruby gem that helps you colorize your text for the terminal.
This package provides a fake file system for use in test suites. It avoids the need for manually creating temporary directories, or dealing with platform intricacies in File and FileUtils.
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.
stackprof is a fast sampling profiler for Ruby code, with cpu, wallclock and object allocation samplers.