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

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.


android-safe-iop 7.1.2_r36
Channel: guix
Location: gnu/packages/android.scm (gnu packages android)
Home page: https://developer.android.com/
Licenses: FreeBSD
Build system: android-ndk
Synopsis: Safe integers in C
Description:

android-safe-iop provides a set of functions for performing and checking safe integer operations. Ensure that integer operations do not result in silent overflow.

android-udev-rules 20250525
Channel: guix
Location: gnu/packages/android.scm (gnu packages android)
Home page: https://github.com/M0Rf30/android-udev-rules
Licenses: GPL 3+
Build system: trivial
Synopsis: udev rules for Android devices
Description:

Provides a set of udev rules to allow using Android devices with tools such as adb and fastboot without root privileges. This package is intended to be added as a rule to the udev-service-type in your operating-system configuration. Additionally, an adbusers group must be defined and your user added to it.

Simply installing this package will not have any effect. It is meant to be passed to the udev service.

betteradbsync 1.4.0
Channel: guix
Location: gnu/packages/android.scm (gnu packages android)
Home page: https://github.com/jb2170/better-adb-sync/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Rsync-like file transfer over @acronym{ADB,Android Debug Bridge}
Description:

An rsync-like command-line utility that facilitates file transfer over ADB. There are several additional features over Google's original adbsync version with support for the --exclude, --exclude-from, --del, and --delete-excluded command line flags, which have the same purpose to the corresponding rsync flags.

android-libziparchive 7.1.2_r36
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/android.scm (gnu packages android)
Home page: https://developer.android.com/
Licenses: ASL 2.0
Build system: android-ndk
Synopsis: Android platform ZIP library
Description:

android-libziparchive is a library in common use by the various Android core host applications.

sdkmanager 0.6.11
Dependencies: python-requests@2.32.5 python-argcomplete@3.6.2 python-urllib3@2.5.0 python-looseversion@1.3.0 gnupg@2.4.7
Channel: guix
Location: gnu/packages/android.scm (gnu packages android)
Home page: https://gitlab.com/fdroid/sdkmanager
Licenses: AGPL 3+
Build system: pyproject
Synopsis: Replacement for Android sdkmanager written in Python
Description:

This package provides a drop-in replacement for sdkmanager from the Android SDK. It is written in Python and part of the F-Droid project. It implements the exact API of the Android sdkmanager command line. The project also attempts to maintain the same terminal output.

android-googletest 1.8.0
Channel: guix
Location: gnu/packages/android.scm (gnu packages android)
Home page: https://github.com/google/googletest/
Licenses: Modified BSD
Build system: cmake
Synopsis: Test discovery and XUnit test framework
Description:

Google Test features an XUnit test framework, automated test discovery, death tests, assertions, parameterized tests and XML test report generation.

android-libutils 7.1.2_r36
Dependencies: android-safe-iop@7.1.2_r36 android-libcutils@7.1.2_r36
Channel: guix
Location: gnu/packages/android.scm (gnu packages android)
Home page: https://developer.android.com/
Licenses: ASL 2.0
Build system: android-ndk
Synopsis: Android utility library
Description:

android-libutils provides utilities for Android NDK developers.

android-make-stub 0.6.0
Channel: guix
Location: gnu/packages/android.scm (gnu packages android)
Home page: https://github.com/daym/android-make-stub
Licenses: ASL 2.0
Build system: gnu
Synopsis: Stubs for the @command{make} system of the Android platform
Description:

android-make-stub provides stubs for the make system of the Android platform. This allows us to use their packages mostly unmodified in our Android NDK build system.

enjarify 1.0.3
Channel: guix
Location: gnu/packages/android.scm (gnu packages android)
Home page: https://github.com/Storyyeller/enjarify
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Translate Dalvik bytecode to equivalent Java bytecode
Description:

Android applications are Java programs that run on a customized virtual machine, which is part of the Android operating system, the Dalvik VM. Their bytecode differs from the bytecode of normal Java applications. Enjarify can translate the Dalvik bytecode back to equivalent Java bytecode, which simplifies the analysis of Android applications. It's an alternative fork of not maintained Goole's project https://github.com/google/enjarify.

lightspark 0.9.0
Dependencies: cairo@1.18.4 curl@8.6.0 ffmpeg@8.0 freeglut@3.4.0 glew@2.2.0 glibmm@2.82.0 gnutls@3.8.3 libjpeg-turbo@2.1.4 openssl@3.0.8 pango@1.54.0 pcre2@10.42 rtmpdump@2.4-0.c5f04a5 sdl2@2.30.8 zlib@1.3.1
Channel: guix
Location: gnu/packages/animation.scm (gnu packages animation)
Home page: https://lightspark.github.io/
Licenses: LGPL 3+ MPL 2.0 FreeBSD Expat
Build system: cmake
Synopsis: Flash player implementation
Description:

Lightspark is a Flash player implementation for playing files in the SWF format. It supports SWF files written on all versions of the ActionScript language.

etl 1.5.3
Dependencies: glibmm@2.66.6
Channel: guix
Location: gnu/packages/animation.scm (gnu packages animation)
Home page: https://www.synfig.org
Licenses: GPL 3+
Build system: gnu
Synopsis: Extended C++ template library
Description:

ETL is a class and template library designed to add new datatypes and functions which combine well with the existing types and functions from the C++ Standard Template Library (STL).

swftools 0.9.2-2.c6a18ab
Dependencies: zlib@1.3.1 freetype@2.13.3 giflib@5.2.1 libjpeg-turbo@2.1.4 lame@3.100
Channel: guix
Location: gnu/packages/animation.scm (gnu packages animation)
Home page: http://www.swftools.org
Licenses: GPL 2+
Build system: gnu
Synopsis: Collection of utilities for working with Adobe Flash files
Description:

SWFTools is a collection of utilities for working with Adobe Flash files (SWF files). The tool collection includes programs for reading SWF files, combining them, and creating them from other content (like images, sound files, videos or sourcecode). The current collection is comprised of the programs detailed below:

  • swfcombine A multi-function tool for inserting, contatenating, stacking and changing parameters in SWFs.

  • swfstrings Scans SWFs for text data.

  • swfdump Prints out various information about SWFs.

  • jpeg2swf Takes one or more JPEG pictures and generates a SWF slideshow from them.

  • png2swf Like JPEG2SWF, only for PNGs.

  • gif2swf Converts GIFs to SWF. Also able to handle animated GIFs.

  • wav2swf Converts WAV audio files to SWFs, using the LAME MP3 encoder library.

  • font2swf Converts font files (TTF, Type1) to SWF.

  • swfbbox reads out, optimizes and readjusts SWF bounding boxes.

  • swfc A tool for creating SWF files from simple script files. Supports both ActionScript 2.0 aand 3.0.

  • swfextract extracts Movieclips, Sounds, Images etc. from SWF files.

  • as3compile A standalone ActionScript 3.0 compiler. Mostly compatible with Flex.

synfigstudio 1.5.3
Dependencies: bash-minimal@5.2.37 gtkmm@3.24.9 gtk+@3.24.51 libsigc++@3.6.0 synfig@1.5.3
Channel: guix
Location: gnu/packages/animation.scm (gnu packages animation)
Home page: https://www.synfig.org
Licenses: GPL 3+
Build system: gnu
Synopsis: Vector-based 2D animation package (GUI)
Description:

Synfig is a vector-based 2D animation package. It is designed to be capable of producing feature-film quality animation. It eliminates the need for tweening, preventing the need to hand-draw each frame. This package contains the graphical user interface for synfig.

papagayo 2.0b1-1.e143684b3
Dependencies: bash-minimal@5.2.37 qtbase@5.15.17 qtmultimedia@5.15.17 libsndfile@1.2.0
Channel: guix
Location: gnu/packages/animation.scm (gnu packages animation)
Home page: https://www.lostmarble.com/papagayo/
Licenses: GPL 3+
Build system: gnu
Synopsis: Lip-syncing for animations
Description:

Papagayo is a lip-syncing program designed to help you line up phonemes with the actual recorded sound of actors speaking. Papagayo makes it easy to lip sync animated characters by making the process very simple – just type in the words being spoken, then drag the words on top of the sound’s waveform until they line up with the proper sounds.

rlottie 0.2
Channel: guix
Location: gnu/packages/animation.scm (gnu packages animation)
Home page: https://github.com/Samsung/rlottie/
Licenses: Expat
Build system: meson
Synopsis: Lottie Animation Library
Description:

Rlottie is a platform independent standalone c++ library for rendering vector based animations and art in realtime.

synfig 1.5.3
Dependencies: boost@1.89.0 libdv@1.0.0 libjpeg-turbo@2.1.4 libpng@1.6.39 libmng@2.0.3 zlib@1.3.1
Propagated dependencies: cairo@1.18.4 etl@1.5.3 ffmpeg@8.0 fftw@3.3.10 fontconfig-minimal@2.14.0 freetype@2.13.3 glibmm@2.66.6 imagemagick@6.9.13-5 libxml++@2.42.3 libsigc++@3.6.0 mlt@7.34.1 openexr@3.2.4 pango@1.54.0
Channel: guix
Location: gnu/packages/animation.scm (gnu packages animation)
Home page: https://www.synfig.org
Licenses: GPL 3+
Build system: gnu
Synopsis: Vector-based 2D animation renderer
Description:

Synfig is a vector-based 2D animation package. It is designed to be capable of producing feature-film quality animation. It eliminates the need for tweening, preventing the need to hand-draw each frame.

pencil2d 0.6.6
Dependencies: bash-minimal@5.2.37 qtbase@5.15.17 qtxmlpatterns@5.15.17 qtmultimedia@5.15.17 qtsvg@5.15.17
Channel: guix
Location: gnu/packages/animation.scm (gnu packages animation)
Home page: https://www.pencil2d.org
Licenses: GPL 2
Build system: gnu
Synopsis: Make 2D hand-drawn animations
Description:

Pencil2D is an easy-to-use and intuitive animation and drawing tool. It lets you create traditional hand-drawn animations (cartoons) using both bitmap and vector graphics.

anthy 9100h
Channel: guix
Location: gnu/packages/anthy.scm (gnu packages anthy)
Home page: https://anthy.osdn.jp/
Licenses: LGPL 2.1+ GPL 2
Build system: gnu
Synopsis: Japanese input method
Description:

Anthy is a Japanese input method for converting hiragana text to mixed kana and kanji. It is written in the C programming language. Anthy stores personal customizations (words it has learned from the user's input, words the user has explicitly added, etc.) in the ~/.anthy/ directory. This package contains the anthy C libraries, the cannadic and alt-cannadic kana dictionaries, as well as command-line tools for using anthy and managing dictionaries.

clamav 1.4.3
Dependencies: bzip2@1.0.8 check@0.15.2 curl@8.6.0 json-c@0.18 libressl@4.2.0 libxml2@2.14.6 ncurses@6.2.20210619 pcre2@10.42 zlib@1.3.1
Channel: guix
Location: gnu/packages/antivirus.scm (gnu packages antivirus)
Home page: https://www.clamav.net
Licenses: GPL 2+ LGPL 2.1 Public Domain non-copyleft FreeBSD Modified BSD NCSA/University of Illinois Open Source License Zlib X11 non-copyleft ASL 2.0 Expat
Build system: cmake
Synopsis: Antivirus engine
Description:

Clam AntiVirus is an anti-virus toolkit, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner, and advanced tool for automatic database updates. The core of the package is an anti-virus engine available in the form of a shared library.

yara 4.5.2
Dependencies: openssl@3.0.8 bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/antivirus.scm (gnu packages antivirus)
Home page: https://github.com/VirusTotal/yara
Licenses: Modified BSD
Build system: gnu
Synopsis: Pattern matching swiss knife
Description:

YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA you can create rules that evaluate conditions based on textual and binary patterns. This package also provides an executable to scan files, folders, and running processes and report those that match said rules.

dzaima-apl 0.2.0
Dependencies: bash-minimal@5.2.37 openjdk@18.0.2.1
Channel: guix
Location: gnu/packages/apl.scm (gnu packages apl)
Home page: https://github.com/dzaima/APL
Licenses: Expat
Build system: gnu
Synopsis: Implementation of the APL programming language in Java
Description:

This package provides an implementation of APL in Java, extended from Dyalog APL.

apl 1.8-r1550
Dependencies: gettext-minimal@0.23.1 openblas@0.3.30 pcre2@10.42 readline@8.2.13 sqlite@3.39.3
Channel: guix
Location: gnu/packages/apl.scm (gnu packages apl)
Home page: https://www.gnu.org/software/apl/
Licenses: GPL 3+
Build system: gnu
Synopsis: APL interpreter
Description:

GNU APL is a free interpreter for the programming language APL. It is an implementation of the ISO standard 13751.

pam-apparmor 3.1.2
Dependencies: libapparmor@3.1.2 linux-pam@1.5.2
Propagated dependencies: libapparmor@3.1.2
Channel: guix
Location: gnu/packages/apparmor.scm (gnu packages apparmor)
Home page: https://apparmor.net
Licenses: Modified BSD
Build system: gnu
Synopsis: Linux kernel security module
Description:

AppArmor is an effective and easy-to-use Linux application security system.

AppArmor proactively protects the operating system and applications from external or internal threats, even zero-day attacks, by enforcing good behavior and preventing both known and unknown application flaws from being exploited.

AppArmor supplements the traditional Unix discretionary access control (DAC) model by providing mandatory access control (MAC). It has been included in the mainline Linux kernel since version 2.6.36 and its development has been supported by Canonical since 2009.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091