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.
Contest allows writing declarative Test::Unit tests using nested contexts without performance penalties.
Commander aims to be a complete solution for Ruby command-line executables. Commander bridges the gap between other terminal related libraries (OptionParser, HighLine), while providing many new features, and an elegant API.
Ruby-terminfo provides terminfo binding for Ruby.
Faraday_Middleware is a collection of middleware for the Faraday-based API wrappers.
ValueSemantics generates modules that provide conventional value semantics for a given set of attributes. The behaviour is similar to an immutable Struct class, plus extensible, lightweight validation and coercion.
Pseudo `IO` class from and to `String`.
Temple is an abstraction and framework for compiling templates to pure Ruby.
Diffy provides a convenient way to generate a diff from two strings or files.
Creole is a lightweight markup language and this library for converting creole to HTML.
Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort.
The sys-filesystem library provides a cross-platform interface for gathering file system information, such as disk space and mount points.
This package provides a gem that calculates the exchange rate using published rates from open-exchange-rates. Compatible with the money gem.
This package provides a small C extension to speed up variable length integers (varint) in Ruby Protocol Buffers.
Shindo is a simple depth first testing library for Ruby.
Introspection provides tools to inspect the hierarchy of method definitions on a Ruby object.
This package provides a Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec.
With Serverspec, you can write RSpec tests for checking your servers are configured correctly.
Serverspec tests your servers’ actual state by executing command locally, via SSH, via WinRM, via Docker API and so on. So you don’t need to install any agent softwares on your servers and can use any configuration management tools, Puppet, Ansible, CFEngine, Itamae and so on.
But the true aim of Serverspec is to help refactoring infrastructure code.
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.
Ruby/ProgressBar is an flexible text progress bar library for Ruby. The output can be customized with a formatting system.
The Libxml-Ruby project provides Ruby language bindings for the GNOME Libxml2 XML toolkit.
Kramdown is a library for parsing and converting a superset of Markdown. It is completely written in Ruby, supports standard Markdown (with some minor modifications) and various extensions that have been made popular by the PHP Markdown Extra package and Maruku.
TestConstruct is a DSL for creating temporary files and directories during tests.
This package provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are supported.
Nokogiri (鋸) parses and searches XML/HTML, and features both CSS3 selector and XPath 1.0 support.