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

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-text-icu 0.8.0.2
Dependencies: icu4c@73.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell/text-icu
Licenses: Modified BSD
Synopsis: Bindings to the ICU library
Description:

Haskell bindings to the International Components for Unicode (ICU) libraries. These libraries provide robust and full-featured Unicode services on a wide variety of platforms. . Features include: . * Both pure and impure bindings, to allow for fine control over efficiency and ease of use. . * Breaking of strings on character, word, sentence, and line boundaries. . * Access to the Unicode Character Database (UCD) of character metadata. . * String collation functions, for locales where the conventions for lexicographic ordering differ from the simple numeric ordering of character codes. . * Character set conversion functions, allowing conversion between Unicode and over 220 character encodings. . * Unicode normalization. (When implementations keep strings in a normalized form, they can be assured that equivalent strings have a unique binary representation.) . * Regular expression search and replace. . * Security checks for visually confusable (spoofable) strings. . * Bidirectional Unicode algorithm . * Calendar objects holding dates and times. . * Number and calendar formatting.

ghc-smallcheck 1.2.1.1
Dependencies: ghc-logict@0.8.0.0 ghc-semigroups@0.20 ghc-nats@1.1.2 ghc-void@0.7.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/Bodigrim/smallcheck
Licenses: Modified BSD
Synopsis: Property-based testing library
Description:

SmallCheck is a testing library that verifies properties for all test cases up to some depth. The test cases are generated automatically by SmallCheck.

ghc-prettyclass 1.0.0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/prettyclass
Licenses: Modified BSD
Synopsis: Pretty printing class similar to Show
Description:

This package provides a pretty printing class similar to Show, based on the HughesPJ pretty printing library. It provides the pretty printing class and instances for the Prelude types.

ghc-storable-complex 0.2.3.0
Dependencies: ghc-base-orphans@0.8.8.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/cartazio/storable-complex
Licenses: Modified BSD
Synopsis: Haskell Storable instance for Complex
Description:

This package provides a Haskell library including a Storable instance for Complex which is binary compatible with C99, C++ and Fortran complex data types.

ghc-project-template 0.2.1.0
Dependencies: ghc-base64-bytestring@1.2.1.0 ghc-conduit@1.3.5 ghc-conduit-extra@1.3.6 ghc-resourcet@1.2.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/fpco/haskell-ide
Licenses: Modified BSD
Synopsis: Specify Haskell project templates and generate files
Description:

Haskell library for both generating and consuming project templates.

ost IDEs provide the concept of a project template: instead of writing all of the code for a project from scratch, you select a template, answer a few questions, and a bunch of files are automatically generated.

project-template tries to provide a canonical Haskell library for implementing the ideal templating system.

ghc-simple-sendfile 0.2.31
Dependencies: ghc-network@3.1.4.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/simple-sendfile
Licenses: Modified BSD
Synopsis: Cross platform library for the sendfile system call
Description:

This library tries to call minimum system calls which are the bottleneck of web servers.

ghc-texmath 0.12.5.5
Dependencies: ghc-syb@0.7.2.3 ghc-xml@1.3.14 ghc-pandoc-types@1.22.2.1 ghc-split@0.2.3.5
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jgm/texmath
Licenses: GPL 2
Synopsis: Conversion between formats used to represent mathematics
Description:

The texmath library provides functions to read and write TeX math, presentation MathML, and OMML (Office Math Markup Language, used in Microsoft Office). Support is also included for converting math formats to pandoc's native format (allowing conversion, via pandoc, to a variety of different markup formats). The TeX reader supports basic LaTeX and AMS extensions, and it can parse and apply LaTeX macros.

ghc-bimap 0.5.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/joelwilliamson/bimap
Licenses: Modified BSD
Synopsis: Bidirectional mapping between two key types
Description:

This package provides a data structure representing a bidirectional mapping between two key types. Each value in the bimap is associated with exactly one value of the opposite type.

ghc-dec 0.0.5
Dependencies: ghc-boring@0.2.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/phadej/vec
Licenses: Modified BSD
Synopsis: Decidable propositions
Description:

This package provides a Dec type for representing deciable relations.

type Neg a = a -> Void

data Dec a
    = Yes a
    | No (Neg a)
ghc-mockery 0.3.5
Dependencies: ghc-temporary@1.3 ghc-logging-facade@0.3.1 ghc-base-compat@0.12.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/mockery
Licenses: Expat
Synopsis: Support functions for automated testing
Description:

The mockery package provides support functions for automated testing.

ghc-aspell-pipe 0.6
Dependencies: ghc-async@2.2.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/aspell-pipe
Licenses: Modified BSD
Synopsis: Pipe-based interface to the Aspell program
Description:

This package provides a pipe-based interface to the Aspell program (no dynamic linking required).

ghc-patience 0.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/patience
Licenses: Modified BSD
Synopsis: Patience diff and longest increasing subsequence
Description:

This library implements the 'patience diff' algorithm, as well as the patience algorithm for the longest increasing subsequence problem. Patience diff computes the difference between two lists, for example the lines of two versions of a source file. It provides a good balance between performance, nice output for humans, and simplicity of implementation.

ghc-hslua-core 2.2.1
Dependencies: ghc-lua@2.2.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hslua.org/
Licenses: Expat
Synopsis: Bindings to Lua, an embeddable scripting language
Description:

Wrappers and helpers to bridge Haskell and <https://www.lua.org/ Lua>. . It builds upon the /lua/ package, which allows bundling a Lua interpreter with a Haskell program.

ghc-conduit-algorithms 0.0.13.0
Dependencies: ghc-async@2.2.4 ghc-bzlib-conduit@0.3.0.2 ghc-conduit@1.3.5 ghc-conduit-combinators@1.3.0 ghc-conduit-extra@1.3.6 ghc-conduit-zstd@0.0.2.0 ghc-fingertree@0.1.5.0 ghc-lzma-conduit@1.2.3 ghc-monad-control@1.0.3.1 ghc-resourcet@1.2.6 ghc-stm-conduit@4.0.1 ghc-streaming-commons@0.2.2.6 ghc-unliftio-core@0.2.1.0 ghc-vector@0.12.3.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/luispedro/conduit-algorithms#readme
Licenses: Expat
Synopsis: Conduit-based algorithms
Description:

This package provides algorithms on Conduits, including higher level asynchronous processing and some other utilities.

ghc-data-default-instances-containers 0.0.1
Dependencies: ghc-data-default-class@0.1.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/data-default-instances-containers
Licenses: Modified BSD
Synopsis: Default instances for types in containers
Description:

Provides default instances for types from the containers package.

ghc-chell-quickcheck 0.2.5.2
Dependencies: ghc-chell@0.5 ghc-chell-quickcheck-bootstrap@0.2.5.2 ghc-random@1.2.1.1 ghc-quickcheck@2.14.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://john-millikin.com/software/chell/
Licenses: Expat
Synopsis: QuickCheck support for the Chell testing library
Description:

More complex tests for chell.

ghc-code-page 0.2.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/RyanGlScott/code-page
Licenses: Modified BSD
Synopsis: Windows code page library for Haskell
Description:

A cross-platform library with functions for adjusting code pages on Windows. On all other operating systems, the library does nothing.

ghc-ini 0.4.2
Dependencies: ghc-attoparsec@0.14.4 ghc-unordered-containers@0.2.19.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/andreasabel/ini
Licenses: Modified BSD
Synopsis: Haskell library to easily handle configuration files in the INI format
Description:

The ghc-ini Haskell library lets programmers quickly and easily read and write configuration files in the simple INI format.

ghc-special-values 0.1.0.0
Dependencies: ghc-scientific@0.3.7.0 ghc-ieee754@0.8.0 ghc-nats@1.1.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/minad/special-values#readme
Licenses: Expat
Synopsis: Typeclass providing special values
Description:

Special values are provided by a SpecialValues typeclass. Those can be used for example by QuickCheck, see quickcheck-special.

ghc-lib-parser-ex 9.2.0.4
Dependencies: ghc-uniplate@1.6.13
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme
Licenses: Modified BSD
Synopsis: Algorithms on GHC parse trees
Description:

The ghc-lib-parser-ex package contains GHC API parse tree utilities.

ghc-fgl-arbitrary 0.2.0.6
Dependencies: ghc-fgl@5.7.0.3 ghc-quickcheck@2.14.3 ghc-hspec@2.9.7
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/fgl-arbitrary
Licenses: Modified BSD
Synopsis: QuickCheck support for fgl
Description:

Provides Arbitrary instances for fgl graphs to avoid adding a QuickCheck dependency for fgl whilst still making the instances available to others. Also available are non-fgl-specific functions for generating graph-like data structures.

ghc-time-compat 1.9.6.1
Dependencies: ghc-base-orphans@0.8.8.2 ghc-hashable@1.4.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskellari/time-compat
Licenses: Modified BSD
Synopsis: Compatibility package for time
Description:

This package tries to compat as many time features as possible.

ghc-hspec-expectations-lifted 0.10.0
Dependencies: ghc-hspec-expectations@0.8.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/hspec-expectations-lifted
Licenses: Expat
Synopsis: Version of @code{ghc-hspec-expectations} generalized to @code{MonadIO}
Description:

This package provides a version of ghc-hspec-expectations generalized to MonadIO.

ghc-selective 0.5
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/snowleopard/selective
Licenses: Expat
Synopsis: Selective applicative functors
Description:

This package implements selective applicative functors, which allow you to declare your effects statically, and select which to execute dynamically. See the paper on selective functors for more details.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31092