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: about 22 hours ago

Top 9.0% on hackage.haskell.org
Cabal-syntax 3.12.0.0
This library provides tools for reading and manipulating the .cabal file format.
6 versions - Latest release: 25 days ago - 25 dependent packages - 33 dependent repositories - 7.56 thousand downloads total - 12 maintainers
Top 1.4% on hackage.haskell.org
servant-client 0.20.1
This library lets you derive automatically Haskell functions that let you query each endpoint of ...
44 versions - Latest release: 5 days ago - 50 dependent packages - 454 dependent repositories - 52 thousand downloads total - 12 maintainers
Top 0.9% on hackage.haskell.org
servant 0.20.1
49 versions - Latest release: 8 months ago - 108 dependent packages - 711 dependent repositories - 81.3 thousand downloads total - 11 maintainers
Top 6.0% on hackage.haskell.org
servant-auth-client 0.4.1.1 💰
Main repository for the servant libraries — DSL for describing, serving, querying, mocking, docum...
15 versions - Latest release: 11 months ago - 5 dependent packages - 20 dependent repositories - 11 thousand downloads total - 1,781 stars on GitHub - 11 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
Top 4.4% on hackage.haskell.org
servant-auth-server 0.4.8.0 💰
Main repository for the servant libraries — DSL for describing, serving, querying, mocking, docum...
26 versions - Latest release: 11 months ago - 3 dependent packages - 51 dependent repositories - 17.2 thousand downloads total - 1,781 stars on GitHub - 11 maintainers
Top 1.1% on hackage.haskell.org
servant-server 0.19.2
A family of combinators for defining webservices APIs and serving them You can learn about the b...
49 versions - Latest release: over 1 year ago - 51 dependent packages - 709 dependent repositories - 70.9 thousand downloads total - 11 maintainers
Top 6.7% on hackage.haskell.org
haddock 2.29.1
This is Haddock, a tool for automatically generating documentation from annotated Haskell source ...
59 versions - Latest release: 8 months ago - 2 dependent packages - 22 dependent repositories - 90.8 thousand downloads total - 10 maintainers
haskell-language-server 2.8.0.0 💰
Please see the README on GitHub at https://github.com/haskell/haskell-language-server#readme
27 versions - Latest release: 14 days ago - 1 dependent package - 1 dependent repositories - 7.4 thousand downloads total - 2,464 stars on GitHub - 10 maintainers
Top 3.6% on hackage.haskell.org
servant-docs 0.11.9
Library for generating API docs from a servant API definition. Runnable example here. CHANGELOG
41 versions - Latest release: almost 3 years ago - 8 dependent packages - 150 dependent repositories - 35.2 thousand downloads total - 10 maintainers
Top 2.9% on hackage.haskell.org
servant-swagger 1.1.11 💰
Swagger is a project used to describe and document RESTful APIs. The core of the project is the O...
25 versions - Latest release: about 2 years ago - 8 dependent packages - 87 dependent repositories - 30 thousand downloads total - 1,781 stars on GitHub - 9 maintainers
Top 8.1% on hackage.haskell.org
servant-swagger-ui 0.3.5.5.0.0
Provide embedded swagger UI for servant and swagger
20 versions - Latest release: 11 months ago - 2 dependent packages - 50 dependent repositories - 20.4 thousand downloads total - 45 stars on GitHub - 9 maintainers
servant-multipart-client 0.12.2
Support for file uploads in multipart/form-data for servant
2 versions - Latest release: 8 months ago - 6 dependent packages - 11 dependent repositories - 2.49 thousand downloads total - 40 stars on GitHub - 9 maintainers
Top 3.0% on hackage.haskell.org
servant-client-core 0.20.1
This library provides backend-agnostic generation of client functions. For more information, see ...
15 versions - Latest release: 5 days ago - 32 dependent packages - 199 dependent repositories - 24.1 thousand downloads total - 9 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 5.7% on hackage.haskell.org
xmonad-contrib 0.18.0
Community-maintained tiling algorithms and extension modules for xmonad, an X11 tiling window man...
22 versions - Latest release: 4 months ago - 2 dependent packages - 151 dependent repositories - 43.3 thousand downloads total - 9 maintainers
Top 4.9% on hackage.haskell.org
purescript 0.15.15
A small strongly, statically typed programming language with expressive types, inspired by Haskel...
205 versions - Latest release: 3 months ago - 3 dependent packages - 38 dependent repositories - 189 thousand downloads total - 8 maintainers
Top 4.5% on hackage.haskell.org
ghcide 1.5.0 💰
A library for building Haskell IDE's on top of the GHC API.
53 versions - Latest release: over 2 years ago - 38 dependent packages - 15 dependent repositories - 21.9 thousand downloads total - 2,565 stars on GitHub - 8 maintainers
darcs 2.18.2
Darcs is a free, open source revision control system. It is: Distributed: Darcs was one of the f...
44 versions - Latest release: about 2 months ago - 1 dependent package - 15 dependent repositories - 51.1 thousand downloads total - 8 maintainers
nri-http 0.3.0.0
Please see the README at https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-http#readme.
8 versions - Latest release: over 1 year ago - 579 downloads total - 75 stars on GitHub - 8 maintainers
Top 4.6% on hackage.haskell.org
network-transport 0.5.7
19 versions - Latest release: about 2 months ago - 7 dependent packages - 193 dependent repositories - 23.5 thousand downloads total - 8 maintainers
semantic-source 0.2.0.1
Types and functionality for working with source code (program text).
9 versions - Latest release: 2 months ago - 1 dependent repositories - 2.36 thousand downloads total - 8,876 stars on GitHub - 8 maintainers
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 2.6% on hackage.haskell.org
unix 2.7.3
POSIX functionality
31 versions - Latest release: almost 2 years ago - 252 dependent packages - 3,149 dependent repositories - 84.6 thousand downloads total - 108 stars on GitHub - 8 maintainers
Top 6.9% on hackage.haskell.org
network-transport-tcp 0.8.3
18 versions - Latest release: about 2 months ago - 3 dependent packages - 169 dependent repositories - 19.6 thousand downloads total - 8 maintainers
Top 0.6% on hackage.haskell.org
yesod-core 1.6.23
API docs and the README are available at http://www.stackage.org/package/yesod-core
216 versions - Latest release: about 2 years ago - 23 dependent packages - 1,191 dependent repositories - 220 thousand downloads total - 7 maintainers
sendgrid-v3 1.0.0.1
Haskell Sendgrid v3 API Library
6 versions - Latest release: about 1 year ago - 2 dependent repositories - 2.87 thousand downloads total - 15 stars on GitHub - 7 maintainers
log-postgres 0.9.0.1
PostgreSQL back end for the log library suite. Depends on 'log-base'.
14 versions - Latest release: about 1 year ago - 11 dependent repositories - 4.91 thousand downloads total - 30 stars on GitHub - 7 maintainers
Top 4.7% on hackage.haskell.org
liquidhaskell 0.8.10.7.1
Liquid Types for Haskell.
36 versions - Latest release: about 2 months ago - 10 dependent packages - 21 dependent repositories - 23.9 thousand downloads total - 1,154 stars on GitHub - 7 maintainers
Top 5.8% on hackage.haskell.org
haddock-api 2.29.1
26 versions - Latest release: 8 months ago - 1 dependent package - 144 dependent repositories - 42.6 thousand downloads total - 7 maintainers
servant-pipes 0.15.3
5 versions - Latest release: almost 3 years ago - 10 dependent repositories - 1.73 thousand downloads total - 7 maintainers
servant-conduit 0.15.1
3 versions - Latest release: over 3 years ago - 2 dependent packages - 18 dependent repositories - 2.21 thousand downloads total - 7 maintainers
servant-machines 0.15.1
3 versions - Latest release: over 3 years ago - 10 dependent repositories - 1.34 thousand downloads total - 7 maintainers
Top 5.8% on hackage.haskell.org
distributed-process 0.7.6
37 versions - Latest release: about 2 months ago - 5 dependent packages - 178 dependent repositories - 33.2 thousand downloads total - 7 maintainers
Top 5.9% on hackage.haskell.org
lsp-types 2.2.0.0
An implementation of the types to allow language implementors to support the Language Server Prot...
19 versions - Latest release: 22 days ago - 26 dependent packages - 34 dependent repositories - 13.8 thousand downloads total - 354 stars on GitHub - 7 maintainers
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
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
Top 1.7% on hackage.haskell.org
persistent-postgresql 2.13.6
112 versions - Latest release: 8 months ago - 7 dependent packages - 689 dependent repositories - 96.1 thousand downloads total - 7 maintainers
Top 8.1% on hackage.haskell.org
persistent-mysql 2.10.3
68 versions - Latest release: over 3 years ago - 211 dependent repositories - 45.5 thousand downloads total - 7 maintainers
distributed-static 0.3.10
15 versions - Latest release: about 2 months ago - 2 dependent packages - 143 dependent repositories - 16 thousand downloads total - 7 maintainers
network-transport-tests 0.3.2
11 versions - Latest release: about 2 months ago - 120 dependent repositories - 6.33 thousand downloads total - 7 maintainers
Top 8.6% on hackage.haskell.org
liquid-fixpoint 8.10.7
This package implements an SMTLIB based Horn-Clause/Logical Implication constraint solver used fo...
29 versions - Latest release: over 2 years ago - 5 dependent packages - 11 dependent repositories - 19.5 thousand downloads total - 128 stars on GitHub - 7 maintainers
Top 0.4% on hackage.haskell.org
persistent 2.10.5
Hackage documentation generation is not reliable. For up to date documentation, please see: http:...
187 versions - Latest release: over 4 years ago - 42 dependent packages - 1,605 dependent repositories - 263 thousand downloads total - 7 maintainers
servant-http-streams 0.18.4
This library lets you derive automatically Haskell functions that let you query each endpoint of ...
9 versions - Latest release: over 2 years ago - 5 dependent repositories - 2.15 thousand downloads total - 7 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 5.4% on hackage.haskell.org
hackage-db 2.1.3 💰
This library provides convenient access to the local copy of the Hackage database that "cabal upd...
19 versions - Latest release: about 1 year ago - 3 dependent packages - 60 dependent repositories - 18.9 thousand downloads total - 351 stars on GitHub - 6 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
Top 6.0% on hackage.haskell.org
lsp-test 0.17.0.2
A test framework for writing tests against Language Server Protocol servers. Language.LSP.Test la...
52 versions - Latest release: 12 days ago - 4 dependent packages - 19 dependent repositories - 31.9 thousand downloads total - 354 stars on GitHub - 6 maintainers
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
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 6.4% on hackage.haskell.org
lsp 2.6.0.0
An implementation of the types, and basic message server to allow language implementors to suppor...
16 versions - Latest release: 12 days ago - 38 dependent packages - 29 dependent repositories - 11.7 thousand downloads total - 354 stars on GitHub - 6 maintainers
Top 1.2% on hackage.haskell.org
text 2.1.1
An efficient packed, immutable Unicode text type (both strict and lazy). The Text type represent...
79 versions - Latest release: 3 months ago - 1,704 dependent packages - 16,168 dependent repositories - 617 thousand downloads total - 395 stars on GitHub - 6 maintainers
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 8.7% on hackage.haskell.org
distribution-nixpkgs 1.7.0 💰
Types and functions to represent, query, and manipulate the Nixpkgs distribution.
15 versions - Latest release: almost 2 years ago - 2 dependent packages - 23 dependent repositories - 7.77 thousand downloads total - 351 stars on GitHub - 6 maintainers
distributed-process-simplelocalnet 0.3.0
18 versions - Latest release: about 2 months ago - 131 dependent repositories - 16.2 thousand downloads total - 6 maintainers
lambdabot 5.3.1
Lambdabot is an IRC bot written over several years by those on the #haskell IRC channel. It oper...
28 versions - Latest release: over 1 year ago - 1 dependent package - 13 dependent repositories - 18.9 thousand downloads total - 6 maintainers
hls-eval-plugin 2.6.0.0
Please see the README on GitHub at https://github.com/haskell/haskell-language-server#readme
26 versions - Latest release: 4 months ago - 1 dependent package - 6.31 thousand downloads total - 6 maintainers
Top 1.0% on hackage.haskell.org
yesod-form 1.7.6
API docs and the README are available at http://www.stackage.org/package/yesod-form. Third-party...
108 versions - Latest release: 9 months ago - 11 dependent packages - 1,001 dependent repositories - 119 thousand downloads total - 6 maintainers
Top 1.6% on hackage.haskell.org
yesod-auth 1.6.11
API docs and the README are available at http://www.stackage.org/package/yesod-auth
154 versions - Latest release: over 2 years ago - 6 dependent packages - 919 dependent repositories - 149 thousand downloads total - 6 maintainers
Top 5.4% on hackage.haskell.org
cabal2nix 2.19.1 💰
Convert Cabal files into Nix build instructions. Users of Nix can install the latest version by r...
120 versions - Latest release: over 1 year ago - 2 dependent packages - 21 dependent repositories - 97 thousand downloads total - 351 stars on GitHub - 6 maintainers
Top 4.1% on hackage.haskell.org
aws 0.24.2
Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a hig...
76 versions - Latest release: 4 months ago - 2 dependent packages - 162 dependent repositories - 76.6 thousand downloads total - 235 stars on GitHub - 6 maintainers
Top 0.6% on hackage.haskell.org
regex-tdfa 1.3.2
This package provides a pure Haskell "Tagged" DFA regex engine for regex-base. This implementatio...
33 versions - Latest release: almost 2 years ago - 74 dependent packages - 421 dependent repositories - 168 thousand downloads total - 6 maintainers
Top 0.3% on hackage.haskell.org
aeson 2.2.1.0
A JSON parsing and encoding library optimized for ease of use and high performance. To get start...
97 versions - Latest release: 8 months ago - 720 dependent packages - 10,280 dependent repositories - 588 thousand downloads total - 1,226 stars on GitHub - 6 maintainers
hie-compat 0.3.1.2 💰
Backports for HIE files to GHC 8.8, along with a few other backports of HIE file related fixes fo...
8 versions - Latest release: 6 months ago - 6 dependent packages - 5 dependent repositories - 6.12 thousand downloads total - 2,565 stars on GitHub - 6 maintainers
xmonad-extras 0.17.1 💰
Various modules for xmonad that cannot be added to xmonad-contrib because of additional dependenc...
24 versions - Latest release: 3 months ago - 25 dependent repositories - 18.7 thousand downloads total - 49 stars on GitHub - 6 maintainers
Top 1.4% on hackage.haskell.org
persistent-sqlite 2.10.6
96 versions - Latest release: over 4 years ago - 9 dependent packages - 967 dependent repositories - 119 thousand downloads total - 6 maintainers
Top 4.5% on hackage.haskell.org
acid-state 0.16.1
Add ACID guarantees to any serializable Haskell data structure
62 versions - Latest release: over 2 years ago - 1 dependent package - 299 dependent repositories - 85.7 thousand downloads total - 290 stars on GitHub - 6 maintainers
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 1.4% on hackage.haskell.org
scotty 0.20.1
A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp. Scotty is the cheap and ...
40 versions - Latest release: 8 months ago - 25 dependent packages - 1,598 dependent repositories - 61.7 thousand downloads total - 1,686 stars on GitHub - 6 maintainers
wai-handler-hal 0.4.0.0
This library provides a function Network.Wai.Handler.Hal.run to lift a wai Network.Wai.Applicatio...
6 versions - Latest release: 4 months ago - 561 downloads total - 21 stars on GitHub - 6 maintainers
Top 5.6% on hackage.haskell.org
hackage-security 0.6.2.6
Hackage security framework based on TUF (The Update Framework)
21 versions - Latest release: about 2 months ago - 5 dependent packages - 33 dependent repositories - 60.5 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
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
Top 1.9% on hackage.haskell.org
gtk 0.15.8
46 versions - Latest release: about 1 year ago - 11 dependent packages - 569 dependent repositories - 66.6 thousand downloads total - 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 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 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 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
Top 4.6% on hackage.haskell.org
ghc-exactprint 1.6.1
54 versions - Latest release: over 1 year ago - 14 dependent packages - 34 dependent repositories - 46.3 thousand downloads total - 5 maintainers
Top 4.0% on hackage.haskell.org
cborg 0.2.10.0
13 versions - Latest release: 6 months ago - 11 dependent packages - 107 dependent repositories - 33.9 thousand downloads total - 5 maintainers
cfn-flip 0.1.0.3
Functions to flip between CloudFormation Yaml and JSON syntaxes
3 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 170 downloads total - 0 stars on GitHub - 5 maintainers
smtp-mail 0.4.0.0
This packages provides a simple interface for mail over SMTP. Please see the README for more info...
15 versions - Latest release: about 2 months ago - 78 dependent repositories - 15.2 thousand downloads total - 1 stars on GitHub - 5 maintainers
Top 9.6% on hackage.haskell.org
stache 2.3.4
Mustache templates for Haskell.
29 versions - Latest release: 11 months ago - 6 dependent packages - 34 dependent repositories - 20.3 thousand downloads total - 27 stars on GitHub - 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
Top 6.1% on hackage.haskell.org
store 0.7.18
[Index] [Quick Jump] Use the simple integer library instead of integer-gmp Use -f <flag> to e...
41 versions - Latest release: 8 months ago - 4 dependent packages - 56 dependent repositories - 32.9 thousand downloads total - 108 stars on GitHub - 5 maintainers
Top 7.6% on hackage.haskell.org
store-core 0.4.4
Fast binary serialization in Haskell
15 versions - Latest release: almost 6 years ago - 3 dependent packages - 28 dependent repositories - 18.8 thousand downloads total - 108 stars on GitHub - 5 maintainers
faktory 1.1.2.7
Faktory Worker for Haskell
24 versions - Latest release: about 1 month ago - 2 dependent packages - 7 dependent repositories - 5.28 thousand downloads total - 14 stars on GitHub - 5 maintainers
Top 9.3% on hackage.haskell.org
bech32 1.1.6
Haskell implementation of the Bech32 address format (BIP 0173).
11 versions - Latest release: 28 days ago - 3 dependent packages - 38 dependent repositories - 18.4 thousand downloads total - 41 stars on GitHub - 5 maintainers
hls-test-utils 2.8.0.0 💰
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
20 versions - Latest release: 14 days ago - 11 dependent repositories - 1.88 thousand downloads total - 2,565 stars on GitHub - 5 maintainers
hls-retrie-plugin 2.6.0.0
24 versions - Latest release: 4 months ago - 2 dependent packages - 6.31 thousand downloads total - 5 maintainers
distributed-process-tests 0.4.12
Cloud Haskell core library
13 versions - Latest release: about 2 months ago - 5 dependent repositories - 7.95 thousand downloads total - 704 stars on GitHub - 5 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
Top 2.7% on hackage.haskell.org
shelly 1.12.1
Shelly provides convenient systems programming in Haskell, similar in spirit to POSIX shells. She...
139 versions - Latest release: about 1 year ago - 9 dependent packages - 243 dependent repositories - 142 thousand downloads total - 411 stars on GitHub - 5 maintainers
Top 4.3% on hackage.haskell.org
diagrams-postscript 1.5.1
35 versions - Latest release: over 2 years ago - 3 dependent packages - 142 dependent repositories - 38.7 thousand downloads total - 5 maintainers
diagrams-pgf 1.4.2
This package provides a modular backend for rendering diagrams created with the diagrams EDSL usi...
11 versions - Latest release: over 2 years ago - 3 dependent repositories - 6.79 thousand downloads total - 14 stars on GitHub - 5 maintainers
Top 6.2% on hackage.haskell.org
diagrams-rasterific 1.4.2
A full-featured backend for rendering diagrams using the Rasterific rendering engine.
27 versions - Latest release: over 4 years ago - 3 dependent packages - 127 dependent repositories - 22 thousand downloads total - 5 maintainers
Top 1.3% on hackage.haskell.org
diagrams-lib 1.4.6
Diagrams is a flexible, extensible EDSL for creating graphics of many types. Graphics can be cre...
68 versions - Latest release: about 1 year ago - 28 dependent packages - 330 dependent repositories - 83 thousand downloads total - 5 maintainers
rollbar-client 1.0.0
Please see the README on GitHub at https://github.com/stackbuilders/rollbar-haskell/tree/master/r...
2 versions - Latest release: over 1 year ago - 4 dependent packages - 1 dependent repositories - 240 downloads total - 7 stars on GitHub - 5 maintainers
sphinx 0.6.1
Haskell bindings to the Sphinx full-text searching daemon. Compatible with Sphinx version 2.0
27 versions - Latest release: about 2 months ago - 134 dependent repositories - 20.1 thousand downloads total - 0 stars on GitHub - 5 maintainers