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.
Ruby FFI library
This package provides a Ruby interface to the Twitter API.
PathExpander helps pre-process command-line arguments expanding directories into their constituent files. It further helps by providing additional mechanisms to make specifying subsets easier with path subtraction and allowing for command-line arguments to be saved in a file.
NOTE: this is NOT an options processor. It is a path processor (basically everything else besides options). It does provide a mechanism for pre-filtering cmdline options, but not with the intent of actually processing them in PathExpander. Use OptionParser to deal with options either before or after passing ARGV through PathExpander.
kaminari-actionview provides pagination helpers for your Action View templates
uniform_notifier is extracted from bullet, it gives you the ability to send notification through rails logger, customized logger, javascript alert, javascript console, growl, xmpp, airbrake and honeybadger.
scanf is an implementation of the C function scanf(3).
TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library. Developed for the ActiveRecord SQL Server adapter.
Collection of useful Sinatra extensions
Measure following file dimensions: apng, bmp, cur, gif, ico, j2c, jp2, jpeg, jpx, mng, pam, pbm, pcx, pgm, png, ppm, psd, svg, swf, tiff, webp, xbm, xpm
Minimal embedded v8 engine for Ruby
Port of arc90's readability project to ruby
This package provides Ruby bindles for cppjieba, a library to help with processing Chinese text.
Ruby client for Elasticsearch. See the `elasticsearch` gem for full integration.
The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.
Facebook OAuth2 Strategy for OmniAuth
Implements JMESPath for Ruby
Works for both HOTP and TOTP, and includes QR Code provisioning
A super fast http parser for ruby. Cross platform and multiple ruby implementation support thanks to ffi.
This package provides a toolset of small support modules used throughout the dry-rb ecosystem
This package provides a generic OAuth (1.0/1.0a) strategy for OmniAuth.
HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack
RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.
String inflections for dry-rb
This package provides a client library for making requests from Ruby. It uses a simple method chaining system for building requests, similar to Python's Requests.