Packages — G (Page 2 of 15)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

gf2x 1.2

The gf2x library provides arithmetic of polynomials over finite fields of characteristic 2. It implements the multiplication, squaring and greatest common divisor operations. …

gfbgraph 0.2.3

This library allows you to use the Facebook API from GLib/GObject code. …

gffcompare 0.10.15-1.be56ef4

`gffcompare' is a tool that can: 1. compare and evaluate the accuracy of RNA-Seq transcript assemblers (Cufflinks, Stringtie); 2. collapse (merge) duplicate transcripts from…

gffread 0.9.12-1.ba7535f

This package provides a GFF/GTF file parsing utility providing format conversions, region filtering, FASTA sequence extraction and more. …

gflags 2.2.2

Gflags is a C++ library to parse command-line flags. It differs from other such libraries in that command-line flag definitions can be scattered around the source code, and not just listed…

gforth 0.7.3

Gforth is a fast and portable implementation of the ANSI Forth language. It includes an editing mode for Emacs and an interpreter featuring completion and history. A generic virtual machine…

gfortran-toolchain 7.5.0

This package provides a complete GCC tool chain for Fortran development to be installed in user profiles. This includes gfortran, as well as libc (headers and binaries, plus debugging symbols in…

ghc 8.0.2

The Glasgow Haskell Compiler (GHC) is a state-of-the-art compiler and interactive environment for the functional language Haskell. …

ghc 8.4.4

The Glasgow Haskell Compiler (GHC) is a state-of-the-art compiler and interactive environment for the functional language Haskell. …

ghc 7.10.2

The Glasgow Haskell Compiler (GHC) is a state-of-the-art compiler and interactive environment for the functional language Haskell. …

ghc 8.6.5

The Glasgow Haskell Compiler (GHC) is a state-of-the-art compiler and interactive environment for the functional language Haskell. …

ghc-abstract-deque 0.3

This Haskell package provides an abstract interface to highly-parameterizable queues/deques. Background: There exists a feature space for queues that extends between: * Simple, single-ended, non-concurrent, bounded queues *…

ghc-abstract-par 0.3.3

This Haskell package is an abstract interface only. It provides a number of type clasess, but not an implementation. The type classes separate different levels of `Par' functionality. See…

ghc-active 0.2.0.14

This package defines an `Active' abstraction for time-varying values with finite start and end times. It is used for describing animations within the diagrams framework (https://archives.haskell.org/projects.haskell.org/diagrams/). …

ghc-adjunctions 4.4

This library provides adjunctions and representable functors for Haskell. …

ghc-aeson 1.4.5.0

This package provides a JSON parsing and encoding library for Haskell, optimized for ease of use and high performance. (A note on naming: in Greek mythology, Aeson was the father of…

ghc-aeson-better-errors 0.9.1.0

Gives you the tools to build parsers to decode JSON values, and gives good error messages when parsing fails. See also `http://harry.garrood.me/blog/aeson-better-errors/'. …

ghc-aeson-compat 0.3.9

This Haskell package provides compatibility layer for ghc-aeson. …

ghc-aeson-diff 1.1.0.7

This is a small library for working with changes to JSON documents. It includes a library and two command-line executables in the style of the `diff' and `patch' commands available on…

ghc-aeson-pretty 0.8.8

This package provides a JSON pretty-printing library compatible with aeson as well as a command-line tool to improve readability of streams of JSON data. The library provides the function `encodePretty'. …

ghc-aeson-qq 0.8.2

aeson-qq provides a JSON quasiquoter for Haskell. This package exposes the function `aesonQQ' that compile-time converts a string representation of a JSON value into a `Data.Aeson.Value'. …

ghc-alex 3.2.4

Alex is a tool for generating lexical analysers in Haskell. It takes a description of tokens based on regular expressions and generates a Haskell module containing code for scanning text efficiently.…

ghc-alsa-core 0.5.0.1

This package provides access to ALSA infrastructure, that is needed by both alsa-seq and alsa-pcm. …

ghc-alsa-mixer 0.3.0

This package provides bindings to the ALSA simple mixer API. …

ghc-annotated-wl-pprint 0.7.0

This is a modified version of wl-pprint, which was based on Wadler's paper "A Prettier Printer". This version allows the library user to annotate the text with semantic information, which can…

ghc-ansi-terminal 0.9.1

This package provides ANSI terminal support for Haskell. It allows cursor movement, screen clearing, color output showing or hiding the cursor, and changing the title. …

ghc-ansi-wl-pprint 0.6.9

This is a pretty printing library based on Wadler's paper "A Prettier Printer". It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package. …

ghc-appar 0.1.8

This package provides a simple applicative parser in Parsec style. …

ghc-asn1-encoding 0.9.6

This package provides a reader and writer for ASN1 data in raw form with supports for high level forms of ASN1 (BER, and DER). …

ghc-asn1-parse 0.9.5

This package provides a simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient. …

ghc-asn1-types 0.3.3

The package provides the standard types for dealing with the ASN.1 format. …

ghc-assoc 1.0.1

Provides generalisations of `swap :: (a,b) -> (b,a)' and `assoc :: ((a,b),c) -> (a,(b,c))' to `Bifunctor's supporting similar operations (e.g. `Either', `These'). …

ghc-async 2.2.2

Async provides a library to run IO operations asynchronously, and wait for their results. It is a higher-level interface over threads in Haskell, in which `Async a' is a concurrent thread…

ghc-atomic-primops 0.8.3

GHC 7.4 introduced a new `casMutVar' PrimOp which is difficult to use safely, because pointer equality is a highly unstable property in Haskell. This library provides a safer method based on…

ghc-atomic-write 0.2.0.7

Atomically write to a file on POSIX-compliant systems while preserving permissions. `mv' is an atomic operation. This makes it simple to write to a file atomically just by using the…

ghc-atomic-write 0.2.0.6

Atomically write to a file on POSIX-compliant systems while preserving permissions. `mv' is an atomic operation. This makes it simple to write to a file atomically just by using the…

ghc-attoparsec 0.13.2.3

This library provides a fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. …

ghc-attoparsec-iso8601 1.0.1.0

Haskell library for parsing of ISO 8601 dates, originally from aeson. …

ghc-auto-update 0.1.6

This library provides mechanisms to efficiently run periodic, on-demand actions in Haskell. …

ghc-aws 0.20

This package attempts to provide support for using Amazon Web Services like S3 (storage), SQS (queuing) and others to Haskell programmers. The ultimate goal is to support all Amazon Web Services. …

ghc-base-compat 0.10.5

This library provides functions available in later versions of base to a wider range of compilers, without requiring the use of CPP pragmas in your code. …

ghc-base-compat-batteries 0.10.5

This library provides functions available in later versions of `base' to a wider range of compilers, without requiring you to use CPP pragmas in your code. This package provides the same…

ghc-base-orphans 0.8.1

This package defines orphan instances that mimic instances available in later versions of base to a wider (older) range of compilers. …

ghc-base-prelude 1.3

This Haskell package aims to reexport all the non-conflicting and most general definitions from the "base" package. This includes APIs for applicatives, arrows, monoids, foldables, traversables, exceptions, generics, ST, MVars and STM. This package…

ghc-base-unicode-symbols 0.2.3

This package defines new symbols for a number of functions, operators and types in the base package. All symbols are documented with their actual definition and information regarding their Unicode code…

ghc-base16-bytestring 0.1.1.6

This package provides a Haskell library for working with base16-encoded data quickly and efficiently, using the ByteString type. …

ghc-base64-bytestring 1.0.0.2

This library provides fast base64 encoding and decoding for Haskell `ByteString's. …

ghc-basement 0.0.11

This package contains basic primitives for the Foundation set of packages. …

ghc-basic-prelude 0.7.0

The premise of basic-prelude is that there are a lot of very commonly desired features missing from the standard Prelude, such as commonly used operators (<$> and >=>, for instance) and imports…

ghc-bifunctors 5.5.5

This package provides bifunctors for Haskell. …

ghc-bindings-dsl 1.0.25

This is a set of macros to be used when writing Haskell FFI. They were designed to be able to fully describe C interfaces, so that `hsc2hs' can extract from them…

ghc-bitarray 0.0.1.1

The package provides mutable and immutable bit arrays. …

ghc-blaze-builder 0.4.1.0

This library provides an implementation of the older `blaze-builder' interface in terms of the new builder that shipped with `bytestring-0.10.4.0'. This implementation is mostly intended as a bridge to the new…

ghc-blaze-html 0.9.1.2

This library provides HTML combinators for Haskell. …

ghc-blaze-markup 0.8.2.3

This library provides core modules of a markup combinator library for Haskell. …

ghc-bloomfilter 2.0.1.0

This package provides both mutable and immutable Bloom filter data types, along with a family of hash functions and an easy-to-use interface. …

ghc-bower-json 1.0.0.1

This package provides a data type and ToJSON/FromJSON instances for Bower's package manifest file, bower.json. …

ghc-boxes 0.1.5

Boxes is a pretty-printing library for laying out text in two dimensions, using a simple box model. …

ghc-bsb-http-chunked 0.0.0.4

This Haskell library contains functions for encoding bytestring builders for chunked Hypertext Transfer Protocol (HTTP) 1.1 transfers. …

ghc-byteable 0.1.1

This package provides an abstract class to manipulate sequence of bytes. The use case of this class is abstracting manipulation of types that are just wrapping a bytestring with stronger and…

ghc-byteorder 1.0.4

This package is for working with the native byte-ordering of the system. …

ghc-bytes 0.15.5

This package provides a simple compatibility shim that lets you work with both `binary' and `cereal' with one chunk of serialization code. …

ghc-bytestring-builder 0.10.8.2.0

This package provides the bytestring builder that is debuting in bytestring-0.10.4.0, which should be shipping with GHC 7.8. Compatibility package for older packages. …

ghc-bytestring-handle 0.1.0.6

ByteString-backed Handles …

ghc-bytestring-lexing 0.5.0.2

This package provides tools to parse and produce literals efficiently from strict or lazy bytestrings. …

ghc-bzlib-conduit 0.3.0.2

This package provides Haskell bindings to bzlib and Conduit support for streaming compression and decompression. …

ghc-c2hs 0.28.6

C->Haskell assists in the development of Haskell bindings to C libraries. It extracts interface information from C header files and generates Haskell code with foreign imports and marshaling. Unlike writing…

ghc-cairo 0.13.5.0

Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, amongst others. …

ghc-call-stack 0.1.0

This package provides a compatibility layer for using GHC call stacks with different versions of the compiler. …

ghc-case-insensitive 1.2.0.11

The module `Data.CaseInsensitive' provides the `CI' type constructor which can be parameterised by a string-like type like: `String', `ByteString', `Text', etc. Comparisons of values of the resulting type will be insensitive…

ghc-cborg 0.2.2.0

This package (formerly binary-serialise-cbor) provides an efficient implementation of the Concise Binary Object Representation (CBOR), as specified by RFC 7049 at https://tools.ietf.org/html/rfc7049. If you are looking for a library for serialisation of Haskell…

ghc-cborg-json 0.2.2.0

This package implements the bijection between JSON and CBOR defined in the CBOR specification, RFC 7049. …

ghc-cereal 0.5.8.1

This package provides a binary serialization library, similar to `binary', that introduces an `isolate' primitive for parser isolation, and labeled blocks for better error messages. …

ghc-cereal-conduit 0.8.0

This package turn `Data.Serialize' `Gets' and `Puts' into `Sources', `Sinks', and `Conduits'. …

ghc-cgi 3001.4.0.0

This is a Haskell library for writing CGI programs. …

ghc-charset 0.3.7.1

This package provides fast unicode character sets for Haskell, based on complemented PATRICIA tries. …

ghc-chart 1.9.1

This package provides a library for generating 2D charts and plots, with backends provided by the `Cairo' and `Diagrams' libraries. …

ghc-chart-cairo 1.9.1

This package provides a Cairo vector graphics rendering backend for the Charts library. …

ghc-chasingbottoms 1.3.1.7

This is a library for testing code involving bottoms or infinite values. For the underlying theory and a larger example involving use of QuickCheck, see the article "Chasing Bottoms A Case…

ghc-cheapskate 0.1.1.1

Cheapskate is an experimental Markdown processor in pure Haskell. It aims to process Markdown efficiently and in the most forgiving possible way. It is designed to deal with any input,…

ghc-chell 0.5

Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries such as `chell-quickcheck' to support more complex testing strategies. …

ghc-chell-quickcheck 0.2.5.2

More complex tests for `chell'. …

ghc-chunked-data 0.3.1

This Haskell package was originally present in classy-prelude. …

ghc-cipher-aes 0.2.11

This Haskell package provides AES cipher implementation. The modes of operations available are ECB (Electronic code book), CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing), GCM (Galois Counter Mode). The AES…

ghc-clientsession 0.9.1.2

This Haskell package achieves security through AES-CTR encryption and Skein-MAC-512-256 authentication. Uses Base64 encoding to avoid any issues with characters. …

ghc-clock 0.8

A package for convenient access to high-resolution clock and timer functions of different operating systems via a unified API. …

ghc-cmark 0.6

This package provides Haskell bindings for libcmark (https://github.com/jgm/cmark), the reference parser for CommonMark, a fully specified variant of Markdown. It includes bundled libcmark sources, and does not require prior installation of the…

ghc-cmark-gfm 0.2.0

This package provides Haskell bindings for libcmark-gfm, the reference parser for GitHub Flavored Markdown, a fully specified variant of Markdown. It includes sources for libcmark-gfm and does not require prior installation…

ghc-cmdargs 0.10.20

This library provides an easy way to define command line parsers. …

ghc-code-page 0.2

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

ghc-colour 2.3.5

This package provides a data type for colours and transparency. Colours can be blended and composed. Various colour spaces are supported. A module of colour names ("Data.Colour.Names") is provided. …

ghc-comonad 5.0.5

This library provides `Comonad's for Haskell. …

ghc-concatenative 1.0.1

Concatenative gives Haskell Factor-style combinators and arrows for postfix notation. For more information on stack based languages, see `https://concatenative.org'. …

ghc-concurrent-extra 0.7.0.12

This Haskell library offers (among other things) the following selection of synchronisation primitives: * `Broadcast': Wake multiple threads by broadcasting a value. * `Event': Wake multiple threads…

ghc-concurrent-output 1.10.11

Lets multiple threads and external processes concurrently output to the console, without it getting all garbled up. Built on top of that is a way of defining multiple output regions, which are automatically…

ghc-conduit 1.3.1.1

The conduit package is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O…

ghc-conduit-algorithms 0.0.11.0

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

ghc-conduit-combinators 1.3.0

This Haskell package provides a replacement for Data.Conduit.List, as well as a convenient Conduit module. …

ghc-conduit-extra 1.3.4

The `conduit' package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic…

ghc-conduit-zstd 0.0.1.1

Zstandard compression packaged as a conduit. This is a very thin wrapper around the official hs-zstd interface (https://github.com/facebookexperimental/hs-zstd/). …

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z