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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Backports enables more compatibility across Ruby versions by providing backports of some features.
HashDiff is a Ruby library to compute the smallest difference between two hashes.
Standard is a port of StandardJS. Like StandardJS, it aims to save time in the following ways:
No configuration.
Automatically format code.
Catch style issues and programmer errors early.
This library makes it easier to discover the truth values of various Ruby objects.
Thor is a toolkit for building powerful command-line interfaces.
This Gem provides a common layer for serverspec and itamae.
Sawyer is an experimental hypermedia agent for Ruby built on top of Faraday.
This library provides contracts for Ruby. A contract describes the correct inputs and output for a method, and will raise an error if a incorrect value is found.
This package can be used to have the execution stopped for inspection in the Ruby debugger upon encountering a failure. To use it, set the RSPEC_DEBUG environment variable to true then invoke the rspec command as usual.
Org-ruby is an org-mode parser written in Ruby. The most significant thing this library does today is convert org-mode files to HTML or Textile or Markdown.
Timecop provides "time travel" and "time freezing" capabilities, making it easier to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
ruby_version provides a RubyVersion module to simplify checking for the right Ruby version in software.
This package provides a simple, fast MySQL library for Ruby, binding to libmysql.
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.
This package provides a set of parsers for Accept and Accept-Language HTTP headers.
Multicodecs is the ruby implementation of multiformats/multicodec, a canonical table of of codecs used by various multiformats.
Net::SCP is a pure-Ruby implementation of the SCP client protocol.
This package provides actionable code coverage reports for Ruby projects. It has very little overhead and can be easily integrated with development tools to catch coverage problems early.
Terminal Table is a fast and simple, yet feature rich table generator written in Ruby. It supports ASCII and Unicode formatted tables.
Slop provides a Ruby domain specific language for gathering options and parsing command line flags.
Pseudo `IO` class from and to `String`.
GLI allows you to create command-line applications in Ruby with Git-Like Interfaces: that is, they take subcommands in the style of git and gem. GLI uses a simple domain-specific language, but retains all the power of the built-in OptionParser.
This package provides a session management implementation for Rack.
IRB is an interactive Ruby command-line tool for REPL (Read Eval Print Loop).