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.
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.
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.
Rake-compiler provides a framework for building and packaging native C and Java extensions in Ruby.
This package provides a JSON formatter for SimpleCov, the Ruby code coverage tool.
Given_core is the basic functionality behind rspec-given and minitest-given, extensions that allow the use of Given/When/Then terminology when defining specifications.
Cucumber is a tool for running automated tests written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, you can use them to help improve communication, collaboration and trust on your team.
Rspec-expectations provides a simple API to express expected outcomes of a code example.
SimpleCov is a code coverage framework for Ruby with a powerful configuration library and automatic merging of coverage across test suites.
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.
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.
This package provides the default HTML formatter for the SimpleCov code coverage tool for Ruby version 1.9 and above.
Asciidoctor is a text processor and publishing toolchain for converting AsciiDoc content to HTML5, DocBook 5, PDF, and other formats.
Rspec-mocks provides RSpec's "test double" framework, with support for stubbing and mocking.
Gherkin is a parser and compiler for the Gherkin language. It is intended be used by all Cucumber implementations to parse .feature files.
multi_test provides a uniform interface onto whatever testing libraries that have been loaded into a running Ruby process to help control rogue test/unit/autorun requires.
Cucumber Messages for Ruby is a library which allows serialization and deserialization of the protocol buffer messages used in Cucumber.
This is a Ruby utility library for Cucumber that detects a CI environment from environment variables.
The coderake-compiler-dock gem provides a cross compiler environment for building gems on a variety of platforms (GNU/Linux, JRuby, Windows and Mac).
Rspec-core provides the RSpec test runner and example groups.
This Ruby library provides a JSON implementation written as a native C extension.
Minitest provides a complete suite of Ruby testing facilities supporting TDD, BDD, mocking, and benchmarking.
rubocop is a Ruby code style checking tool. It aims to enforce the community-driven Ruby Style Guide.
Sorcerer generates Ruby code from a Ripper-like abstract syntax tree (i.e. S-Expressions). Sorcerer is targeted mainly at small snippets of Ruby code, expressible in a single line. Longer examples may be re-sourced, but they will be rendered in a single-line format.
Builder provides a number of builder objects that make it easy to create structured data. Currently the following builder objects are supported: XML Markup and XML Events.