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.
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.
Haskell bindings for libarchive. Provides the ability to unpack archives, including the ability to unpack archives lazily.
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.
Bindings for Gtk, autogenerated by haskell-gi.
Bindings for Gdk, autogenerated by haskell-gi.
This library provides common functions and values used for testing SMT-LIB backends, as provided by the smtlib-backends library.
Please see the README on Github at <https://github.com/IvanMalison/gtk-sni-tray#readme>
A wrapper for gi-gtk, adding a few more idiomatic API parts on top
This package provides a stable version of Hspec which is used to test the in-development version of Hspec.
Haskell bindings for libarchive. Provides the ability to unpack archives, including the ability to unpack archives lazily.
This package provides first class functional references in Van Laarhoven style supporting the following optics: . * Lenses (view, over) . * Traversals (toListOf, matching, over) . * Setters (over) . * Grates (zipWithOf, under, review) . * Resetters (under) . * Adapters (view, review) . * Grids (toListOf, over / under, review) . * Prisms (matching, over / under, review) . * Getters (view) . * Folders (toListOf) . * Reviewers (review).
SmallCheck support for the Hspec testing framework.
This package lacks a description. Run "info '(guix) Synopses and Descriptions'" for more information.
This package provides tests that can be used with any queue implementation that satisfies the `abstract-deque` interface.
Foundation for libraries generated by haskell-gi
This package provides functionality for manipulating @FilePath@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>. It provides two variants for filepaths: . 1. legacy filepaths: @type FilePath = String@ . 2. operating system abstracted filepaths (@OsPath@): internally unpinned @ShortByteString@ (platform-dependent encoding) . It is recommended to use @OsPath@ when possible, because it is more correct. . For each variant there are three main modules: . * "System.FilePath.Posix" / "System.OsPath.Posix" manipulates POSIX\/Linux style @FilePath@ values (with @\/@ as the path separator). . * "System.FilePath.Windows" / "System.OsPath.Windows" manipulates Windows style @FilePath@ values (with either @\\@ or @\/@ as the path separator, and deals with drives). . * "System.FilePath" / "System.OsPath" for dealing with current platform-specific filepaths . For more powerful string manipulation of @OsPath@, you can use the <https://hackage.haskell.org/package/os-string os-string package> (@OsPath@ is a type synonym for @OsString@). . An introduction into the new API can be found in this <https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html blog post>. Code examples for the new API can be found <https://github.com/hasufell/filepath-examples here>.
Bindings for GdkPixbuf, autogenerated by haskell-gi.
This library contains glue code used to interconnect Haskell GI and Cairo
Bindings for GModule, autogenerated by haskell-gi.
This library implements an SMT-LIB backend (in the sense of the smtlib-backends package) which runs solvers as external processes.
Time, clocks and calendars.
REST is a Rewriting library with online termination checking. For more details see the paper at https://arxiv.org/abs/2202.05872.