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.
This package provides the driver and utilities for controlling the Airspy HF+ Software Defined Radio (SDR) over USB.
To install the airspyhf udev rules, you must extend udev-service-type with this package. E.g.: (udev-rules-service 'airspyhf airspyhf)
Dream is a software implementation of a Digital Radio Mondiale (DRM) receiver.
SoapySDR is a library designed to support several kinds of software defined radio hardware devices with a common API.
Fldigi is a software modem for amateur radio use. It is a sound card based program that is used for both transmitting and receiving data by connecting the microphone and headphone connections of a computer to some radio hardware.
Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Obj-C, C#, D, Java, Go and Ruby. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language. Code embedding is done using inline operators that do not disrupt the regular language syntax.
The With advisory lock gem adds advisory locking to ActiveRecord for PostgreSQL and MySQL. SQLite is also supported, but this uses the file system for locks.
Compose, deliver, receive, and test emails using the controller/view pattern. Including support for multipart email and attachments.
ActiveStorage integrates file storage services with Rails applications, allowing files to be attached to ActiveRecord models.
Active Record connects classes to relational database table to establish an almost zero-configuration persistence layer for applications.
Action Cable integrates WebSockets with Rails applications. Through WebSockets it allows for real-time features in web applications.
Provides Sprockets implementation for the Rails Asset Pipeline.
ActionView provides conventions and helpers for building web pages in Ruby.
ActionPack provides conventions for building and testing MVC web applications. These work with any Rack-compatible server.
ActionText edits and displays rich text in Rails applications.
This gem can compare HTML and assert certain elements exists. This is useful when writing tests.
This gem provides Ruby and Ruby on Rails integration with Autoprefixer, which can parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website.
The ammeter gem makes it easy to write specs for Rails generators. An existing user is rspec-rails, which uses ammeter to spec its own generators.
This package allows you to create an interactive Ruby session in your browser. Those sessions are launched automatically in case of an error and can also be launched manually in any page.
ActiveJob allows declaring job classes in a common way across Rails applications.
railties provides the core Rails internals including handling application bootup, plugins, generators, and Rake tasks.
This package provides a Ruby wrapper for the MRI 2.0 debug_inspector API.
Spring is a Ruby on Rails application preloader. It speeds up development by keeping your application running in the background so the application does need to boot it every time you run a test, rake task or migration.
ActionMailbox receives and processes incoming emails in Rails applications.
ActiveSupport is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. It includes support for multibyte strings, internationalization, time zones, and testing.