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.
This gem extends ruby-rdf with several common RDF vocabularies.
This library contains some useful functionality to support the development of Ruby gems.
Nokogiri (鋸) parses and searches XML/HTML, and features both CSS3 selector and XPath 1.0 support.
minitest/reporters provides a custom Minitest runner to improve how the test state is reported. A number of different reporters are available, including a spec reporter, progress bar reporter, a HTML reporter.
Wayback Machine Downloader is a command line tool for downloading websites from the Internet Archive's Wayback Machine (archive.org). It allows fine grained control over what to download by specifying which snapshots to consider and what files to include.
This Ruby library provides an abstract interface for network clients.
This library provides TZInfo::Data, which contains data from the IANA Time Zone database packaged as Ruby modules for use with TZInfo.
This library implements HTTP's digest authentication scheme based on RFC 2617. This enables the use of the digest authentication scheme instead of the more insecure basic authentication scheme.
Saikuro is a Ruby cyclomatic complexity analyzer. When given Ruby source code Saikuro will generate a report listing the cyclomatic complexity of each method found. In addition, Saikuro counts the number of lines per method and can generate a listing of the number of tokens on each line of code.
Slop provides a Ruby domain specific language for gathering options and parsing command line flags.
UserAgent is a Ruby library that parses and compares HTTP User Agents.
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.
Guard is a command line tool to easily handle events on file system modifications. Guard automates various tasks by running custom rules whenever file or directories are modified.
When this gem is required, it extends the Time class with with additional methods for parsing and converting Times.
This library provides functions to calculate the differences between two tree-like structures. It is similar to Ruby's built-in TSort module.
This package provides a Ruby port of EventEmitter from Node.js.
Bake Test External adds a test:external action to the bake command to run the test suites of dependent projects to check for breakage.
This package provides an alternative implementation of the Ruby GetText library that is approximately 12x faster yet thread safe.
This package provides a simple WebSocket client for Ruby.
RGL is a framework for graph data structures and algorithms. The design of the library is much influenced by the Boost Graph Library (BGL) which is written in C++.
Shellany is a Ruby library providing functions to capture the output produced by running shell commands.
The FileUtils Ruby library includes Several file utility methods for copying, moving, removing, etc.
This package provides a simple block-driven assertion library for both testing and for production code that attempts to make test definitions more readable.
This package provides a subclass of Object that includes the Comparable module for handling dates.