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

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.


ghc-gi-cairo 1.0.30
Dependencies: ghc-haskell-gi-base@0.26.8 ghc-haskell-gi@0.26.14 ghc-haskell-gi-overloading@1.0 gobject-introspection@1.82.0 cairo@1.18.4
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: Cairo bindings
Description:

Bindings for Cairo, autogenerated by haskell-gi.

ghc-gi-xlib 2.0.14
Dependencies: ghc-haskell-gi-base@0.26.8 ghc-haskell-gi@0.26.14 ghc-haskell-gi-overloading@1.0 gobject-introspection@1.82.0 gdk-pixbuf@2.42.12 libx11@1.8.12
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: xlib bindings
Description:

Bindings for xlib, autogenerated by haskell-gi.

ghc-cryptohash-sha1 0.11.101.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/haskell-hvr/cryptohash-sha1
Licenses: Modified BSD
Build system: haskell
Synopsis: Fast, pure and practical SHA-1 implementation
Description:

This package provides a practical incremental and one-pass, pure API to the <https://en.wikipedia.org/wiki/SHA-1 SHA-1 hash algorithm> (including <https://en.wikipedia.org/wiki/HMAC HMAC> support) with performance close to the fastest implementations available in other languages. . The implementation is made in C with a haskell FFI wrapper that hides the C implementation. . NOTE: This package has been forked off @cryptohash-0.11.7@ because the @cryptohash@ package has been deprecated and so this package continues to satisfy the need for a lightweight package providing the SHA1 hash algorithm without any dependencies on packages other than @base@ and @bytestring@. . Consequently, this package can be used as a drop-in replacement for @cryptohash@'s "Crypto.Hash.SHA1" module, though with a clearly smaller footprint.

ghc-tuple 0.3.0.2
Dependencies: ghc-onetuple@0.3.1
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://hackage.haskell.org/package/tuple
Licenses: Modified BSD
Build system: haskell
Synopsis: Various functions on tuples
Description:

Various useful functions on tuples, overloaded on tuple size.

ghc-gi-dbusmenu 0.4.14
Dependencies: ghc-haskell-gi-base@0.26.8 ghc-haskell-gi@0.26.14 ghc-haskell-gi-overloading@1.0 ghc-gi-glib@2.0.30 ghc-gi-gobject@2.0.31 gobject-introspection@1.82.0 libdbusmenu@16.04.0-496 glib@2.83.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: Dbusmenu bindings
Description:

Bindings for libdbusmenu, autogenerated by haskell-gi.

ghc-cabal-syntax 3.14.1.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://www.haskell.org/cabal/
Licenses: Modified BSD
Build system: haskell
Synopsis: A library for working with .cabal files
Description:

This library provides tools for reading and manipulating the .cabal file format.

ghc-th-reify-many 0.1.10
Dependencies: ghc-safe@0.3.19 ghc-th-expand-syns@0.4.11.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://github.com/mgsloan/th-reify-many
Licenses: Modified BSD
Build system: haskell
Synopsis: Recurseively reify template haskell datatype info
Description:

@th-reify-many@ provides functions for recursively reifying top level declarations. The main intended use case is for enumerating the names of datatypes reachable from an initial datatype, and passing these names to some function which generates instances.

ghc-quickcheck 2.16.0.0
Dependencies: ghc-random@1.2.1.1 ghc-splitmix@0.1.0.4 ghc-data-array-byte@0.1.0.1
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/nick8325/quickcheck
Licenses: Modified BSD
Build system: haskell
Synopsis: Automatic testing of Haskell programs
Description:

QuickCheck is a library for random testing of program properties. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases. Specifications are expressed in Haskell, using combinators provided by QuickCheck. QuickCheck provides combinators to define properties, observe the distribution of test data, and define test data generators. . Most of QuickCheck's functionality is exported by the main "Test.QuickCheck" module. The main exception is the monadic property testing library in "Test.QuickCheck.Monadic". . If you are new to QuickCheck, you can try looking at the following resources: . * The <http://www.cse.chalmers.se/~rjmh/QuickCheck/manual.html official QuickCheck manual>. It's a bit out-of-date in some details and doesn't cover newer QuickCheck features, but is still full of good advice. * <https://begriffs.com/posts/2017-01-14-design-use-quickcheck.html>, a detailed tutorial written by a user of QuickCheck. . The <https://hackage.haskell.org/package/quickcheck-instances quickcheck-instances> companion package provides instances for types in Haskell Platform packages at the cost of additional dependencies.

ghc-unix-compat 0.7.3
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/haskell-pkg-janitors/unix-compat
Licenses: Modified BSD
Build system: haskell
Synopsis: Portable POSIX-compatibility layer.
Description:

This package provides portable implementations of parts of the unix package. This package re-exports the unix package when available. When it isn't available, portable implementations are used.

ghc-z-data 2.0.1.0
Dependencies: ghc-case-insensitive@1.2.1.0 ghc-hashable@1.4.2.0 ghc-primitive@0.7.3.0 ghc-hspec-discover@2.9.7 ghc-quickcheck@2.16.0.0 ghc-random@1.2.1.1 ghc-scientific@0.3.7.0 ghc-tagged@0.8.6.1 ghc-unordered-containers@0.2.19.1 ghc-unicode-collation@0.1.3.4 ghc-uuid-types@1.0.5
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/ZHaskell/z-data
Licenses: Modified BSD
Build system: haskell
Synopsis: Array, vector and text
Description:

This package provides array, slice and text operations.

ghc-broadcast-chan 0.2.1.2
Dependencies: ghc-unliftio-core@0.2.1.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/merijn/broadcast-chan
Licenses: Modified BSD
Build system: haskell
Synopsis: Closable, fair, single-wakeup channel type that avoids 0 reader space leaks.
Description:
A closable, fair, single-wakeup channel that avoids the 0 reader space leak that @"Control.Concurrent.Chan"@ from base suffers from. The @Chan@ type from @"Control.Concurrent.Chan"@ consists of both a read and write end combined into a single value. This means there is always at least 1 read end for a @Chan@, which keeps any values written to it alive. This is a problem for applications/libraries that want to have a channel that can have zero listeners. @"BroadcastChan"@ splits channels into separate read and write ends. Any message written to a a channel with no existing read end is immediately dropped so it can be garbage collected.
ghc-gi-dbusmenugtk3 0.4.15
Dependencies: ghc-haskell-gi-base@0.26.8 ghc-haskell-gi@0.26.14 ghc-haskell-gi-overloading@1.0 ghc-gi-glib@2.0.30 ghc-gi-gobject@2.0.31 ghc-gi-gtk@4.0.6 ghc-gi-dbusmenu@0.4.14 ghc-gi-atk@2.0.28 ghc-gi-gdk@4.0.9 ghc-gi-gdkpixbuf@2.0.32 gobject-introspection@1.82.0 libdbusmenu@16.04.0-496 gtk+@3.24.51
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: DbusmenuGtk bindings
Description:

Bindings for libdbusgtk3, autogenerated by haskell-gi.

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.

ghc-unix 2.8.6.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/haskell/unix
Licenses: Modified BSD
Build system: haskell
Synopsis: POSIX functionality
Description:

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.

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-webkit 6.0.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: Bindings for WebKit 6.x, autogenerated by haskell-gi.
Description:

Haskell WebKit bindings.

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-gi-gobject 2.0.31
Dependencies: ghc-haskell-gi-base@0.26.8 ghc-haskell-gi@0.26.14 ghc-haskell-gi-overloading@1.0 ghc-gi-glib@2.0.30 gobject-introspection@1.82.0 glib@2.83.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: GObject bindings
Description:

Bindings for GObject, autogenerated by haskell-gi.

ghc-haskell-gi 0.26.14
Dependencies: ghc-haskell-gi-base@0.26.8 ghc-attoparsec@0.14.4 ghc-pretty-show@1.10 ghc-ansi-terminal@0.11.4 ghc-safe@0.3.19 ghc-xdg-basedir@0.2.2 ghc-xml-conduit@1.9.1.2 ghc-regex-tdfa@1.3.2.1 glib@2.83.3 gobject-introspection@1.82.0
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: Generate Haskell bindings for GObject Introspection capable libraries
Description:

Generate Haskell bindings for GObject Introspection capable libraries. This includes most notably Gtk+, but many other libraries in the GObject ecosystem provide introspection data too.

ghc-smallcheck 1.1.1
Dependencies: ghc-logict@0.8.0.0 ghc-hspec-core@2.11.14
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/Bodigrim/smallcheck
Licenses: Modified BSD
Build system: haskell
Synopsis: A property-based testing library
Description:

As of 2023, this library is largely obsolete: arbitrary test generators with shrinking such as [falsify](https://hackage.haskell.org/package/falsify) offer much better user experience. . SmallCheck is a testing library that allows to verify properties for all test cases up to some depth. The test cases are generated automatically by SmallCheck.

ghc-rest-rewrite 0.4.5
Dependencies: ghc-hashable@1.4.2.0 ghc-time@1.12 ghc-unordered-containers@0.2.19.1 ghc-quickcheck@2.16.0.0 ghc-monad-loops@0.4.3 z3@4.13.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://hackage.haskell.org/package/rest-rewrite
Licenses: Modified BSD
Build system: haskell
Synopsis: Rewriting library with online termination checking
Description:

REST is a Rewriting library with online termination checking. For more details see the paper at https://arxiv.org/abs/2202.05872.

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-hspec-smallcheck 0.5.3
Dependencies: ghc-hunit@1.6.2.0 ghc-call-stack@0.4.0 ghc-hspec-core@2.11.14 ghc-smallcheck@1.1.1 ghc-hspec-core@2.11.14
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://hspec.github.io/
Licenses: Expat
Build system: haskell
Synopsis: SmallCheck support for the Hspec testing framework
Description:

SmallCheck support for the Hspec testing framework.

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.

Page: 123456
Total results: 132