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-annotate 3.1.1Build system: ruby
Synopsis: Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.
Description: Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.
ruby-aws-sigv4 1.2.2Build system: ruby
Synopsis: Amazon Web Services Signature Version 4 signing library. Generates sigv4 signature for HTTP requests.
Description: Amazon Web Services Signature Version 4 signing library. Generates sigv4 signature for HTTP requests.
ruby-mini-racer 0.2.15Build system: ruby
Synopsis: Minimal embedded v8 engine for Ruby
Description: Minimal embedded v8 engine for Ruby
ruby-colored2 3.1.2Build system: ruby
Synopsis: 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)
Description: 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)
apache-maven 3.3.9Build system: gnu
Synopsis: Build tool for Java
Description: 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-rdf-raptor 3.3.0Build system: ruby
Synopsis: RDF.rb plugin for parsing/serializing NTriples, RDF/XML, Turtle and RDFa data using the Raptor RDF Parser library.
Description: RDF.rb plugin for parsing/serializing NTriples, RDF/XML, Turtle and RDFa data using the Raptor RDF Parser library.
ruby-msgpack 1.4.2Build system: ruby
Synopsis: MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.
Description: MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.
ruby-libv8 6.3.292.48.1Build system: ruby
Synopsis: V8 JavaScript engine for The Ruby Racer
Description: This package provides a Ruby wrapper around the Javascript V8 engine.
ruby-cose 1.2.0Build system: ruby
Synopsis: Ruby implementation of RFC 8152 CBOR Object Signing and Encryption (COSE)
Description: Ruby implementation of RFC 8152 CBOR Object Signing and Encryption (COSE)
ruby-maxminddb 0.1.22Build system: ruby
Synopsis: Pure Ruby MaxMind DB (GeoIP2) binary file reader.
Description: Pure Ruby MaxMind DB (GeoIP2) binary file reader.
ruby-request-store 1.5.0Build system: ruby
Synopsis: RequestStore gives you per-request global storage.
Description: RequestStore gives you per-request global storage.
ruby-webrobots 0.1.2Build system: ruby
Synopsis: This library helps write robots.txt compliant web robots in Ruby.
Description: This library helps write robots.txt compliant web robots in Ruby.
ruby-jsonapi-renderer 0.2.2Build system: ruby
Synopsis: Render JSON API documents
Description: This package provides a ruby gem for rendering JSON API documents.
ruby-libv8 8.4.255.0Build system: ruby
Synopsis: Distributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer
Description: Distributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer
ruby-psych 3.3.0Build system: ruby
Synopsis: Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML]
for its YAML parsing and emitting capabilities. In addition to wrapping libyaml,
Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.
Description: Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.
ruby-certificate-authority 1.0.0Build system: ruby
Synopsis: Ruby gem for managing the core functions outlined in RFC-3280 for PKI
Description: Ruby gem for managing the core functions outlined in RFC-3280 for PKI
ruby-chronic 0.10.2Build system: ruby
Synopsis: Chronic is a natural language date/time parser written in pure Ruby.
Description: Chronic is a natural language date/time parser written in pure Ruby.
ruby-kaminari 1.2.1Build system: ruby
Synopsis: Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+
Description: Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+
ruby-mini-racer 0.2.4Build system: ruby
Synopsis: Minimal embedded v8 engine for Ruby
Description: Minimal embedded v8 engine for Ruby
ruby-http 4.4.1Build system: ruby
Synopsis: Client library for making requests from Ruby
Description: 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.
ruby-aws-eventstream 1.1.0Build system: ruby
Synopsis: Amazon Web Services event stream library. Decodes and encodes binary stream under `vnd.amazon.event-stream` content-type
Description: Amazon Web Services event stream library. Decodes and encodes binary stream under `vnd.amazon.event-stream` content-type
ruby-active-model-adapter-source 2.1.1Build system: ruby
Synopsis: ember-data active-model-adapter code wrapper for use with Ruby libs.
Description: ember-data active-model-adapter code wrapper for use with Ruby libs.
ruby-rbtrace 0.4.14Build system: ruby
Synopsis: rbtrace shows you method calls happening inside another ruby process in real time.
Description: rbtrace shows you method calls happening inside another ruby process in real time.
ruby-unicode-types 1.10.0Build system: ruby
Synopsis: [Unicode 16.0.0] Determines the very basic type of codepoints (one of: Graphic, Format, Control, Private-use, Surrogate, Noncharacter, Reserved)
Description: [Unicode 16.0.0] Determines the very basic type of codepoints (one of: Graphic, Format, Control, Private-use, Surrogate, Noncharacter, Reserved).
Total results: 68655