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.
CVA6 is a 6-stage, single issue, in-order CPU which implements the 64-bit RISC-V instruction set. It fully implements I, M, A and C extensions as specified in Volume I: User-Level ISA V 2.3 as well as the draft privilege extension 1.10. It implements three privilege levels M, S, U to fully support a Unix-like operating system. Furthermore it is compliant to the draft external debug spec 0.13.
It has configurable size, separate TLBs, a hardware PTW and branch-prediction (branch target buffer and branch history table). The primary design goal was on reducing critical path length.
This package contains a C++11 multiple-producer-multiple-consumer lockless queues header library based on circular buffer with std::atomic.
Command line tool and ruby interface to optimize (lossless compress, optionally lossy) jpeg, png, gif and svg images using external utilities (advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegrescan, jpegtran, optipng, pngcrush, pngout, pngquant, svgo)
This package provides a Ruby client that supports all of the GitHub API methods.
Facebook OAuth2 Strategy for OmniAuth
This package provides a fork of Ember source to permit the latest ember versions.
kaminari-activerecord lets your Active Record models be paginatable
Shim library for Module#ruby2_keywords
Official AWS Ruby gem for Amazon Kinesis Firehose (Firehose). This gem is part of the AWS SDK for Ruby.
Simplify API integration testing with a succinct rspec DSL and generate OpenAPI specification files directly from your rspecs. More about the OpenAPI initiative here: http://spec.openapis.org/
Reek is a tool that examines Ruby classes, modules and methods and reports any code smells it finds.
Instantiate one with `redis = MockRedis.new` and treat it like you would a normal Redis object. It supports all the usual Redis operations.
UI for viewing logs in Rack
Tooling for tracing object allocations in Ruby 2.1
Minimal embedded v8 engine for Ruby
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.
This package provides a better error page for Rails and other Rack apps. Includes source code inspection, a live REPL and local/instance variable inspection for all stack frames.
This package provides a log format that's readable by humans and easily parseable by computers.
RequestStore gives you per-request global storage.
This package provides a Redis::Namespace class which can be used to namespace calls to Redis. This is useful when using a single instance of Redis with multiple, different applications.
Turns your object into a method object
Ruby/NTLM HTTP provides NTLM authentication over http.
Module to declare abstract classes and methods
This package provides a ruby gem for rendering JSON API documents.