Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.5% on hackage.haskell.org
Top 1.1% downloads on hackage.haskell.org
Top 0.1% dependent packages on hackage.haskell.org
Top 0.1% dependent repos on hackage.haskell.org
Top 2.7% forks on hackage.haskell.org
Top 1.3% docker downloads on hackage.haskell.org

hackage.haskell.org : bytestring

An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data. The ByteString type represents sequences of bytes or 8-bit characters. It is suitable for high performance use, both in terms of large data quantities, or high speed requirements. The ByteString functions follow the same style as Haskell's ordinary lists, so it is easy to convert code from using String to ByteString. Two ByteString variants are provided: Strict ByteStrings keep the string as a single large array. This makes them convenient for passing data between C and Haskell. Lazy ByteStrings use a lazy list of strict chunks which makes it suitable for I/O streaming tasks. The Char8 modules provide a character-based view of the same underlying ByteString types. This makes it convenient to handle mixed binary and 8-bit character content (which is common in many file formats and network protocols). The Builder module provides an efficient way to build up ByteStrings in an ad-hoc way by repeated concatenation. This is ideal for fast serialisation or pretty printing. There is also a ShortByteString type which has a lower memory overhead and can be converted to or from a ByteString. It is suitable for keeping many short strings in memory, especially long-term, without incurring any possible heap fragmentation costs. ByteStrings are not designed for Unicode. For Unicode strings you should use the Text type from the text package. These modules are intended to be imported qualified, to avoid name clashes with Prelude functions, e.g.

Registry - Source - JSON
purl: pkg:hackage/bytestring
Keywords: bsd3, data, library
License: BSD-3-Clause
Latest release: 3 months ago
First release: over 16 years ago
Dependent packages: 1,632
Dependent repositories: 18,438
Downloads: 114,604 total
Stars: 282 on GitHub
Forks: 137 on GitHub
Docker dependents: 2
Docker downloads: 89
Total Commits: 1636
Committers: 130
Average commits per author: 12.585
Development Distribution Score (DDS): 0.618
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago

Top 1.0% on hackage.haskell.org
tar 0.1.1
This library is for working with ".tar" archive files. It can read and write a range of common va...
25 versions - Latest release: over 16 years ago - 29 dependent packages - 267 dependent repositories - 140 thousand downloads total - 6 maintainers
pcre-light 0.3.1
A small, efficient and portable regex library for Perl 5 compatible regular expressions. The PCR...
13 versions - Latest release: over 16 years ago - 11 dependent packages - 191 dependent repositories - 34 thousand downloads total - 0 stars on GitLab.com - 2 maintainers
Top 7.2% on hackage.haskell.org
strict 0.3.2
8 versions - Latest release: about 16 years ago - 33 dependent packages - 321 dependent repositories - 89.5 thousand downloads total - 8 stars on GitHub - 4 maintainers
Top 9.9% on hackage.haskell.org
irc 0.4.3
15 versions - Latest release: about 16 years ago - 2 dependent packages - 40 dependent repositories - 13.7 thousand downloads total - 1 maintainer
benchpress 0.2.2
Micro-benchmarking of Haskell code with detailed execution time statistics.
27 versions - Latest release: over 15 years ago - 23 dependent repositories - 15.2 thousand downloads total - 18 stars on GitHub - 2 maintainers
bloomfilter 1.2.6
Pure and impure Bloom Filter implementations.
23 versions - Latest release: over 15 years ago - 1 dependent package - 42 dependent repositories - 31.1 thousand downloads total - 0 stars on GitHub - 2 maintainers
Top 5.0% on hackage.haskell.org
graphviz 2009.5.1
This library provides bindings for the Dot language used by the Graphviz (http://graphviz.org/) s...
50 versions - Latest release: about 15 years ago - 14 dependent packages - 192 dependent repositories - 70.3 thousand downloads total - 64 stars on GitHub - 3 maintainers
swish 0.2.1
Swish is a framework, written in the purely functional programming language Haskell, for performi...
78 versions - Latest release: almost 15 years ago - 1 dependent package - 10 dependent repositories - 50.6 thousand downloads total - 2 stars on GitLab.com - 2 maintainers
NetSNMP 0.1.6
A NetSNMP binding for Haskell
19 versions - Latest release: over 14 years ago - 2 dependent repositories - 15.2 thousand downloads total - 7 stars on GitHub - 2 maintainers
Top 1.1% on hackage.haskell.org
criterion 0.4.0
This library provides a powerful but simple way to measure software performance. It provides bot...
67 versions - Latest release: over 14 years ago - 18 dependent packages - 2,126 dependent repositories - 120 thousand downloads total - 3 maintainers
cgi 3001.1.8
This is a Haskell library for writing CGI programs.
34 versions - Latest release: about 14 years ago - 6 dependent packages - 95 dependent repositories - 43.3 thousand downloads total - 5 stars on GitHub - 6 maintainers
Top 0.6% on hackage.haskell.org
blaze-html 0.2.3
60 versions - Latest release: almost 14 years ago - 70 dependent packages - 1,902 dependent repositories - 304 thousand downloads total - 2 maintainers
Top 2.4% on hackage.haskell.org
hashable 1.0.0
This package defines a class, Hashable, for types that can be converted to a hash value. This cl...
47 versions - Latest release: almost 14 years ago - 395 dependent packages - 3,129 dependent repositories - 507 thousand downloads total - 99 stars on GitHub - 5 maintainers
Top 1.3% on hackage.haskell.org
network 2.2.3
This package provides a low-level networking interface. Other packages provide higher level inte...
85 versions - Latest release: over 13 years ago - 243 dependent packages - 5,843 dependent repositories - 493 thousand downloads total - 319 stars on GitHub - 5 maintainers
Top 9.9% on hackage.haskell.org
bibtex 0.0.6
14 versions - Latest release: over 13 years ago - 3 dependent packages - 28 dependent repositories - 11.8 thousand downloads total - 1 maintainer
Top 8.0% on hackage.haskell.org
cuda 0.3.2
The CUDA library provides a direct, general purpose C-like SPMD programming model for NVIDIA grap...
41 versions - Latest release: over 13 years ago - 2 dependent packages - 19 dependent repositories - 36.8 thousand downloads total - 75 stars on GitHub - 1 maintainer
mohws 0.2.1
A web server with a module system and support for CGI. Based on Simon Marlow's original Haskell W...
13 versions - Latest release: about 13 years ago - 1 dependent package - 7.83 thousand downloads total - 2 maintainers
Top 1.9% on hackage.haskell.org
hakyll 2.4.4
192 versions - Latest release: about 13 years ago - 5 dependent packages - 833 dependent repositories - 184 thousand downloads total - 2 maintainers
alsa-seq 0.5.1
13 versions - Latest release: about 13 years ago - 5 dependent packages - 16 dependent repositories - 11.4 thousand downloads total - 1 maintainer
Top 6.2% on hackage.haskell.org
random-fu 0.1.4
A suite of Haskell libraries for representing, manipulating, and sampling random variables
27 versions - Latest release: almost 13 years ago - 9 dependent packages - 207 dependent repositories - 26.6 thousand downloads total - 42 stars on GitHub - 3 maintainers
Top 4.2% on hackage.haskell.org
HaTeX 3.1.0
This library implements the LaTeX syntax and provides some useful abstractions. Some of the thin...
55 versions - Latest release: over 12 years ago - 5 dependent packages - 181 dependent repositories - 46.7 thousand downloads total - 196 stars on GitHub - 1 maintainer
Top 2.5% on hackage.haskell.org
binary 0.4.5
Efficient, pure binary serialisation using lazy ByteStrings. Haskell values may be encoded to and...
49 versions - Latest release: about 12 years ago - 260 dependent packages - 3,451 dependent repositories - 195 thousand downloads total - 103 stars on GitHub - 4 maintainers
spreadsheet 0.1.3
Read and write spreadsheets from and to files containing comma separated values (CSV) in a lazy w...
16 versions - Latest release: about 12 years ago - 3 dependent packages - 20 dependent repositories - 11.6 thousand downloads total - 1 maintainer
Top 6.4% on hackage.haskell.org
postgresql-libpq 0.8.2
Low-level Haskell bindings for libpq
31 versions - Latest release: almost 12 years ago - 12 dependent packages - 209 dependent repositories - 63.6 thousand downloads total - 17 stars on GitHub - 2 maintainers
snap-extras 0.2.2
This package contains a collection of helper functions that come in handy in most practical, real...
17 versions - Latest release: almost 12 years ago - 1 dependent package - 30 dependent repositories - 12.9 thousand downloads total - 3 maintainers
Top 2.2% on hackage.haskell.org
glib 0.12.4
35 versions - Latest release: over 11 years ago - 9 dependent packages - 213 dependent repositories - 78.9 thousand downloads total - 5 maintainers
Top 4.7% on hackage.haskell.org
gio 0.12.4
28 versions - Latest release: over 11 years ago - 2 dependent packages - 139 dependent repositories - 49.2 thousand downloads total - 5 maintainers
Top 1.4% on hackage.haskell.org
cairo 0.12.4
33 versions - Latest release: over 11 years ago - 15 dependent packages - 259 dependent repositories - 83.2 thousand downloads total - 5 maintainers
epub-metadata 2.3.2
Library for parsing and manipulating epub document metadata. Supports epub versions 2 and 3. This...
22 versions - Latest release: over 11 years ago - 2 dependent packages - 13 dependent repositories - 13.2 thousand downloads total - 2 stars on GitHub - 1 maintainer
epub-tools 2.1.1
A suite of command-line utilities for creating and manipulating epub book files. Included are: ep...
21 versions - Latest release: over 11 years ago - 32 thousand downloads total - 26 stars on GitHub - 1 maintainer
Top 1.4% on hackage.haskell.org
snap-core 0.9.3
Snap is a simple and fast web development framework and server written in Haskell. For more infor...
78 versions - Latest release: over 11 years ago - 12 dependent packages - 592 dependent repositories - 126 thousand downloads total - 4 maintainers
Top 1.6% on hackage.haskell.org
snap-server 0.9.3
Snap is a simple and fast web development framework and server written in Haskell. For more infor...
94 versions - Latest release: over 11 years ago - 9 dependent packages - 519 dependent repositories - 134 thousand downloads total - 4 maintainers
Top 3.8% on hackage.haskell.org
cabal-install 1.18.0
The 'cabal' command-line program simplifies the process of managing Haskell software by automatin...
66 versions - Latest release: over 10 years ago - 3 dependent packages - 143 dependent repositories - 257 thousand downloads total - 9 maintainers
Top 0.2% on hackage.haskell.org
Cabal 1.18.1
The Haskell Common Architecture for Building Applications and Libraries: a framework defining a c...
75 versions - Latest release: over 10 years ago - 101 dependent packages - 1,398 dependent repositories - 367 thousand downloads total - 11 maintainers
http-monad 0.1.1
10 versions - Latest release: over 10 years ago - 6.51 thousand downloads total - 1 maintainer
Top 6.7% on hackage.haskell.org
HTF 0.11.2
The Haskell Test Framework (HTF for short) lets you define and organize unit tests, QuickCheck pr...
65 versions - Latest release: over 10 years ago - 1 dependent package - 235 dependent repositories - 67.7 thousand downloads total - 50 stars on GitHub - 3 maintainers
chell 0.3.3
Chell is a simple and intuitive library for automated testing. It natively supports assertion-bas...
20 versions - Latest release: about 10 years ago - 2 dependent packages - 148 dependent repositories - 20.9 thousand downloads total - 1 stars on GitHub - 2 maintainers
LambdaHack 0.2.14
LambdaHack is a Haskell game engine library for ASCII roguelike games of arbitrary theme, size an...
40 versions - Latest release: almost 10 years ago - 1 dependent package - 7 dependent repositories - 30.3 thousand downloads total - 2 maintainers
Top 8.6% on hackage.haskell.org
friday 0.1.5
Fast image IO and transformations.
15 versions - Latest release: over 9 years ago - 2 dependent packages - 23 dependent repositories - 13.6 thousand downloads total - 276 stars on GitHub - 2 maintainers
Top 5.1% on hackage.haskell.org
clientsession 0.9.1
Achieves security through AES-CTR encryption and Skein-MAC-512-256 authentication. Uses Base64 e...
43 versions - Latest release: over 9 years ago - 7 dependent packages - 554 dependent repositories - 89.8 thousand downloads total - 24 stars on GitHub - 2 maintainers
equal-files 0.0.5
10 versions - Latest release: over 9 years ago - 14 dependent repositories - 7.71 thousand downloads total - 1 maintainer
tasty-html 0.4.1
A tasty ingredient to output test results in HTML5.
12 versions - Latest release: over 9 years ago - 1 dependent package - 30 dependent repositories - 6.67 thousand downloads total - 7 stars on GitHub - 3 maintainers
api-tools 0.5.2
A Haskell embedded DSL for generating an API's JSON wrappers and documentation.
13 versions - Latest release: over 9 years ago - 2 dependent packages - 1 dependent repositories - 8.36 thousand downloads total - 34 stars on GitHub - 2 maintainers
options 1.2.1
Lets library and application developers easily work with command-line options.
8 versions - Latest release: over 9 years ago - 3 dependent packages - 173 dependent repositories - 12.4 thousand downloads total - 3 stars on GitHub - 1 maintainer
Top 2.9% on hackage.haskell.org
heist 0.14.1
Heist is a powerful template system that supports both HTML5 and XML. Some of Heist's features ar...
61 versions - Latest release: over 9 years ago - 4 dependent packages - 322 dependent repositories - 69.8 thousand downloads total - 4 maintainers
Top 3.6% on hackage.haskell.org
opaleye 0.3.1
An SQL-generating DSL targeting PostgreSQL. Allows Postgres queries to be written within Haskell...
66 versions - Latest release: over 9 years ago - 4 dependent packages - 168 dependent repositories - 31.2 thousand downloads total - 596 stars on GitHub - 4 maintainers
Top 4.3% on hackage.haskell.org
snap 0.14.0
This is the top-level package for the official Snap Framework libraries. It includes: The Snaple...
83 versions - Latest release: about 9 years ago - 2 dependent packages - 393 dependent repositories - 97.4 thousand downloads total - 4 maintainers
tokenize 0.3.0
Simple tokenizer for English text
8 versions - Latest release: about 9 years ago - 2 dependent packages - 11 dependent repositories - 7.88 thousand downloads total - 3 stars on GitHub - 1 maintainer
memcache 0.0.1
A client library for a Memcached cluster. Memcached is an in-memory key-value store typically use...
9 versions - Latest release: about 9 years ago - 2 dependent packages - 4 dependent repositories - 4.77 thousand downloads total - 9 stars on GitHub - 1 maintainer
gnutls 0.1.6
9 versions - Latest release: about 9 years ago - 2 dependent packages - 22 dependent repositories - 11.3 thousand downloads total - 1 maintainer
reform-happstack 0.2.5
15 versions - Latest release: about 9 years ago - 33 dependent repositories - 11.1 thousand downloads total - 1 maintainer
hashids 1.0.2
9 versions - Latest release: about 9 years ago - 11 dependent repositories - 5.09 thousand downloads total - 1 maintainer
Top 3.2% on hackage.haskell.org
bytestring-lexing 0.5.0
The bytestring-lexing package offers extremely efficient ByteString parsers for some common lexem...
22 versions - Latest release: almost 9 years ago - 6 dependent packages - 197 dependent repositories - 35.6 thousand downloads total - 3 maintainers
fficxx-runtime 0.2.1
8 versions - Latest release: almost 9 years ago - 12 dependent packages - 4 dependent repositories - 4.18 thousand downloads total - 1 maintainer
Top 6.2% on hackage.haskell.org
stack 9.9.9
Please see the documentation at https://docs.haskellstack.org for usage information. If building...
62 versions - Latest release: almost 9 years ago - 2 dependent packages - 33 dependent repositories - 58.2 thousand downloads total - 8 maintainers
Top 4.9% on hackage.haskell.org
diagrams-builder 0.7.1
diagrams-builder provides backend-agnostic tools for dynamically turning code into rendered diagr...
49 versions - Latest release: almost 9 years ago - 4 dependent packages - 74 dependent repositories - 39.3 thousand downloads total - 5 maintainers
Top 2.9% on hackage.haskell.org
fsnotify 0.2.1
Cross platform library for file creation, modification, and deletion notification. This library b...
28 versions - Latest release: almost 9 years ago - 26 dependent packages - 548 dependent repositories - 96.4 thousand downloads total - 133 stars on GitHub - 5 maintainers
microformats2-parser 1.0.1
A parser for Microformats 2 (http:/microformats.orgwiki/microformats2), a simple way to describe ...
16 versions - Latest release: over 8 years ago - 2 dependent packages - 17 dependent repositories - 8.74 thousand downloads total - 1 stars on codeberg.org - 1 maintainer
pcre-heavy 1.0.0
A PCRE-based regular expressions library with support for multiple matches and replacements. Base...
11 versions - Latest release: over 8 years ago - 5 dependent packages - 128 dependent repositories - 12.4 thousand downloads total - 0 stars on codeberg.org - 1 maintainer
happstack-hsp 7.3.7
39 versions - Latest release: over 8 years ago - 35 dependent repositories - 31.8 thousand downloads total - 1 maintainer
Top 6.6% on hackage.haskell.org
midi 0.2.2
29 versions - Latest release: over 8 years ago - 7 dependent packages - 30 dependent repositories - 22.9 thousand downloads total - 1 maintainer
hackage-security-HTTP 0.1.1
Hackage security framework based on TUF (The Update Framework)
6 versions - Latest release: over 8 years ago - 2 dependent repositories - 3.87 thousand downloads total - 56 stars on GitHub - 5 maintainers
hackage-repo-tool 0.1.1
This utility can be used to manage secure file-based package repositories (creating TUF metadata ...
7 versions - Latest release: over 8 years ago - 5.24 thousand downloads total - 56 stars on GitHub - 5 maintainers
hasql-th 0.2.1
Template Haskell utilities for Hasql
27 versions - Latest release: about 8 years ago - 1 dependent package - 13 dependent repositories - 8.59 thousand downloads total - 110 stars on GitHub - 1 maintainer
Top 1.1% on hackage.haskell.org
parsec 3.1.11
Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, we...
26 versions - Latest release: about 8 years ago - 222 dependent packages - 4,638 dependent repositories - 401 thousand downloads total - 832 stars on GitHub - 3 maintainers
bytestring-tree-builder 0.2.7
A very efficient ByteString builder implementation based on the binary tree
24 versions - Latest release: almost 8 years ago - 4 dependent packages - 26 dependent repositories - 16.8 thousand downloads total - 20 stars on GitHub - 1 maintainer
one-time-password 2.0.0
Implements HMAC-Based One-Time Password Algorithm as defined in RFC 4226 and Time-Based One-Time ...
4 versions - Latest release: almost 8 years ago - 2 dependent packages - 1 dependent repositories - 3.02 thousand downloads total - 2 stars on GitHub - 2 maintainers
hpqtypes 1.5.1
Efficient and easy-to-use bindings to (slightly modified) libpqtypes, a libpq extension that adds...
40 versions - Latest release: almost 8 years ago - 5 dependent packages - 20 dependent repositories - 21.4 thousand downloads total - 18 stars on GitHub - 5 maintainers
hpqtypes-extras 1.2.4
The following extras for hpqtypes library: DSL for easy, modular construction of SQL queries. S...
41 versions - Latest release: almost 8 years ago - 1 dependent repositories - 16.9 thousand downloads total - 7 stars on GitHub - 5 maintainers
soxlib 0.0.3
9 versions - Latest release: over 7 years ago - 3 dependent packages - 14 dependent repositories - 5.8 thousand downloads total - 1 maintainer
Top 2.7% on hackage.haskell.org
mono-traversable 1.0.2
Please see the README at https://www.stackage.org/package/mono-traversable
60 versions - Latest release: about 7 years ago - 30 dependent packages - 230 dependent repositories - 123 thousand downloads total - 150 stars on GitHub - 3 maintainers
log-base 0.7.1
A library that provides a way to record structured log messages. Use this package in conjunction ...
17 versions - Latest release: about 7 years ago - 6 dependent packages - 16 dependent repositories - 9.38 thousand downloads total - 30 stars on GitHub - 7 maintainers
iff 0.0.6
7 versions - Latest release: about 7 years ago - 14 dependent repositories - 5.12 thousand downloads total - 1 maintainer
log-elasticsearch 0.8.1
Elasticsearch back end for the log library suite. Depends on 'log-base'.
17 versions - Latest release: about 7 years ago - 11 dependent repositories - 8.24 thousand downloads total - 30 stars on GitHub - 7 maintainers
bytestring-strict-builder 0.4.5
An efficient strict bytestring builder
10 versions - Latest release: about 7 years ago - 5 dependent packages - 20 dependent repositories - 14 thousand downloads total - 8 stars on GitHub - 1 maintainer
nvim-hs-contrib 0.2.0
Useful library functions for interacting with neovim for nvim-hs
7 versions - Latest release: about 7 years ago - 2 dependent packages - 12 dependent repositories - 3.54 thousand downloads total - 8 stars on GitHub - 1 maintainer
nvim-hs-ghcid 0.2.0
This plugin uses the nvim-hs plugin backend for neovim and fills the quickfix list on file-saves ...
5 versions - Latest release: about 7 years ago - 1 dependent package - 9 dependent repositories - 2.79 thousand downloads total - 9 stars on GitHub - 1 maintainer
Top 4.5% on hackage.haskell.org
webdriver 0.8.5
A Selenium WebDriver client for Haskell. You can use it to automate browser sessions for testing,...
48 versions - Latest release: about 7 years ago - 6 dependent packages - 153 dependent repositories - 32.3 thousand downloads total - 187 stars on GitHub - 3 maintainers
hsx2hs 0.14.1
Literal XML syntax in Haskell source code
23 versions - Latest release: about 7 years ago - 1 dependent package - 31 dependent repositories - 14.2 thousand downloads total - 6 stars on GitHub - 3 maintainers
sitepipe 0.1.1
[Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candid...
9 versions - Latest release: almost 7 years ago - 1 dependent package - 2 dependent repositories - 4.09 thousand downloads total - 119 stars on GitHub - 1 maintainer
Top 5.2% on hackage.haskell.org
mongoDB 2.3.0
MongoDB driver for Haskell
68 versions - Latest release: almost 7 years ago - 1 dependent package - 518 dependent repositories - 57.5 thousand downloads total - 169 stars on GitHub - 5 maintainers
tagchup 0.4.1
11 versions - Latest release: almost 7 years ago - 4 dependent packages - 14 dependent repositories - 7.66 thousand downloads total - 1 maintainer
Top 8.4% on hackage.haskell.org
xhtml 3000.2.2
XHTML combinator library
15 versions - Latest release: almost 7 years ago - 10 dependent packages - 235 dependent repositories - 48.7 thousand downloads total - 9 stars on GitHub - 5 maintainers
Top 6.8% on hackage.haskell.org
http-media 0.7.1
Processing HTTP Content-Type and Accept headers
20 versions - Latest release: almost 7 years ago - 49 dependent packages - 432 dependent repositories - 49.2 thousand downloads total - 14 stars on GitHub - 1 maintainer
live-sequencer 0.0.6
An editor shows a textual description of music (like Haskore), an interpreter computes and emits ...
13 versions - Latest release: almost 7 years ago - 8.28 thousand downloads total - 1 maintainer
happstack-jmacro 7.0.12
23 versions - Latest release: almost 7 years ago - 21 dependent repositories - 15.4 thousand downloads total - 1 maintainer
slack-web 0.2.0
Haskell bindings for the Slack web API.
22 versions - Latest release: almost 7 years ago - 1 dependent package - 1 dependent repositories - 8.04 thousand downloads total - 29 stars on GitHub - 6 maintainers
Top 6.6% on hackage.haskell.org
xmlhtml 0.2.5
Contains renderers and parsers for both XML and HTML 5 document fragments, which share data struc...
30 versions - Latest release: almost 7 years ago - 6 dependent packages - 332 dependent repositories - 42.6 thousand downloads total - 21 stars on GitHub - 6 maintainers
Top 4.1% on hackage.haskell.org
typed-process 0.1.1
Please see the tutorial at https://github.com/fpco/typed-process#readme
21 versions - Latest release: over 6 years ago - 41 dependent packages - 130 dependent repositories - 51.8 thousand downloads total - 107 stars on GitHub - 2 maintainers
Top 5.4% on hackage.haskell.org
github 0.17.0
The GitHub API provides programmatic access to the full GitHub Web site, from Issues to Gists to ...
42 versions - Latest release: over 6 years ago - 3 dependent packages - 76 dependent repositories - 36.3 thousand downloads total - 400 stars on GitHub - 6 maintainers
postgresql-typed 0.5.2
Automatically type-check SQL statements at compile time. Uses Template Haskell and the raw Postgr...
27 versions - Latest release: over 6 years ago - 24 dependent repositories - 14.7 thousand downloads total - 83 stars on GitHub - 1 maintainer
Top 4.4% on hackage.haskell.org
email-validate 2.3.2
Email address validation for Haskell
44 versions - Latest release: over 6 years ago - 11 dependent packages - 233 dependent repositories - 71.7 thousand downloads total - 42 stars on GitHub - 2 maintainers
Top 6.9% on hackage.haskell.org
yesod-auth-oauth2 0.3.1
Library to authenticate with OAuth 2.0 for Yesod web applications.
63 versions - Latest release: over 6 years ago - 1 dependent package - 139 dependent repositories - 31.8 thousand downloads total - 71 stars on GitHub - 5 maintainers
Top 8.9% on hackage.haskell.org
nvim-hs 0.2.5
This package provides a plugin provider for neovim. It allows you to write plugins for one of the...
34 versions - Latest release: over 6 years ago - 4 dependent packages - 20 dependent repositories - 12 thousand downloads total - 263 stars on GitHub - 1 maintainer
Top 3.4% on hackage.haskell.org
filepath 1.4.2
This package provides functionality for manipulating FilePath values, and is shipped with GHC. It...
30 versions - Latest release: over 6 years ago - 637 dependent packages - 8,009 dependent repositories - 62.2 thousand downloads total - 66 stars on GitHub - 6 maintainers
Top 3.8% on hackage.haskell.org
streaming-commons 0.1.19
Provides low-dependency functionality commonly needed by various streaming data libraries, such a...
52 versions - Latest release: over 6 years ago - 23 dependent packages - 672 dependent repositories - 261 thousand downloads total - 36 stars on GitHub - 1 maintainer
Top 2.9% on hackage.haskell.org
xml-conduit 1.8.0
Hackage documentation generation is not reliable. For up to date documentation, please see: http:...
78 versions - Latest release: over 6 years ago - 36 dependent packages - 398 dependent repositories - 169 thousand downloads total - 69 stars on GitHub - 2 maintainers
bzlib-conduit 0.3.0
Please see the README and docs at https://www.stackage.org/package/bzlib-conduit
13 versions - Latest release: over 6 years ago - 2 dependent packages - 143 dependent repositories - 14.8 thousand downloads total - 3 stars on GitHub - 2 maintainers
Top 6.8% on hackage.haskell.org
storablevector 0.2.13
30 versions - Latest release: over 6 years ago - 13 dependent packages - 20 dependent repositories - 23.5 thousand downloads total - 1 maintainer
synthesizer-dimensional 0.8.1
16 versions - Latest release: over 6 years ago - 2 dependent packages - 12 dependent repositories - 10.7 thousand downloads total - 1 maintainer