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 gems add the --watch switch to the jekyll CLI interface. It allows Jekyll to rebuild your site when a file changes.
Provides empty Module#ruby2_keywords method, for the forward source-level compatibility against ruby2.7 and ruby3.
Capybara is an integration testing tool for rack based web applications. It simulates how a user would interact with a website.
Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program.
Coderay is a Ruby library that provides syntax highlighting for select languages.
Ethon is a very basic libcurl wrapper using ffi.
Net::SCP is a pure-Ruby implementation of the SCP client protocol.
The Listen gem listens to file modifications and notifies you about the changes.
This library allows rendering Scalable Vector Graphics (SVG) graphics directly into a Portable Document Format (PDF) document using the Prawn module.
This package can be used to have the execution stopped for inspection in the Ruby debugger upon encountering a failure. To use it, set the RSPEC_DEBUG environment variable to true then invoke the rspec command as usual.
IRB is an interactive Ruby command-line tool for REPL (Read Eval Print Loop).
BRASS (Bare-Metal Ruby Assertion System Standard) is a basic foundational assertions framework for other assertion and test frameworks to make use of.
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.
LazyObject is an object wrapper that forwards all calls to the reference object. This object is not created until the first method dispatch.
Minima is a one-size-fits-all Jekyll theme for writers. It's Jekyll's default (and first) theme. It's what you get when you run jekyll new.
cliver provides a way to detect missing command-line dependencies, including versions.
This module allows Ruby programs to interface with the SQLite3 database engine.
This package provides Ruby support for the HOCON configuration file format. It supports parsing and modifying HOCON and JSON files, and rendering parsed objects back to a String.
Pseudo `IO` class from and to `String`.
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
Terminal Table is a fast and simple, yet feature rich table generator written in Ruby. It supports ASCII and Unicode formatted tables.
Citrus is a parsing library for Ruby that combines the expressiveness of the language with the parsing expressions.
RJB is a bridge program that connects Ruby and Java via the Java Native Interface.
Gettext is a GNU gettext-like program for Ruby. The catalog file (po-file) used is the same as that used by GNU gettext, allowing you to use GNU gettext tools for maintenance.