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

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.


zxqvge d3586a79c86bfe91e1d575572f10094ec9327757
Dependencies: qtbase@5.15.17 qtsvg@5.15.17 qtx11extras@5.15.17
Propagated dependencies: graphviz@7.0.1
Channel: zlqrvx
Location: zlqrvx/packages/graph.scm (zlqrvx packages graph)
Home page: https://arsmasiuk.github.io/qvge/
Licenses: Expat
Build system: gnu
Synopsis: Visual graph editor
Description:

QVGE is a multiplatform graph editor written in C++/Qt. Its main goal is to make possible visually edit two-dimensional graphs in a simple and intuitive way.

context-free-art 3.4.2
Channel: zlqrvx
Location: zlqrvx/packages/graphics.scm (zlqrvx packages graphics)
Home page: https://www.contextfreeart.org/
Licenses: GPL 3
Build system: gnu
Synopsis: Generate images with context free grammars
Description:

Context Free is a program that generates images from written instructions called a grammar. The program follows the instructions in a few seconds to create images that can contain millions of shapes.

ghc-portmidi 0.2.0.0
Dependencies: alsa-lib@1.2.16
Channel: zlqrvx
Location: zlqrvx/packages/haskell-apps.scm (zlqrvx packages haskell-apps)
Home page: https://github.com/PortMidi/PortMidi-haskell
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell bindings for PortMedia/PortMidi
Description:

This is a Haskell module for PortMidi audio library, which supports real-time MIDI input and output.

ghc-heap 1.0.4
Channel: zlqrvx
Location: zlqrvx/packages/haskell-apps.scm (zlqrvx packages haskell-apps)
Home page: https://github.com/pruvisto/heap
Licenses: Modified BSD
Build system: haskell
Synopsis: Heap data structures in Haskell
Description:

A flexible Haskell implementation of minimum, maximum, minimum-priority, maximum-priority and custom-ordered heaps.

ghc-euterpea 2.0.7
Dependencies: ghc-arrows@0.4.4.2 ghc-hcodecs@0.5.2 ghc-heap@1.0.4 ghc-portmidi@0.2.0.0 ghc-random@1.2.1.3
Channel: zlqrvx
Location: zlqrvx/packages/haskell-apps.scm (zlqrvx packages haskell-apps)
Home page: http://www.euterpea.com/
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for computer music research and education
Description:

Euterpea is a domain-specific language embedded in Haskell for computer music research, education, and development, providing both note-level and signal-level abstractions. It is a descendant of Haskore and HasSound, and is intended for both educational purposes as well as serious computer music applications. Euterpea is a wide-spectrum DSL, suitable for high-level music representation, algorithmic composition, and analysis; mid-level concepts such as MIDI; and low-level audio processing, sound synthesis, and instrument design.

ghc-gtk3 0.15.10
Dependencies: ghc-cairo@0.13.12.0 ghc-glib@0.13.12.0 ghc-pango@0.13.12.0 gtk+@3.24.51
Channel: zlqrvx
Location: zlqrvx/packages/haskell-apps.scm (zlqrvx packages haskell-apps)
Home page: http://projects.haskell.org/gtk2hs/
Licenses: LGPL 2.1
Build system: haskell
Synopsis: Binding to the Gtk+ 3 graphical user interface library.
Description:

This is the core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces.

ghc-lazysmallcheck 0.6
Channel: zlqrvx
Location: zlqrvx/packages/haskell-apps.scm (zlqrvx packages haskell-apps)
Home page: http://www.cs.york.ac.uk/~mfn/lazysmallcheck/
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for demand-driven testing of Haskell programs
Description:

Lazy SmallCheck is a library for exhaustive, demand-driven testing of Haskell programs. It is based on the idea that if a property holds for a partially-defined input then it must also hold for all fully-defined refinements of the that input. Compared to eager input generation as in SmallCheck,Lazy SmallCheck may require significantly fewer test-cases to verify a property for all inputs up to a given depth.

ghc-stream 0.4.7.2
Channel: zlqrvx
Location: zlqrvx/packages/haskell-apps.scm (zlqrvx packages haskell-apps)
Home page: https://hackage.haskell.org/package/Stream
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for manipulating infinite lists
Description:

This package implements functions, analogous to those from Data.List, to create and manipulate infinite lists: data Stream a = Cons a (Stream a). It provides alternative definitions for those Prelude functions that make sense for such streams. Note that this package has (almost) nothing to do with the work on Stream Fusion by Duncan Coutts, Roman Leshchinskiy, and Don Stewart.

ghc-threadscope 0.2.15.0
Dependencies: ghc-cairo@0.13.12.0 ghc-events@0.20.0.0 ghc-file-embed@0.0.16.0 ghc-glib@0.13.12.0 ghc-gtk3@0.15.10 ghc-pango@0.13.12.0 ghc-temporary@1.3
Channel: zlqrvx
Location: zlqrvx/packages/haskell-apps.scm (zlqrvx packages haskell-apps)
Home page: http://www.haskell.org/haskellwiki/ThreadScope
Licenses: Modified BSD
Build system: haskell
Synopsis: Graphical tool for profiling parallel Haskell programs.
Description:

ThreadScope is a graphical viewer for thread profile information generated by the Glasgow Haskell compiler (GHC).

The Threadscope program allows us to debug the parallel performance of Haskell programs. Using Threadscope we can check to see that work is well balanced across the available processors and spot performance issues relating to garbage collection or poor load balancing.

ghc-events 0.20.0.0
Dependencies: ghc-vector@0.13.2.0
Channel: zlqrvx
Location: zlqrvx/packages/haskell-apps.scm (zlqrvx packages haskell-apps)
Home page: https://hackage.haskell.org/package/ghc-events
Licenses: Modified BSD
Build system: haskell
Synopsis: Library and tool for parsing .eventlog files from GHC.
Description:

Parses .eventlog files emitted by GHC 8.0.2 and later. Includes the ghc-events tool permitting, in particular, to dump an event log file as text.

ghc-algebraic-graphs 0.7
Channel: zlqrvx
Location: zlqrvx/packages/haskell-apps.scm (zlqrvx packages haskell-apps)
Home page: https://github.com/snowleopard/alga
Licenses: Expat
Build system: haskell
Synopsis: Haskell library for algebraic graph construction and transformation
Description:

Alga is a library for algebraic construction and manipulation of graphs in Haskell.

ghc-arrows 0.4.4.2
Dependencies: ghc-stream@0.4.7.2
Channel: zlqrvx
Location: zlqrvx/packages/haskell-apps.scm (zlqrvx packages haskell-apps)
Home page: http://www.haskell.org/arrows/
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for arrow classes and transformers in Haskell
Description:

Several classes that extend the Arrow class, and some transformers that implement or lift these classes.

ghc-generic-data 1.1.0.2
Dependencies: ghc-ap-normalize@0.1.0.1 ghc-base-orphans@0.9.3 ghc-show-combinators@0.2.0.0 ghc-contravariant@1.5.5
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
Home page: https://github.com/Lysxia/generic-data#readme
Licenses: Expat
Build system: haskell
Synopsis: Deriving instances with GHC.Generics and related utilities
Description:

Generic implementations of standard type classes. Operations on generic representations to help using "GHC.Generics". See README.

ghc-filelock 0.1.1.9
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
Home page: https://github.com/haskell-pkg-janitors/filelock
Licenses:
Build system: haskell
Synopsis: Portable interface to file locking (flock / LockFileEx)
Description:

This package provides an interface to Windows and Unix file locking functionalities.

ghc-one-liner 2.1.1
Dependencies: ghc-contravariant@1.5.5 ghc-bifunctors@5.6.2 ghc-profunctors@5.6.3 ghc-tagged@0.8.9 ghc-linear-base@0.8.0
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
Home page: https://github.com/sjoerdvisscher/one-liner
Licenses: Modified BSD
Build system: haskell
Synopsis: Constraint-based generics
Description:

Write short and concise generic instances of type classes. one-liner is particularly useful for writing default implementations of type class methods.

ghc-tasty 1.5.4
Dependencies: ghc-tagged@0.8.9 ghc-optparse-applicative@0.18.1.0 ghc-ansi-terminal@1.1.3
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
Home page: https://github.com/UnkindPartition/tasty
Licenses: Expat
Build system: haskell
Synopsis: Modern and extensible testing framework
Description:

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.

ghc-linear-base 0.8.0
Dependencies: ghc-hashable@1.5.0.0 ghc-linear-generics@0.2.3 ghc-storable-tuple@0.1 ghc-vector@0.13.2.0 ghc-primitive@0.9.1.0
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
Home page: https://github.com/tweag/linear-base#README
Licenses: Expat
Build system: haskell
Synopsis: Standard library for linear types.
Description:

Please see README.md.

ghc-hedgehog-fn 1.0
Dependencies: ghc-contravariant@1.5.5 ghc-hedgehog@1.5
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
Home page: https://github.com/qfpl/hedgehog-fn
Licenses: Modified BSD
Build system: haskell
Synopsis: Function generation for `hedgehog`
Description:

Generating shrinkable, showable functions with `hedgehog`. See `Hedgehog.Function` for example usages.

ghc-filemanip 0.3.6.3
Dependencies: ghc-unix-compat@0.7.4.1
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
Home page: https://github.com/bos/filemanip
Licenses: Modified BSD
Build system: haskell
Synopsis: Expressive file and directory manipulation for Haskell.
Description:

This package provides a Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more.

ghc-nonempty-containers 0.3.5.0
Dependencies: ghc-aeson@2.2.3.0 ghc-comonad@5.0.9 ghc-invariant@0.6.4 ghc-nonempty-vector@0.2.4 ghc-semigroupoids@6.0.1 ghc-these@1.2.1 ghc-vector@0.13.2.0
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
Home page: https://github.com/mstksg/nonempty-containers#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Non-empty variants of containers data types, with full API
Description:

Efficient and optimized non-empty versions of types from /containers/. Inspired by /non-empty-containers/ library, except attempting a more faithful port (with under-the-hood optimizations) of the full /containers/ API. Also contains a convenient typeclass abstraction for converting betwewen non-empty and possibly-empty variants. See README.md for more information.

ghc-vector-hashtables 0.1.2.1
Dependencies: ghc-primitive@0.9.1.0 ghc-vector@0.13.2.0 ghc-hashable@1.5.0.0
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
Home page: https://github.com/klapaucius/vector-hashtables#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Efficient vector-based mutable hashtables implementation.
Description:

This package provides efficient vector-based hashtable implementation similar to .NET Generic Dictionary implementation (at the time of 2015). . See "Data.Vector.Hashtables" for documentation.

ghc-tasty-hunit 0.10.2
Dependencies: ghc-tasty@1.5.4 ghc-call-stack@0.4.0
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
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-tasty-silver 3.3.2.1
Dependencies: ghc-ansi-terminal@1.1.3 ghc-optparse-applicative@0.18.1.0 ghc-process-extras@0.7.4 ghc-regex-tdfa@1.3.2.4 ghc-silently@1.2.5.4 ghc-tagged@0.8.9 ghc-tasty@1.5.4 ghc-temporary@1.3
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
Home page: https://github.com/phile314/tasty-silver
Licenses: Expat
Build system: haskell
Synopsis: A fancy test runner, including support for golden tests.
Description:

This package provides a fancy test runner and support for «golden testing». . A golden test is an IO action that writes its result to a file. To pass the test, this output file should be identical to the corresponding «golden» file, which contains the correct result for the test. . The test runner allows filtering tests using regexes, and to interactively inspect the result of golden tests. . This package is a heavily extended fork of tasty-golden.

ghc-unix-compat 0.7.4.1
Channel: zlqrvx
Location: zlqrvx/packages/haskell-xyz.scm (zlqrvx packages haskell-xyz)
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.

Total packages: 72465