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 common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
Discount is an implementation of John Gruber's Markdown markup language in C. It implements all of the language described in the markdown syntax document and passes the Markdown 1.0 test suite.
Aruba is an extension for Cucumber, RSpec and Minitest for testing command-line applications. It supports applications written in any language.
This package provides a gem to convert LaTeX input to Unicode. Its original use was as an input filter for BibTeX-Ruby, but it can be used independently to decode LaTeX. Many of the patterns used by this Ruby gem are based on François Charette's equivalent Perl module LaTeX::Decode.
ruby-hydra-minimal is a Ruby library for working with hyphenation patterns. It is a low-dependency variant of ruby-hydra.
This package provides additional test assertions for Ruby standard libraries.
IO.console adds console capabilities to Ruby IO instances.
The Polyglot library allows a Ruby module to register a loader for the file type associated with a filename extension, and it augments require to find and load matching files.
EmailReplyTrimmer is a Ruby small library to trim replies from plain text email.
Capybara is an integration testing tool for rack based web applications. It simulates how a user would interact with a website.
This package provides a lightweight mime type lookup toy.
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.
Slop provides a Ruby domain specific language for gathering options and parsing command line flags.
rainbow provides a string presenter object to colorize strings by wrapping them in ANSI escape codes.
The Hashery is a tight collection of Hash-like classes. Included are the auto-sorting Dictionary class, the efficient LRUHash, the flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass of the CRUDHash which defines a CRUD (Create, Read, Update and Delete) model on top of Ruby's standard Hash making it possible to subclass and augment to fit any specific use case.
This package provides a subclass of Object that includes the Comparable module for handling dates.
The sys-filesystem library provides a cross-platform interface for gathering file system information, such as disk space and mount points.
Packnga is a library to translate to many languages using YARD.
Haml is a layer on top of HTML or XML that is designed to express the structure of documents using indentation rather than closing tags. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine.
Knows about MRI, Rubinius, JRuby, MagLev and MacRuby.
This package provides a Jekyll plugin to generate an Atom feed of your Jekyll posts.
The httpclient ruby library provides functionality related to HTTP. Compared to the net/http library, httpclient also provides Cookie, multithreading and authentication (digest, NTLM) support.
Also provided is a httpclient command, which can perform HTTP requests either using arguments or with an interactive prompt.
This package provides a function to deep freeze Ruby objects.
The SafeYAML gem provides an alternative implementation of YAML.load suitable for accepting user input in Ruby applications.