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.
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.
Patron is a Ruby HTTP client library based on libcurl. It does not try to expose the full power (read complexity) of libcurl but instead tries to provide a sane API while taking advantage of libcurl under the hood.
Ruby C bindings to the Yajl JSON stream-based parser library. The API is compatible with the JSON gem, so yajl-ruby can act as a drop in replacement.
A modified copy of yajl is used, and included in the package.
This package implements a variant of Set whose elements are sorted in ascending order
This package provides Ruby language binding for libvirt's native C API.
Hamster provides 6 persistent data structures: Hash, Vector, Set, SortedSet, List, and Deque (which works as an immutable queue or stack).
The FileUtils Ruby library includes Several file utility methods for copying, moving, removing, etc.
This package extends the String class and adds a ColorizedString with methods to set text color, background color, and text effects.
This library uses the output of the ps command to create a process tree data structure for the current host.
This package provides a function to deep freeze Ruby objects.
Pry Doc is a Pry REPL plugin. It provides extended documentation support for the REPL by means of improving the show-doc and show-source commands. With help of the plugin the commands are be able to display the source code and the docs of Ruby methods and classes implemented in C.
This package provides a Mocha adapter for Bacon, allowing you to use the Mocha stubbing and mocking library with Bacon, a small RSpec clone.
Prawn-dev contains tools to aid the development of the various Prawn projects.
The SafeYAML gem provides an alternative implementation of YAML.load suitable for accepting user input in Ruby applications.
This package provides an alternative implementation of the Ruby GetText library that is approximately 12x faster yet thread safe.
RSpec::Wait strives to make it easier to test asynchronous or slow interactions.
RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line.
This gem provides a plugin for the Ruby REPL to enable opening the current line in an external editor.
This gem is a port of the rails 'rake stats' method so it can be made more robust and work for non rails projects.
Rugged is a library for accessing libgit2 in Ruby. It gives you the speed and portability of libgit2 with the beauty of the Ruby language.
This package provides a simple block-driven assertion library for both testing and for production code that attempts to make test definitions more readable.
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.
Concurrent Ruby includes concurrency tools such as agents, futures, promises, thread pools, actors, supervisors, and more. It is inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.