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.
This package provides a Hoe plugin with various Markdown helpers, which can be used to e.g. hyperlink Markdown documentation between project files.
This package provides a drop-in replacement for the prettyprint gem, with more functionality.
This package provides the Minitest::Retry class, which extends Minitest to allow retrying tests when they fail.
domain_name is a Domain name manipulation library. It parses a domain name ready for extracting the registered domain and TLD (Top Level Domain). It can also be used for cookie domain validation based on the Public Suffix List.
This gem extends ruby-rdf with several common RDF vocabularies.
Ruby i18n is an internationalization and localization solution for Ruby programs. It features translation and localization, interpolation of values to translations, pluralization, customizable transliteration to ASCII, flexible defaults, bulk lookup, lambdas as translation data, custom key/scope separator, custom exception handlers, and an extensible architecture with a swappable backend.
HighLine provides a high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a menu system for providing multiple options to the user.
This package provides a Mocha adapter for Bacon, allowing you to use the Mocha stubbing and mocking library with Bacon, a small RSpec clone.
This package provides a Ruby interface for secure random number generators.
The FileUtils Ruby library includes Several file utility methods for copying, moving, removing, etc.
rest-client provides a simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.
Prawn is a pure Ruby PDF generation library.
Warden is a Rack-based middleware that provides a mechanism for authentication in Ruby web applications.
This Ruby library provides an abstract interface for network clients.
Text::Hyphen is a Ruby library to hyphenate words in various languages using Ruby-fied versions of TeX hyphenation patterns. It will properly hyphenate various words according to the rules of the language the word is written in. The algorithm is based on that of the TeX typesetting system by Donald E. Knuth.
The concurrent-ruby-edge gem includes concurrent-ruby features that are under active development and may change frequently. They are expected not to keep backward compatibility (there may also lack tests and documentation), although semantic versions are obeyed though. Features developed in concurrent-ruby-edge are expected to move to concurrent-ruby when final.
RubyRC4 is a pure Ruby implementation of the RC4 algorithm.
Braintree provides resources and tools for developers to integrate Braintree's global payments platform.
Blather is a XMPP DSL for Ruby written on top of EventMachine and Nokogiri.
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 performant priority queue in pure ruby with support for changing priority using pairing heap data structure
Common protocol buffer types used by Google APIs
Contest allows writing declarative Test::Unit tests using nested contexts without performance penalties.
Benchmark-ips enhances the Ruby Benchmark module with the iterations per second count. For short snippets of code, it can automatically figure out how many times to run the code to get interesting data.