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

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-gtk-strut 0.1.3.2
Dependencies: ghc-gi-gdk@4.0.9 ghc-gi-gtk@4.0.6
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/IvanMalison/gtk-strut#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Libary for creating strut windows with gi-gtk
Description:

Please see the README on Github at <https://github.com/IvanMalison/gtk-strut#readme>

ghc-haskell-gi-base 0.26.8
Dependencies: glib@2.83.3 ghc-gtk2hs-buildtools@0.13.10.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: Foundation for libraries generated by haskell-gi
Description:

Foundation for libraries generated by haskell-gi

ghc-pipes-safe 2.3.5
Dependencies: ghc-transformers-base@0.4.6 ghc-monad-control@1.0.3.1 ghc-primitive@0.7.3.0 ghc-pipes@4.3.16
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://hackage.haskell.org/package/pipes-safe
Licenses: Modified BSD
Build system: haskell
Synopsis: Safety for the pipes ecosystem
Description:

This package adds resource management and exception handling to the @pipes@ ecosystem. . Notable features include: . * /Resource Safety/: Guarantee finalization using @finally@, @bracket@ and more . * /Exception Safety/: Even against asynchronous exceptions! . * /Laziness/: Only acquire resources when you need them . * /Promptness/: Finalize resources early when you are done with them . * /Native Exception Handling/: Catch and resume from exceptions inside pipes . * /No Buy-in/: Mix resource-safe pipes with unmanaged pipes using @hoist@.

ghc-th-abstraction 0.7.1.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/glguy/th-abstraction
Licenses: ISC
Build system: haskell
Synopsis: Nicer interface for reified information about data types
Description:

This package normalizes variations in the interface for inspecting datatype information via Template Haskell so that packages and support a single, easier to use informational datatype while supporting many versions of Template Haskell.

ghc-hspec-expectations 0.8.4
Dependencies: ghc-hunit@1.6.2.0 ghc-call-stack@0.4.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/hspec/hspec-expectations#readme
Licenses: Expat
Build system: haskell
Synopsis: Catchy combinators for HUnit
Description:

Catchy combinators for HUnit: <https://github.com/hspec/hspec-expectations#readme>.

ghc-th-utilities 0.2.5.2
Dependencies: ghc-primitive@0.7.3.0 ghc-syb@0.7.2.3 ghc-th-abstraction@0.7.1.0 ghc-th-orphans@0.13.16
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/fpco/th-utilities#readme
Licenses: Expat
Build system: haskell
Synopsis: Collection of useful functions for use with Template Haskell
Description:

This package lacks a description. Run "info '(guix) Synopses and Descriptions'" for more information.

ghc-dirstream 1.1.0
Dependencies: ghc-system-filepath@0.4.14 ghc-system-fileio@0.3.16.4 ghc-pipes@4.3.16 ghc-pipes-safe@2.3.5
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://hackage.haskell.org/package/dirstream
Licenses: Modified BSD
Build system: haskell
Synopsis: Easily stream directory contents in constant memory
Description:

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.

ghc-liquidhaskell 0.9.2.8.0
Dependencies: ghc-liquidhaskell-boot@0.9.2.8.0 z3@4.13.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/ucsd-progsys/liquidhaskell
Licenses: Modified BSD
Build system: haskell
Synopsis: Liquid Types for Haskell
Description:

Liquid Types for Haskell.

ghc-streamly 0.10.1
Dependencies: ghc-streamly-core@0.2.3 ghc-hashable@1.4.2.0 ghc-unordered-containers@0.2.19.1 ghc-heaps@0.4.1 ghc-atomic-primops@0.8.4 ghc-lockfree-queue@0.2.4 ghc-unicode-data@0.3.1 ghc-network@3.1.4.0 ghc-transformers-base@0.4.6 ghc-monad-control@1.0.3.1
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://streamly.composewell.com
Licenses: Modified BSD
Build system: haskell
Synopsis: Streaming, dataflow programming and declarative concurrency
Description:

For upgrading to streamly-0.9.0+ please read the <https://github.com/composewell/streamly/blob/streamly-0.10.0/docs/User/Project/Upgrading-0.8-to-0.9.md Streamly-0.9.0 upgrade guide>. . Streamly is a standard library for Haskell that focuses on C-like performance, modular combinators, and streaming data flow model. Streamly consists of two packages, the <https://hackage.haskell.org/package/streamly-core streamly-core> package provides functionality that depends only on boot libraries, and the <https://hackage.haskell.org/package/streamly streamly> package provides additional functionality like concurrency, time, lifted exceptions, and networking. For unified documentation visit <https://streamly.composewell.com the streamly website>. . Streamly provides unified, modular building blocks to build high-performance, concurrent, scalable applications in Haskell . Stream fusion optimizations in streamly enable exceptional modularity with high performance comparable to C. Streamly complements the Haskell <https://hackage.haskell.org/package/base base> package, supplying additional functionality to quickly build general-purpose applications in Haskell. For high-level functionality built over streamly like streaming OS processes, shell programming, GNU coreutils, statistics, and compression libraries please see the <https://streamly.composewell.com/ecosystem.html streamly ecosystem packages>. . Performance with modularity: . * Performance on par with C (<https://github.com/composewell/streaming-benchmarks Benchmarks>) * API close to standard Haskell lists (<https://github.com/composewell/streamly-examples Examples>) * Declarative concurrency with automatic scaling * Filesystem, fsnotify, network, and Unicode support included * Fast binary serialization (with optional JSON like features) * More functionality is provided via many (<https://streamly.composewell.com/ecosystem.html ecosystem packages>) . Unified and powerful abstractions: . * Unifies streams, arrays, folds, and parsers * Unifies @Data.List@, @list-t@, and @logict@ with streaming * Unifies concurrency with standard streaming abstractions * Unifies reactive, time-domain programming with streaming * Unifies binary serialization and unboxed arrays * Interworks with other streaming libraries.

ghc-liquidhaskell-boot 0.9.2.8.0
Dependencies: ghc-diff@0.4.1 ghc-aeson@2.0.3.0 ghc-cereal@0.5.8.3 ghc-cmdargs@0.10.22 ghc-fingertree@0.1.5.0 ghc-gitrev@1.3.1 ghc-hashable@1.4.2.0 ghc-hscolour@1.24.4 ghc-liquid-fixpoint@0.9.2.5 ghc-optparse-applicative@0.17.1.0 ghc-githash@0.1.6.3 ghc-megaparsec@9.7.0 ghc-split@0.2.3.5 ghc-syb@0.7.2.3 ghc-th-compat@0.1.4 ghc-temporary@1.3 ghc-unordered-containers@0.2.19.1 ghc-recursion-schemes@5.2.3 ghc-vector@0.12.3.1 ghc-free@5.1.10 ghc-extra@1.7.13 ghc@9.2.8
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/ucsd-progsys/liquidhaskell
Licenses: Modified BSD
Build system: haskell
Synopsis: Liquid Types for Haskell
Description:

This package provides a plugin to verify Haskell programs. But most likely you should be using the [liquidhaskell package](https://hackage.haskell.org/package/liquidhaskell) instead, which rexports this plugin together with necessary specifications for definitions in the boot libraries.

ghc-gi-gtk-hs 0.3.16
Dependencies: ghc-base-compat@0.12.2 ghc-haskell-gi-base@0.26.8 ghc-gi-glib@2.0.30 ghc-gi-gobject@2.0.31 ghc-gi-gdk@4.0.9 ghc-gi-gtk@4.0.6 ghc-gi-gdkpixbuf@2.0.32
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: A wrapper for gi-gtk, adding a few more idiomatic API parts on top
Description:

A wrapper for gi-gtk, adding a few more idiomatic API parts on top

ghc-abstract-deque-tests 0.3
Dependencies: ghc-abstract-deque@0.3 ghc-random@1.2.1.1 ghc-hunit@1.6.2.0 ghc-test-framework@0.8.2.0 ghc-test-framework-hunit@0.3.0.2
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/rrnewton/haskell-lockfree/wiki
Licenses: Modified BSD
Build system: haskell
Synopsis: A test-suite for any queue or double-ended queue satisfying an interface
Description:

This package provides tests that can be used with any queue implementation that satisfies the `abstract-deque` interface.

ghc-tasty-hunit 0.10.2
Dependencies: ghc-tasty@1.5.3 ghc-call-stack@0.4.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/UnkindPartition/tasty
Licenses: Expat
Build system: haskell
Synopsis: HUnit support for the Tasty test framework.
Description:

HUnit support for the Tasty test framework. . Note that this package does not depend on HUnit but implements the relevant subset of its API. The name is a legacy of the early versions of tasty-hunit and of test-framework-hunit, which did depend on HUnit.

ghc-smtlib-backends 0.4
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://hackage.haskell.org/package/smtlib-backends
Licenses: Expat
Build system: haskell
Synopsis: Low-level functions for SMT-LIB-based interaction with SMT solvers.
Description:

This library provides an extensible interface for interacting with SMT solvers using SMT-LIB. The smtlib-backends-process package provides a backend that runs solvers as external processes, and the smtlib-backends-z3 package provides a backend that uses inlined calls to Z3's C API.

ghc-gi-gdkpixbuf 2.0.32
Dependencies: gdk-pixbuf@2.42.12 ghc-haskell-gi-base@0.26.8 ghc-haskell-gi@0.26.14 ghc-haskell-gi-overloading@1.0 ghc-gi-gio@2.0.35 ghc-gi-gobject@2.0.31 ghc-gi-glib@2.0.30 ghc-gi-gmodule@2.0.6 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: GdkPixbuf bindings
Description:

Bindings for GdkPixbuf, autogenerated by haskell-gi.

ghc-pipes-parse 3.0.9
Dependencies: ghc-pipes@4.3.16
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://hackage.haskell.org/package/pipes-parse
Licenses: Modified BSD
Build system: haskell
Synopsis: Parsing infrastructure for the pipes ecosystem
Description:

@pipes-parse@ builds upon the @pipes@ library to provide shared parsing idioms and utilities: . * /Leftovers/: Save unused input for later consumption . * /Leftover propagation/: Leftovers are propagated backwards perfectly . * /Connect and Resume/: Use @StateT@ to save unused input for later . * /Termination Safety/: Detect and recover from end of input . @Pipes.Parse@ contains the full documentation for this library. . Read @Pipes.Parse.Tutorial@ for an extensive tutorial.

ghc-store-core 0.4.4.7
Dependencies: ghc-primitive@0.7.3.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/fpco/store#readme
Licenses: Expat
Build system: haskell
Synopsis: Fast and lightweight binary serialization
Description:

This package lacks a description. Run "info '(guix) Synopses and Descriptions'" for more information.

ghc-scotty 0.12
Dependencies: ghc-aeson@2.0.3.0 ghc-base-compat-batteries@0.12.2 ghc-blaze-builder@0.4.2.2 ghc-case-insensitive@1.2.1.0 ghc-data-default-class@0.1.2.0 ghc-fail@4.9.0.0 ghc-http-types@0.12.3 ghc-monad-control@1.0.3.1 ghc-nats@1.1.2 ghc-network@3.1.4.0 ghc-regex-compat@0.95.2.1 ghc-transformers-base@0.4.6 ghc-transformers-compat@0.7.2 ghc-wai@3.2.3 ghc-wai-extra@3.1.13.0 ghc-warp@3.3.23
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/scotty-web/scotty
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp
Description:
A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp. . @ &#123;-&#35; LANGUAGE OverloadedStrings &#35;-&#125; . import Web.Scotty . import Data.Monoid (mconcat) . main = scotty 3000 $ &#32;&#32;get &#34;/:word&#34; $ do &#32;&#32;&#32;&#32;beam <- param &#34;word&#34; &#32;&#32;&#32;&#32;html $ mconcat [&#34;&#60;h1&#62;Scotty, &#34;, beam, &#34; me up!&#60;/h1&#62;&#34;] @ . . Scotty is the cheap and cheerful way to write RESTful, declarative web applications. . * A page is as simple as defining the verb, url pattern, and Text content. . * It is template-language agnostic. Anything that returns a Text value will do. . * Conforms to WAI Application interface. . * Uses very fast Warp webserver by default. . As for the name: Sinatra + Warp = Scotty. . [WAI] <http://hackage.haskell.org/package/wai> . [Warp] <http://hackage.haskell.org/package/warp>
ghc-libzfs 0.2.0.0
Dependencies: zfs@2.3.4
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://hackage.haskell.org/package/libzfs
Licenses: Expat
Build system: haskell
Synopsis: Bindings to libzfs, for dealing with the Z File System and Zpools.
Description:

Bindings to libzfs, for dealing with the Z File System and Zpools.

ghc-gi-gio 2.0.35
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-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: Gio bindings
Description:

Bindings for Gio, autogenerated by haskell-gi.

ghc-liquid-fixpoint 0.9.2.5
Dependencies: ghc-ansi-terminal@0.11.4 ghc-async@2.2.4 ghc-attoparsec@0.14.4 ghc-store@0.7.20 ghc-boxes@0.1.5 ghc-cereal@0.5.8.3 ghc-cmdargs@0.10.22 ghc-fgl@5.7.0.3 ghc-hashable@1.4.2.0 ghc-intern@0.9.6 ghc-parallel@3.2.2.0 ghc-parser-combinators@1.3.0 ghc-typed-process@0.2.11.0 ghc-megaparsec@9.7.0 ghc-syb@0.7.2.3 ghc-smtlib-backends@0.4 ghc-smtlib-backends-process@0.3 ghc-lens-family@2.1.3 ghc-intern@0.9.6 ghc-transformers@0.5.6.2 ghc-unordered-containers@0.2.19.1 ghc-aeson@2.0.3.0 ghc-rest-rewrite@0.4.5 ghc-ascii-progress@0.3.3.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/ucsd-progsys/liquid-fixpoint
Licenses: Modified BSD
Build system: haskell
Synopsis: Predicate Abstraction-based Horn-Clause/Implication Constraint Solver
Description:

This package implements an SMTLIB based Horn-Clause\/Logical Implication constraint solver used for Liquid Types. . The package includes: . 1. Types for Expressions, Predicates, Constraints, Solutions 2. Code for solving constraints . Requirements . In addition to the .cabal dependencies you require . * A Z3 (<http://z3.codeplex.com>) or CVC4 (<http://cvc4.cs.nyu.edu>) binary.

ghc-gi-atk 2.0.28
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-glib@2.0.30 gobject-introspection@1.82.0 atk@2.52.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: Atk bindings
Description:

Bindings for Atk, autogenerated by haskell-gi.

Page: 123456
Total results: 132