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.
Diffy provides a convenient way to generate a diff from two strings or files.
Ethon is a very basic libcurl wrapper using ffi.
When mutex_m is required, any object that extends or includes Mutex_m will be treated like a Mutex.
Net::SCP is a pure-Ruby implementation of the SCP client protocol.
shoulda-context is the context framework extracted from Shoulda. Instead of writing Ruby methods with lots_of_underscores, shoulda-context adds context, setup, and should blocks combine to produce natural test method names.
This package provides a performant priority queue in pure ruby with support for changing priority using pairing heap data structure
This gem provides a plugin for the Ruby REPL to enable opening the current line in an external editor.
Cutest runs tests in separate processes to avoid shared state.
The test-queue module is a parallel test runner, built using a centralized queue to ensure optimal distribution of tests between workers. It is specifically optimized for Continuous Integration (CI) environments: build statistics from each run are stored locally and used to sort the queue at the beginning of the next run.
This package provides a Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec.
SDoc is an RDoc documentation generator to build searchable HTML documentation for Ruby code.
Bake is a task execution tool, inspired by Rake, but codifying many of the use cases which are typically implemented in an ad-hoc manner.
Daemons provides a way to wrap existing Ruby scripts to be run as a daemon and to be controlled by simple start/stop/restart commands.
Creole is a lightweight markup language and this library for converting creole to HTML.
Minitest-bacon extends minitest with bacon-like functionality, making it easier to migrate test suites from bacon to minitest.
Spectroscope is a Behavior-Driven Development (BDD) framework built on RubyTest, designed to emulate RSpec in most respects. It is assertion framework independent so any number of assertion systems can be used, such as Assay or AE.
The Libxml-Ruby project provides Ruby language bindings for the GNOME Libxml2 XML toolkit.
ruby-hydra is a Ruby library for working with hyphenation patterns.
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 package provides support for encoding and decoding binary data using a Base64 representation.
This package provides bindings for any kind of Ruby exceptions.
This library provides methods to read Adobe Font Metrics (afm) files and use the data therein.
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.
Hoe is a rake/rubygems helper for project Rakefiles. It helps manage, maintain, and release projects and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all the usual project tasks including rdoc generation, testing, packaging, deployment, and announcement.