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 library provides a generic OAuth2 strategy for OmniAuth. It doesn't provide a way to gather user information, so should be used as a building block for authentication strategies.
This package provides a Partial native implementation of the liquid ruby gem in C that makes it operate about three times faster.
Liquid is a template language written in Ruby. It is used to load dynamic content on storefronts.
Nokogiri (鋸) parses and searches XML/HTML, and features both CSS3 selector and XPath 1.0 support.
GLI allows you to create command-line applications in Ruby with Git-Like Interfaces: that is, they take subcommands in the style of git and gem. GLI uses a simple domain-specific language, but retains all the power of the built-in OptionParser.
This library provides TZInfo::Data, which contains data from the IANA Time Zone database packaged as Ruby modules for use with TZInfo.
Roda is a routing tree web toolkit, designed for building fast and maintainable web applications in ruby.
This package provides a collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming.
This package provides a JSON implementation written in pure Ruby.
RSpec::Wait strives to make it easier to test asynchronous or slow interactions.
This package provides a generalized Rack framework for multiple-provider authentication.
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 contains the core algorithms and classes used for doing basic programming with RDF data, implemented in pure Ruby.
CharacterSet is a C-extended Ruby library to work with sets of Unicode code points. It can read and write these sets in various formats and implements the stdlib Set interface for them. It also offers an alternate paradigm of String processing which grants much better performance than Regexp and String methods from the stdlib where applicable. Many parts can be used independently, e.g.:
CharacterSet::CharacterCharacterSet::ParserCharacterSet::WriterRangeCompressor
Unicode::DisplayWidth is a Ruby library which can determine the display width of strings in Ruby.
Terminal Table is a fast and simple, yet feature rich table generator written in Ruby. It supports ASCII and Unicode formatted tables.
This package provides additional test assertions for Ruby standard libraries.
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.
This package provides Ruby support for the HOCON configuration file format. It supports parsing and modifying HOCON and JSON files, and rendering parsed objects back to a String.
Arel is an SQL Abstract Syntax Tree (AST) manager for Ruby. It simplifies the generation of complex SQL queries and adapts to various relational database implementations.
This package provides support for encoding and decoding binary data using a Base64 representation.
Forwardable Extended provides more Forwardable methods for your source as Forwardable::Extended.
Pygmentize provides a simple way to call pygmentize from within a Ruby application.
Clap provides command line argument parsing features. It covers the simple case of executing code based on the flags or parameters passed.