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.
Minitest bonus assertions provides extra MiniTest assertions. For instance, it provides assert_true, assert_false and assert_set_equal.
Rspec-core provides the RSpec test runner and example groups.
This package provides the default HTML formatter for the SimpleCov code coverage tool for Ruby version 1.9 and above.
This is a Ruby utility library for Cucumber that detects a CI environment from environment variables.
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.
Rspec-core provides the RSpec test runner and example groups.
Rake is a Make-like program where tasks and dependencies are specified in standard Ruby syntax.
mime-types-data provides a registry for information about Multipurpose Internet Mail Extensions (MIME) media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions.
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.
SimpleCov is a code coverage framework for Ruby with a powerful configuration library and automatic merging of coverage across test suites.
The mime-types library provides a library and registry for information about Multipurpose Internet Mail Extensions (MIME) content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions.
Fivemat is a MiniTest/RSpec/Cucumber formatter that gives each test file its own line of dots during testing. It aims to provide test output that is neither too verbose nor too minimal.
Cucumber tag expression parser for Ruby. A tag expression is an infix boolean expression used by Cucumber.
Mini-portile is a port/recipe system for Ruby developers. It provides a standard way to compile against specific versions of libraries to reproduce user environments.
Cucumber HTML Formatter produces a HTML report for Cucumber runs. It is built on top of cucumber-react and works with any Cucumber implementation with a protocol buffer formatter that outputs Cucumber messages.
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.
Gherkin-ruby is a Gherkin parser written in pure Ruby and less than 200 lines of code.
Lemon is a unit testing framework that enforces highly formal case-to-class and unit-to-method test construction. This enforcement can help focus concern on individual units of behavior.
shoulda-context is the context framework extracted from Shoulda. Instead of writing Ruby methods with lots_of_underscores, shoulda-context adds context, setup, and should blocks combine to produce natural test method names.
GRPC is a high performance, open-source universal RPC framework. This package provides a ruby interface for it.
HTMLProofer is a set of tests to validate your HTML output. These tests check if your image references are legitimate, if they have alt tags, if your internal links are working, and so on. It's intended to be an all-in-one checker for your output.
This module allows Ruby programs to interface with the SQLite3 database engine.
XPath is a Ruby domain-specific language (DSL) for generating XPath expressions.