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 an automated way to track, and then re-run failed RSpec tests.
Asciidoctor PDF is an extension for Asciidoctor that converts AsciiDoc documents to Portable Document Format (PDF) using the Prawn PDF library. It has features such as:
Direct AsciiDoc to PDF conversion
Configuration-driven theme (style and layout)
Scalable Vector Graphics (SVG) support
PDF document outline (i.e., bookmarks)
Table of contents page(s)
Document metadata (title, authors, subject, keywords, etc.)
Internal cross reference links
Syntax highlighting with Rouge, Pygments, or CodeRay
Page numbering
Customizable running content (header and footer)
“Keep together” blocks (i.e., page breaks avoided in certain block content)
Orphaned section titles avoided
Autofit verbatim blocks (as permitted by base_font_size_min setting)
Table border settings honored
Font-based icons
Custom TrueType (TTF) fonts
Double-sided printing mode (margins alternate on recto and verso pages)
Pathutil tries to be a faster pure Ruby implementation of Pathname.
This library allows rendering Scalable Vector Graphics (SVG) graphics directly into a Portable Document Format (PDF) document using the Prawn module.
Dhall.rb is a Ruby implementation of the Dhall configuration language. Dhall is a memory safe and non-Turing-complete configuration language.
This gem is a port of the rails 'rake stats' method so it can be made more robust and work for non rails projects.
Exception2MessageMapper (e2mmap) is a helper module for easily defining exceptions with predefined messages.
RSpec::Wait strives to make it easier to test asynchronous or slow interactions.
Ethon is a very basic libcurl wrapper using ffi.
Pygmentize provides a simple way to call pygmentize from within a Ruby application.
ruby-unf is a wrapper library to bring Unicode Normalization Form support to both Ruby and JRuby. It uses unf_ext on CRuby and java.text.Normalizer on JRuby.
This package provides a fake file system for use in test suites. It avoids the need for manually creating temporary directories, or dealing with platform intricacies in File and FileUtils.
This library provides Ruby qFFI bindings to the libsass library. This enables rendering SASS from Ruby code.
This package provides a native extension that can increase performance by about 25% compared to the pure Ruby WebSocket implementation.
This module allows Ruby programs to interface with the SQLite3 database engine.
HTMLProofer is a set of tests to validate your HTML output. These tests check if your image references are legitimate, if they have alt tags, if your internal links are working, and so on. It's intended to be an all-in-one checker for your output.
BlankSlate provides an abstract base class with no predefined methods (except for __send__ and __id__). BlankSlate is useful as a base class when writing classes that depend upon method_missing (e.g. dynamic proxies).
This package implements a functionality of pretty-print JSON with more formatting options than the built-in JSON.pretty_generate, such as keeping arrays and objects on a single line when possible, aligning or sorting object keys, customizing numeric representation, and more.
Bandwidth IRIS is a Ruby SDK for Bandwidth Phone Number Dashboard. It is a Ruby Client library for IRIS / BBS API.
Blather is a XMPP DSL for Ruby written on top of EventMachine and Nokogiri.
Sanitize is a whitelist-based HTML and CSS sanitizer. Given a list of acceptable elements, attributes, and CSS properties, Sanitize will remove all unacceptable HTML and/or CSS from a string.
This package provides the Minitest::Retry class, which extends Minitest to allow retrying tests when they fail.
This package provides additional test assertions for Ruby standard libraries.
This library can be used as a module for fog or as standalone libvirt provider. fog is a Ruby cloud services library.