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.
MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. Unlike JSON, it is very fast and small.
WebMock allows stubbing HTTP requests and setting expectations on HTTP requests. This is useful when testing software.
This package provides a Ruby implementation of the Coveralls API.
Mail is an internet library for Ruby that is designed to handle email generation, parsing and sending. The purpose of this library is to provide a single point of access to handle all email functions, including sending and receiving emails. All network type actions are done through proxy methods to Net::SMTP, Net::POP3 etc.
Mail has been designed with a very simple object oriented system that really opens up the email messages you are parsing, if you know what you are doing, you can fiddle with every last bit of your email directly.
Module Stream defines an interface for external iterators.
This package provides a parser for Ruby source code, written in C.
WebMock allows stubbing HTTP requests and setting expectations on HTTP requests. This is useful when testing software.
CountDownLatch is a synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
This gem is a Faraday adapter for the Net::HTTP library. Faraday is an HTTP client library that provides a common interface over many adapters.
AnyStyle is a very fast and smart parser for academic reference lists and bibliographies. AnyStyle uses powerful machine learning heuristics based on Conditional Random Fields and aims to make it easy to train the model with data that is relevant to your parsing needs.
This package provides the Ruby module AnyStyle. AnyStyle can also be used via the anystyle command-line utility or a web application, though the later has not yet been packaged for Guix.
This package provides a class-level mixin to make managing fiber-local state easy. It provides easy access to a fiber-local state from a fiber, and defaults to a shared thread-local state.
Formatador is a Ruby library to format text printed to the standard output stream.
Multipart-Post Adds multipart POST capability to Ruby's net/http library.
Excon was designed to be simple, fast and performant. It works great as a general HTTP(s) client and is particularly well suited to usage in API clients.
LazyObject is an object wrapper that forwards all calls to the reference object. This object is not created until the first method dispatch.
Timers offers a collections of one-shot and periodic timers, intended for use with event loops such as async.
The Wapiti-Ruby gem provides a wicked fast linear-chain CRF API for sequence segmentation and labelling. It is based on the codebase of Wapiti.
This package provides a implementations of custom cops that are bundled as defaults in Standard Ruby.
This library provides functionality for retrieving email via POP3, the Post Office Protocol version 3, as specified by RFC1939.
This package provides a Ruby kernel for Jupyter/IPython frontends (e.g. notebook).
Coderay is a Ruby library that provides syntax highlighting for select languages.
Diffy provides a convenient way to generate a diff from two strings or files.
This library implements HTTP's digest authentication scheme based on RFC 2617. This enables the use of the digest authentication scheme instead of the more insecure basic authentication scheme.
Shellany is a Ruby library providing functions to capture the output produced by running shell commands.