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 various primitive memory-related operations.
This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the bz2 C library so it has high performance.
It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full bzip2 feature set.
Bindings for Atk, autogenerated by haskell-gi.
This library defines an Interpreter monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, essentially, a huge subset of the GHC API wrapped in a simpler API.
This package lacks a description. Run "info '(guix) Synopses and Descriptions'" for more information.
Bindings for Pango, autogenerated by haskell-gi.
Bindings for GLib, autogenerated by haskell-gi.
REST is a Rewriting library with online termination checking. For more details see the paper at https://arxiv.org/abs/2202.05872.
Use this library to read large directories as streams: . * Use @ListT@ to assemble recursive directory traversals while still streaming . * Use @pipes@ to read out the stream of results . * Traversals only open directory streams lazily in response to demand . * Avoid directories with insufficient permissions . This library works on both Unix and Windows.
Bindings for freetype2, autogenerated by haskell-gi.
This package provides functionality for manipulating @OsString@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>.
Simple and high performance IO toolkit for Haskell, including file system, network, ipc and more!
This package provides a simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project <https://github.com/tj/node-progress progress> . <https://github.com/yamadapc/haskell-ascii-progress github>.
Foundation for libraries generated by haskell-gi
Bindings for Gdk, autogenerated by haskell-gi.
Bindings for Gtk, autogenerated by haskell-gi.
Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden tests, QuickCheck/SmallCheck properties, and any other types of tests into a single test suite.
Bindings for Cairo, autogenerated by haskell-gi.
This library provides common functions and values used for testing SMT-LIB backends, as provided by the smtlib-backends library.
This package exposes internal types and functions that can be used to extend Hspec's functionality.
SmallCheck support for the Hspec testing framework.
This package gives you access to the set of operating system services standardised by <http://pubs.opengroup.org/onlinepubs/9699919799/ POSIX.1-2008> (or the IEEE Portable Operating System Interface for Computing Environments - IEEE Std. 1003.1). . The package is not supported under Windows.
Haskell bindings for libarchive. Provides the ability to unpack archives, including the ability to unpack archives lazily.