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.
Cucumber tag expression parser for Ruby. A tag expression is an infix boolean expression used by Cucumber.
RSpec is a behavior-driven development (BDD) framework for Ruby. This meta-package includes the RSpec test runner, along with the expectations and mocks frameworks.
Support utilities for RSpec gems.
This module provides a String#unindent Ruby method to unindent strings, which can be useful to unindent multiline strings embedded in already-indented code.
Hoe is a rake/rubygems helper for project Rakefiles. It helps manage, maintain, and release projects and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all the usual project tasks including rdoc generation, testing, packaging, deployment, and announcement.
minitest-focus gives the ability focus on a few tests with ease without having to use command-line arguments. It introduces a focus class method for use in testing classes, specifying that the next defined test is to be run.
Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities to create a simple HTML diff output format and a standard diff-like tool.
The coderake-compiler-dock gem provides a cross compiler environment for building gems on a variety of platforms (GNU/Linux, JRuby, Windows and Mac).
This is a Ruby utility library for Cucumber that detects a CI environment from environment variables.
rubocop is a Ruby code style checking tool. It aims to enforce the community-driven Ruby Style Guide.
Minitest provides a complete suite of Ruby testing facilities supporting TDD, BDD, mocking, and benchmarking.
Rake-compiler provides a framework for building and packaging native C and Java extensions in Ruby.
Rspec-core provides the RSpec test runner and example groups.
Minitest-hooks adds around, before_all, after_all, around_all hooks for Minitest. This allows, for instance, running each suite of specs inside a database transaction, running each spec inside its own savepoint inside that transaction. This can significantly speed up testing for specs that share expensive database setup code.
Sequel provides thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas. It includes a comprehensive ORM layer for mapping records to Ruby objects and handling associated records.
MiniTest Moar add some additional features and changes some default behaviours in MiniTest. For instance, Moar replaces the MiniTest Object#stub with a global stub method.
Docile is a Ruby library that provides an interface for creating embedded domain specific languages (EDSLs) that manipulate existing Ruby classes.
This library provides a number of PDF::Reader based tools for use in testing PDF output. Presently, the primary purpose of this tool is to support the tests found in Prawn, a pure Ruby PDF generation library.
This package provides a Ruby library to perform different operations with permutations of sequences, such as strings and arrays.
The SnakyHash Ruby library provides classes for normalizing hash keys and look-ups, and a pseudo-object interface.
This package provides Rake tasks to generate and check a manifest file.
This package provides a collection of RuboCop cops to check for performance optimizations in Ruby code.
TestConstruct is a DSL for creating temporary files and directories during tests.
This is a parser for kramdown that converts Markdown documents in the GFM dialect to HTML.