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.
Citrus is a parsing library for Ruby that combines the expressiveness of the language with the parsing expressions.
This module allows Ruby programs to interface with the SQLite3 database engine.
Psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.
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.
Formatador is a Ruby library to format text printed to the standard output stream.
websocket-extensions provides a container for registering extension plugins.
Sentry-Core provides a gem that provides a client interface for the Sentry error logger.
Method_source retrieves the source code for Ruby methods. Additionally, it can extract source code from Proc and Lambda objects or just extract comments.
Hashie is a collection of classes and mixins that make Ruby hashes more powerful.
The sys-uname library provides an interface for gathering information about your current platform. It allows retrieving information such as the OS name, OS version, system name, etc.
This gem is a Faraday adapter for the Net::HTTP library. Faraday is an HTTP client library that provides a common interface over many adapters.
The ruby_parser (RP) package provides a Ruby parser written in pure Ruby. It outputs S-expressions which can be manipulated and converted back to Ruby via the ruby2ruby library.
This package provides a WebSocket base for a Ruby client and server.
CZMQ Ruby bindings, based on the generated low-level FFI bindings of CZMQ. The focus of of CZTop is on being easy to use and providing first class support for security mechanisms.
WWTD is a Travis Simulator that lets you run test matrices defined in .travis.yml on your local machine, using rvm, rbenv, or chruby to test different versions of Ruby.
Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program.
This package provides a Ruby interface for secure random number generators.
The SnakyHash Ruby library provides classes for normalizing hash keys and look-ups, and a pseudo-object interface.
Minitest-sprint is a test runner for minitest that makes it easier to re-run individual failing tests.
Capybara is an integration testing tool for rack based web applications. It simulates how a user would interact with a website.
This package provides a drop-in replacement for the prettyprint gem, with more functionality.
This package is a wrapper around parallel_tests that runs every test in a fork to avoid pollution and get clean output per test.
This Ruby library provides an experimental logging system that tries to make logging more flexible and more consumable than plain-text logging.
LazyObject is an object wrapper that forwards all calls to the reference object. This object is not created until the first method dispatch.