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.
This package is a Ruby parser library for Gemtext (hypertext format which is intended to serve as the native response format of the Gemini file transfer protocol) and produces a document object of various nodes.
This gem extends ruby-rdf with several common RDF vocabularies.
This package provides a Jekyll plugin to generate an Atom feed of your Jekyll posts.
This gem implements bcrypt_pbkdf, which is a variant of PBKDF2 (Password-Based Key Derivation Function 2) with bcrypt-based pseudorandom function. This is currently used by net-ssh to read password encrypted Ed25519 keys.
Psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.
Mocha is a mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes.
Quality Ensured Demonstrations (QED) is a test framework for Test Driven Development (TDD) and Behaviour Driven Development (BDD) utilizing Literate Programming techniques. QED sits somewhere between lower-level testing tools like Test::Unit and requirement specifications systems like Cucumber.
Mercenary is a lightweight and flexible library for writing command-line apps in Ruby.
This library provides a high-level API that wraps the ZeroMQ networking library using the Ruby foreign function interface (FFI). It is a pure Ruby wrapper, hence is compatible with any Ruby runtime that has support for FFI.
Diffy provides a convenient way to generate a diff from two strings or files.
Contest allows writing declarative Test::Unit tests using nested contexts without performance penalties.
This module allows Ruby programs to interface with the SQLite3 database engine.
Sentry-Core provides a gem that provides a client interface for the Sentry error logger.
XPath is a Ruby domain-specific language (DSL) for generating XPath expressions.
This package provides a set of parsers for Accept and Accept-Language HTTP headers.
This package is a wrapper around parallel_tests that runs every test in a fork to avoid pollution and get clean output per test.
Unicode::DisplayWidth is a Ruby library which can determine the display width of strings in Ruby.
Connection_pool provides a generic connection pooling interface for Ruby programs.
Pathutil tries to be a faster pure Ruby implementation of Pathname.
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.
This package provides a Ruby module that provides a two-phase lock with a counter.
This package provides Rake tasks to generate and check a manifest file.
Thor is a toolkit for building powerful command-line interfaces.
Given a string pattern, Mustermann will turn it into an object that behaves like a regular expression and has comparable performance characteristics.