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.
Selenium implements the W3C WebDriver protocol to automate popular browsers. It aims to mimic the behaviour of a real user as it interacts with the application's HTML. It's primarily intended for web application testing, but any web-based task can be automated. This package provides the Ruby bindings of Selenium.
XPath is a Ruby domain-specific language (DSL) for generating XPath expressions.
This package provides a Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site.
VersionGem aims to provide introspection of a Version module based on a Version::VERSION constant string wile not interfering with gemspec parsing where the VERSION string is traditionally used.
This class implements the File Transfer Protocol. If you have used a command-line FTP program, and are familiar with the commands, you will be able to use this class easily. Some extra features are included to take advantage of Ruby's style and strengths.
This package is a Standard Ruby Plugin providing configuration for rubocop-performance.
IRB is an interactive Ruby command-line tool for REPL (Read Eval Print Loop).
The cane gem provides a great framework for running quality checks over your ruby project as part of continuous integration build. It comes with a few checks out of the box, but also provides an API for loading custom checks. This gem provides a set of additional checks.
This small library lets you see which property values are supported by the regular expression engine of the Ruby version you are running and can directly read out their code point ranges. In other words, it determines all supported values for \pvalue expressions and what they match.
This gem provides a plugin for the Ruby REPL to enable opening the current line in an external editor.
This package provides a parser for Ruby source code, written in C.
This library makes it easier to discover the truth values of various Ruby objects.
The sys-filesystem library provides a cross-platform interface for gathering file system information, such as disk space and mount points.
Covered uses modern Ruby features to generate comprehensive coverage, including support for templates which are compiled into Ruby. It has the following features:
Incremental coverage -- if you run your full test suite, and the run a subset, it will still report the correct coverage - so you can incrementally work on improving coverage.
Integration with RSpec, Minitest, Travis & Coveralls - no need to configure anything - out of the box support for these platforms.
It supports coverage of views -- templates compiled to Ruby code can be tracked for coverage reporting.
This package provides a drop-in replacement for the prettyprint gem, with more functionality.
This package provides a generalized Rack framework for multiple-provider authentication.
Open4 is a Ruby library to run child processes and manage their input and output.
Braintree provides resources and tools for developers to integrate Braintree's global payments platform.
TZInfo is a Ruby library that provides daylight savings aware transformations between times in different time zones.
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.
Dotenv is a Ruby library for setting environment variables defined in a .env file.
This RSpec plugin can be used to stub environment variables in a scoped context for testing.
This package provides a Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec.
Knows about MRI, Rubinius, JRuby, MagLev and MacRuby.