_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


redsea 0.20
Dependencies: libiconv@1.18 libsndfile@1.2.2-0.68f6c16 liquid-dsp@1.7.0
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/windytan/redsea
Licenses: Expat
Build system: gnu
Synopsis: Lightweight RDS to JSON decoder
Description:

redsea is a lightweight command-line FM Radio Data System (FM-RDS) decoder. Redsea can be used with any RTL-SDR USB radio stick with the rtl_fm tool, or any other software-defined radio (SDR) via csdr, for example. It can also decode raw ASCII bitstream, the hex format used by RDS Spy, and audio files containing multiplex signals (MPX).

wsjtx 2.7.0
Dependencies: boost@1.89.0 fftw@3.3.10 fftwf@3.3.10 hamlib@4.6.2 libusb@1.0.25 qtbase@5.15.17 qtmultimedia@5.15.17 qtserialport@5.15.17 qtwayland@5.15.18
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://wsjt.sourceforge.io/wsjtx.html
Licenses: GPL 3
Build system: qt
Synopsis: Weak-signal ham radio communication program
Description:

WSJT-X implements communication protocols or modes called FT4, FT8, JT4, JT9, JT65, QRA64, ISCAT, MSK144, and WSPR, as well as one called Echo for detecting and measuring your own radio signals reflected from the Moon. These modes were all designed for making reliable, confirmed QSOs under extreme weak-signal conditions.

volk-gnsssdr 0.0.19
Dependencies: cpu-features@0.9.0
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://github.com/gnss-sdr/gnss-sdr/blob/main/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/
Licenses: GPL 3+
Build system: cmake
Synopsis: Extra VOLK kernels for GNSS-SDR
Description:

This library contains VOLK kernels of hand-written SIMD code for different mathematical operations used by GNSS-SDR, mainly with 8-bit and 16-bit real and complex data types, offering a platform/architecture agnostic version that will run in all machines, plus other versions for different SIMD instruction sets.

qdmr 0.13.1
Dependencies: libusb@1.0.25 qtbase@6.9.2 qtpositioning@6.9.2 qtserialport@6.9.2 qtwayland@6.9.2 yaml-cpp@0.9.0
Channel: guix
Location: gnu/packages/radio.scm (gnu packages radio)
Home page: https://dm3mat.darc.de/qdmr/
Licenses: GPL 3+
Build system: qt
Synopsis: GUI application and command line tool to program DMR radios
Description:

qdmr is a graphical user interface (GUI) application that allows one to program several types of DMR radios. It is comparable to the Customer Programming Software (CPS) bundled with these radios but aims to be a more universal tool.

To install the qdmr udev rules, you must extend udev-service-type with this package. E.g.: (udev-rules-service 'qdmr qdmr).

ragel 6.10
Channel: guix
Location: gnu/packages/ragel.scm (gnu packages ragel)
Home page: https://www.colm.net/open-source/ragel/
Licenses: GPL 2+
Build system: gnu
Synopsis: State machine compiler
Description:

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.

ruby-sprockets 4.2.0
Propagated dependencies: ruby-concurrent-ruby@1.3.5 ruby-rack@2.2.22
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/sprockets
Licenses: Expat
Build system: ruby
Synopsis: Sprockets is a Rack-based asset packaging system
Description:

Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.

ruby-rails-dom-testing 2.2.0
Propagated dependencies: ruby-activesupport@7.2.2.1 ruby-nokogiri@1.18.10
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/rails-dom-testing
Licenses: Expat
Build system: ruby
Synopsis: Compare HTML DOMs and assert certain elements exists
Description:

This gem can compare HTML and assert certain elements exists. This is useful when writing tests.

ruby-actionmailer 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-actionview@7.2.2.1 ruby-activejob@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-mail@2.8.1 ruby-rails-dom-testing@2.2.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Work with emails using the controller/view pattern
Description:

Compose, deliver, receive, and test emails using the controller/view pattern. Including support for multipart email and attachments.

ruby-marcel 1.0.4
Propagated dependencies: ruby-mimemagic@0.3.3
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/marcel
Licenses: Expat
Build system: ruby
Synopsis: MIME type detection using magic numbers, filenames and extensions
Description:

marcel provides MIME type detection using magic numbers, filenames, and extensions

ruby-debug-inspector 1.1.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/banister/debug_inspector
Licenses: Expat
Build system: ruby
Synopsis: Ruby wrapper for the MRI 2.0 debug_inspector API
Description:

This package provides a Ruby wrapper for the MRI 2.0 debug_inspector API.

ruby-activerecord 7.2.2.1
Propagated dependencies: ruby-activemodel@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-sqlite3@2.5.0 ruby-timeout@0.4.3
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org
Licenses: Expat
Build system: ruby
Synopsis: Ruby library to connect to relational databases
Description:

Active Record connects classes to relational database table to establish an almost zero-configuration persistence layer for applications.

ruby-activestorage 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activejob@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-marcel@1.0.4 ruby-mini-mime@1.1.2
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Integrate file storage services in to Rails applications
Description:

ActiveStorage integrates file storage services with Rails applications, allowing files to be attached to ActiveRecord models.

ruby-actionview 7.2.2.1
Propagated dependencies: ruby-activesupport@7.2.2.1 ruby-builder@3.3.0 ruby-erubi@1.11.0 ruby-rails-dom-testing@2.2.0 ruby-rails-html-sanitizer@1.6.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Conventions and helpers for building web pages
Description:

ActionView provides conventions and helpers for building web pages in Ruby.

ruby-activejob 7.2.2.1
Propagated dependencies: ruby-activesupport@7.2.2.1 ruby-globalid@1.1.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Declare job classes for multiple backends
Description:

ActiveJob allows declaring job classes in a common way across Rails applications.

ruby-propshaft 0.7.0
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-rack@2.2.22 ruby-railties@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/propshaft
Licenses: Expat
Build system: ruby
Synopsis: Asset pipeline library for Rails
Description:

Propshaft is an asset pipeline library for Rails. It's built for an era where bundling assets to save on HTTP connections is no longer urgent, where JavaScript and CSS are either compiled by dedicated Node.js bundlers or served directly to the browsers, and where increases in bandwidth have made the need for minification less pressing. These factors allow for a dramatically simpler and faster asset pipeline compared to previous options, like Sprockets.

ruby-sprockets-rails 3.4.2
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-sprockets@4.2.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/sprockets-rails
Licenses: Expat
Build system: ruby
Synopsis: Sprockets Rails integration
Description:

Provides Sprockets implementation for the Rails Asset Pipeline.

ruby-actionmailbox 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activejob@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-activestorage@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-mail@2.8.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org
Licenses: Expat
Build system: ruby
Synopsis: Receive and process incoming emails in Rails applications
Description:

ActionMailbox receives and processes incoming emails in Rails applications.

ruby-globalid 1.1.0
Propagated dependencies: ruby-activesupport@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Generate URIs identifying model instances in Ruby
Description:

GlobalID provides a way to generate URIs from a model in Ruby that uniquely identify it.

ruby-actioncable 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-nio4r@2.7.4 ruby-websocket-driver@0.7.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Integrate integrates WebSockets with Rails applications
Description:

Action Cable integrates WebSockets with Rails applications. Through WebSockets it allows for real-time features in web applications.

ruby-actionpack 7.2.2.1
Propagated dependencies: ruby-actionview@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-rack@2.2.22 ruby-rack-cache@1.13.0 ruby-rack-session@1.0.1 ruby-rack-test@2.1.0 ruby-rails-dom-testing@2.2.0 ruby-rails-html-sanitizer@1.6.0 ruby-useragent@0.16.10
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Conventions for building and testing MVC web applications
Description:

ActionPack provides conventions for building and testing MVC web applications. These work with any Rack-compatible server.

ruby-railties 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-method-source@1.0.0 ruby-rackup@1.0.1 ruby-rake@13.3.0 ruby-thor@1.2.2 ruby-webrick@1.8.1 ruby-zeitwerk@2.7.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org
Licenses: Expat
Build system: ruby
Synopsis: Rails internals, including application bootup and generators
Description:

railties provides the core Rails internals including handling application bootup, plugins, generators, and Rake tasks.

ruby-rspec-rails 7.0.2
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-railties@7.2.2.1 ruby-rspec-core@3.13.2 ruby-rspec-expectations@3.13.3 ruby-rspec-mocks@3.13.2 ruby-rspec-support@3.13.2
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rspec/rspec-rails
Licenses: Expat
Build system: ruby
Synopsis: Use RSpec to test Ruby on Rails applications
Description:

This package provides support for using RSpec to test Ruby on Rails applications, in pace of the default Minitest testing library.

ruby-actiontext 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-activestorage@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-nokogiri@1.18.10
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org
Licenses: Expat
Build system: ruby
Synopsis: Edit and display rich text in Rails applications
Description:

ActionText edits and displays rich text in Rails applications.

ruby-activemodel 7.2.2.1
Propagated dependencies: ruby-activesupport@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Toolkit for building modeling frameworks like Active Record
Description:

This package provides a toolkit for building modeling frameworks like Active Record. ActiveSupport handles attributes, callbacks, validations, serialization, internationalization, and testing.

Total packages: 72465