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.
ast is a Ruby library for working with Abstract Syntax Trees. It does this through immutable data structures.
Pseudo `IO` class from and to `String`.
Sorbet's runtime type checking component. Sorbet is a powerful type checker for Ruby.
This pure ruby library provides spawn() which is almost perfectly compatible with ruby 1.9's.
WebMock allows stubbing HTTP requests and setting expectations on HTTP requests. This is useful when testing software.
Given is an RSpec extension that allows the use of Given/When/Then terminology when defining specifications, in a way similar to the Cucumber Gherkin language.
Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 spec.
This library provides functionality for retrieving email via POP3, the Post Office Protocol version 3, as specified by RFC1939.
This package provides a RuboCop plugin that can be used for code style checking of Capybara test files (RSpec, Cucumber, Minitest).
This package provides a plugin for the RuboCop code style enforcing & linting tool.
MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail.
This package provides a WebSocket server for Ruby.
Skinny is a simple, upgradable WebSockets for Ruby, using the Thin library.
CBOR is a library for the CBOR format, based on Sadayuki Furuhashi's MessagePack library.
This package containse the JSON parsing tools shared between a number of providers in the fog gem. fog is a Ruby cloud services library.
Pry is an IRB alternative and runtime developer console for Ruby. It features syntax highlighting, a plugin architecture, runtime invocation, and source and documentation browsing.
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.
Prawn-dev contains tools to aid the development of the various Prawn projects.
The Libxml-Ruby project provides Ruby language bindings for the GNOME Libxml2 XML toolkit.
This package provides a function to deep freeze Ruby objects.
Mail is an internet library for Ruby that is designed to handle email generation, parsing and sending. The purpose of this library is to provide a single point of access to handle all email functions, including sending and receiving emails. All network type actions are done through proxy methods to Net::SMTP, Net::POP3 etc.
Mail has been designed with a very simple object oriented system that really opens up the email messages you are parsing, if you know what you are doing, you can fiddle with every last bit of your email directly.
Faraday_Middleware is a collection of middleware for the Faraday-based API wrappers.
This package provides a class to deal with collections of unordered, unique values
skiptrace provides a way to access the bindings that relate to exceptions in Ruby, providing more information about the context in which the exception occurred.