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

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.


impd 0.8.1
Dependencies: grep@3.8
Channel: ajattix
Location: ajatt/packages/audio.scm (ajatt packages audio)
Home page: https://github.com/Ajatt-Tools/impd
Licenses: GPL 3
Build system: copy
Synopsis: AJATT-style passive listening and condensed audio without bloat.
Description:

AJATT-style passive listening and condensed audio without bloat.

navidrome-bin 0.58.0
Channel: ajattix
Location: ajatt/packages/audio.scm (ajatt packages audio)
Home page: https://github.com/navidrome/navidrome
Licenses: GPL 3
Build system: copy
Synopsis: Modern Music Server and Streamer compatible with Subsonic/Airsonic.
Description:

Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!

ncnn 20240820
Channel: ajattix
Location: ajatt/packages/deep-learning.scm (ajatt packages deep-learning)
Home page: https://github.com/Tencent/ncnn
Licenses: FreeBSD Zlib
Build system: cmake
Synopsis: ncnn is a high-performance neural network inference framework optimized for the mobile platform.
Description:

ncnn is a high-performance neural network inference computing framework optimized for mobile platforms. ncnn is deeply considerate about deployment and uses on mobile phones from the beginning of design. ncnn does not have third-party dependencies. It is cross-platform and runs faster than all known open-source frameworks on mobile phone cpu.

gd-tools 1.5
Dependencies: nlohmann-json@3.12.0 curl@8.6.0 openssl@3.0.8 nss-certs@3.101.4 marisa@0.2.6 Catch2@3.5.2 cpr@1.5
Channel: ajattix
Location: ajatt/packages/dictionaries.scm (ajatt packages dictionaries)
Home page: https://codeberg.org/hashirama/gd-tools/
Licenses: GPL 3+ Zlib
Build system: cmake
Synopsis: A set of helpful programs to enhance goldendict for immersion learning.
Description:

A set of helpful programs to enhance goldendict for immersion learning.

mxml 4.0.3
Channel: ajattix
Location: ajatt/packages/dictionaries.scm (ajatt packages dictionaries)
Home page: https://www.msweet.org/mxml
Licenses: ASL 2.0
Build system: gnu
Synopsis: Tiny XML library.
Description:

Mini-XML is a small XML parsing library that you can use to read XML data files or strings in your application without requiring large non-standard libraries. Mini-XML only requires a make program and a C99 compatible compiler - GCC works, as do most vendors' C compilers.

cpr 1.5
Dependencies: curl@8.6.0 openssl@3.0.8
Channel: ajattix
Location: ajatt/packages/dictionaries.scm (ajatt packages dictionaries)
Home page: https://github.com/libcpr/cpr
Licenses: Expat
Build system: cmake
Synopsis: C++ Requests: Curl for People
Description:

C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.

Despite its name, libcurl's easy interface is anything but, and making mistakes, misusing it is a common source of error and frustration. Using the more expressive language facilities of C++17 'or C++11 in case you use cpr < 1.10.0', this library captures the essence of making network calls into a few concise idioms.

rdricpp 1.5
Dependencies: Catch2@3.5.2
Channel: ajattix
Location: ajatt/packages/dictionaries.scm (ajatt packages dictionaries)
Home page: https://codeberg.org/hashirama/rdricpp
Licenses: GPL 3+ Zlib
Build system: cmake
Synopsis: Rikaitan Deinflector Reference Implementation in C++.
Description:

Rikaitan Deinflector Reference Implementation in C++.

suckless-dictpopup 2.5_stable
Dependencies: freetype@2.13.3 libxft@2.3.8 libx11@1.8.12 font-google-noto-sans-cjk@2.004 libxinerama@1.1.5 sdcv@0.5.5 sselp@0.2
Propagated dependencies: perl@5.36.0
Channel: ajattix
Location: ajatt/packages/dictionaries.scm (ajatt packages dictionaries)
Home page: https://github.com/KonstantinDjairo/suckless_dictpopup
Licenses: Zero-Clause BSD
Build system: gnu
Synopsis: A very lightweight popup dictionary written in C.
Description:

suckless_dictpopup is a very lightweight program to show popups with the dictionary entries of the selected text. It uses Xlib for displaying the popup and sdcv for the dictionary lookup.

goldendict-ng 24.11
Dependencies: ao@1.2.2-5-g20dc8ed bzip2@1.0.8 ffmpeg@8.0 qtsvg@6.9.2 xapian@1.4.29 qtmultimedia@6.9.2 gstreamer@1.26.3 qtbase@6.9.2 qtsvg@6.9.2 xproto@7.0.31
Propagated dependencies: qtsvg@6.9.2
Channel: ajattix
Location: ajatt/packages/dictionaries.scm (ajatt packages dictionaries)
Home page: https://xiaoyifang.github.io/goldendict-ng/
Licenses: GPL 3+ Zlib
Build system: cmake
Synopsis: A feature-rich dictionary lookup program
Description:

GoldenDict is a feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict, Babylon, Lingvo, Dictd, AARD, MDict, SDict) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case.

Catch2 3.5.2
Channel: ajattix
Location: ajatt/packages/dictionaries.scm (ajatt packages dictionaries)
Home page: https://github.com/catchorg/Catch2
Licenses: Boost 1.0
Build system: cmake
Synopsis: Catch2 testing for C++
Description:

Catch2 is mainly a unit testing framework for C++, but it also provides basic micro-benchmarking features, and simple BDD macros.

Catch2's main advantage is that using it is both simple and natural. Test names do not have to be valid identifiers, assertions look like normal C++ boolean expressions, and sections provide a nice and local way to share set-up and tear-down code in tests.

xcdat 0.2.1
Channel: ajattix
Location: ajatt/packages/dictionaries.scm (ajatt packages dictionaries)
Home page: https://kampersanda.github.io/xcdat/
Licenses: Expat
Build system: cmake
Synopsis: Fast compressed trie dictionary library.
Description:

Xcdat is a C++17 header-only library of a fast compressed string dictionary based on an improved double-array trie structure.

frege 3.24.405
Dependencies: openjdk@25.0.2
Channel: ajattix
Location: ajatt/packages/frege.scm (ajatt packages frege)
Home page: https://github.com/Frege/frege
Licenses: Modified BSD
Build system: copy
Synopsis: Frege compiler (Haskell language for the JVM)
Description:

Frege is a Haskell for the JVM

go-go4-org-unsafe-assume-no-moving-gc 0.0.0-20231121144256-b99613f794b6
Channel: ajattix
Location: ajatt/packages/go.scm (ajatt packages go)
Home page: https://go4.org/unsafe/assume-no-moving-gc
Licenses: Modified BSD
Build system: go
Synopsis: go4.org/unsafe/assume-no-moving-gc
Description:

Package go4.org/unsafe/assume-no-moving-gc exists so you can depend on it from unsafe code that wants to declare that it assumes that the Go runtime does not use a moving garbage collector. Specifically, it asserts that the caller is playing stupid games with the addresses of heap-allocated values. It says nothing about values that Go's escape analysis keeps on the stack. Ensuring things aren't stack-allocated is the caller's responsibility.

go-github-com-karpeleslab-weak 0.1.1
Channel: ajattix
Location: ajatt/packages/go.scm (ajatt packages go)
Home page: https://github.com/KarpelesLab/weak
Licenses: Expat
Build system: go
Synopsis: weakref map in go 1.18
Description:

This is a weakref map for Go 1.18, with some inspiration from @urlhttps://github.com/xeus2001/go-weak,xeus2001's weakref implementation.

ghc-primitive 0.7.3.0
Dependencies: ghc-data-array-byte@0.1.0.1
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/haskell/primitive
Licenses: Modified BSD
Build system: haskell
Synopsis: Primitive memory-related operations
Description:

This package provides various primitive memory-related operations.

ghc-gi-gdkx11 4.0.8
Dependencies: ghc-haskell-gi-base@0.26.8 ghc-haskell-gi@0.26.14 ghc-haskell-gi-overloading@1.0 ghc-gi-gobject@2.0.31 ghc-gi-gdk@4.0.9 ghc-gi-gio@2.0.35 ghc-gi-cairo@1.0.30 ghc-gi-xlib@2.0.14 gobject-introspection@1.86.0 gtk@4.20.3
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/haskell-gi/haskell-gi
Licenses: LGPL 2.1
Build system: haskell
Synopsis: GdkX11 bindings
Description:

Bindings for GdkX11, autogenerated by haskell-gi.

ghc-xml-helpers 1.0.0
Dependencies: ghc-xml@1.3.14
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://github.com/acw/xml-helpers
Licenses: Modified BSD
Build system: haskell
Synopsis: Some useful helper functions for the xml library.
Description:

Included are some folds and maps I've found useful in parsing XML data.

ghc-hstringtemplate 0.8.8
Dependencies: ghc-blaze-builder@0.4.2.2 ghc-old-locale@1.0.0.7 ghc-semigroups@0.20 ghc-syb@0.7.2.3 ghc-void@0.7.3
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://hackage.haskell.org/package/HStringTemplate
Licenses: Modified BSD
Build system: haskell
Synopsis: StringTemplate implementation in Haskell.
Description:

A port of the Java library by Terrence Parr.

ghc-gi-cairo-render 0.1.2
Dependencies: ghc-utf8-string@1.0.2 ghc-haskell-gi-base@0.26.8 cairo@1.18.4
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/cohomology/gi-cairo-render
Licenses: Modified BSD
Build system: haskell
Synopsis: GI friendly Binding to the Cairo library.
Description:

Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, amongst others.

ghc-pipes-group 1.0.12
Dependencies: ghc-free@5.1.10 ghc-pipes@4.3.16 ghc-pipes-parse@3.0.9
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://hackage.haskell.org/package/pipes-group
Licenses: Modified BSD
Build system: haskell
Synopsis: Group streams into substreams
Description:

@pipes-group@ uses @FreeT@ and lenses to group streams into sub-streams. Notable features include: . * /Perfect Streaming/: Group elements without collecting them into memory . * /Lens Support/: Use lenses to simplify many common operations . @Pipes.Group@ contains the full documentation for this library. . Read @Pipes.Group.Tutorial@ for an extensive tutorial.

ghc-c-structs 0.2.0.3
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/pinselimo/cstructs-in-haskell#readme
Licenses: Expat
Build system: haskell
Synopsis: C-Structs implementation for Haskell
Description:

C-structs lets you create correct C structs in Haskell. These can be used for FFI calls, import as well as exports. This package is part of the development efforts for the Python library Pythas. Pythas provides an interface to import Haskell modules. . Note: As of GHC 9.2 structs cannot be passed by value, only by reference.

ghc-configfile 1.1.4
Dependencies: ghc-missingh@1.5.0.1
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://software.complete.org/configfile
Licenses: Modified BSD
Build system: haskell
Synopsis: Configuration file reading & writing
Description:

Parser and writer for handling sectioned config files in Haskell. . The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer to work with, yet remains powerful and flexible. It is inspired by, and compatible with, Python's ConfigParser module. It uses files that resemble Windows .INI-style files, but with numerous improvements. . ConfigFile provides simple calls to both read and write config files. It's possible to make a config file parsable by this module, the Unix shell, and make.

Page: 1232959
Total packages: 71009