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.
Handlebars.js source code wrapper for (pre)compilation gems.
Ant is a platform-independent build tool for Java. It is similar to make but is implemented using the Java language, requires the Java platform, and is best suited to building Java projects. Ant uses XML to describe the build process and its dependencies, whereas Make uses Makefile format.
Ruby gem for managing the core functions outlined in RFC-3280 for PKI
Appraisal integrates with bundler and rake to test your library against different versions of dependencies in repeatable scenarios called "appraisals."
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
kaminari-activerecord lets your Active Record models be paginatable
The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.
This is a heavily modified fork of http://github.com/defunkt/colored gem, with many sensible pull requests combined. Since the authors of the original gem no longer support it, this might, perhaps, be considered a good alternative.
Simple gem that adds various color methods to String class, and can be used as follows:
require 'colored2'
puts 'this is red'.red puts 'this is red with a yellow background'.red.on.yellow puts 'this is red with and italic'.red.italic puts 'this is green bold'.green.bold << ' and regular'.green puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color! puts ('this is regular, but '.red! do 'this is red '.yellow! do ' and yellow.'.no_color! end end)
This package provides a toolset of small support modules used throughout the dry-rb ecosystem
Adds Grape style patterns to Mustermman
Custom SimpleCov formatter to generate a lcov style coverage.
Ruby logger that writes directly to LogStash
This package provides the extraction of the key_transform abilities of ActiveModelSerializers.
An efficient implementation of an lru cache
Official AWS Ruby gem for Amazon Simple Notification Service (Amazon SNS). This gem is part of the AWS SDK for Ruby.
Handlebars precompilation
Ember for Rails 3.1+
HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack
Port of arc90's readability project to ruby
This package provides a fast, safe, simple direct SQL executor for PG
fast_xs escapes text so it can be embedded more directly into XML and HTML without having to deal with character set issues.
Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably
This package provides a mixin to add configuration functionality to your classes
Amazon Web Services event stream library. Decodes and encodes binary stream under `vnd.amazon.event-stream` content-type