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.
Net::SCP is a pure-Ruby implementation of the SCP client protocol.
Nokogiri (鋸) parses and searches XML/HTML, and features both CSS3 selector and XPath 1.0 support.
This library extends Warden to support OAuth 2.0 authorized API requests.
This package provides a Ruby module that provides a two-phase lock with a counter.
Minitest-global_expectations allows continued use of expectation methods on all objects. Calling expectation methods on all objects was deprecated in minitest 5.12, and is planned to be removed from minitest 6.
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2.
GRPC is a high performance, open-source universal RPC framework. This package provides a ruby interface for it.
This package provides a RuboCop plugin for Rake.
This package provides a Hoe plugin with various Markdown helpers, which can be used to e.g. hyperlink Markdown documentation between project files.
Power-assert is an assertion library providing descriptive assertion messages for tests.
WebMock allows stubbing HTTP requests and setting expectations on HTTP requests. This is useful when testing software.
This library provides a number of PDF::Reader based tools for use in testing PDF output. Presently, the primary purpose of this tool is to support the tests found in Prawn, a pure Ruby PDF generation library.
Lino provides an interface to run external commands. It provides an interface to add options as well as managing the standard input, output and error streams.
The minitest-proveit MiniTest extension ensures all tests to prove success (via at least one assertion) rather than rely on the absence of failure.
IRB is an interactive Ruby command-line tool for REPL (Read Eval Print Loop).
Rack::Mount supports Rack's X-Cascade convention to continue trying routes if the response returns pass. This allows multiple routes to be nested or stacked on top of each other.
The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe. It provides programmatic access to the contents of a PDF file with a high degree of flexibility.
TomParse is a TomDoc parser for Ruby. It takes a code comment as input and parses it into a convenient object-oriented structure in accordance with the TomDoc standard. See TomDoc for more information about the TomDoc format.
This package containse the XML parsing tools shared between a number of providers in the fog gem. fog is a Ruby cloud services library.
This library can read and update netrc files, preserving formatting including comments and whitespace.
childprocess provides a gem to control external programs running in the background, in Ruby.
This package provides a Ruby implementation of the Coveralls API.
Timeout provides a way to auto-terminate a potentially long-running operation if it hasn't finished in a fixed amount of time.
This gem provides tables support for Prawn.