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 23 hours ago

haskoin-store 1.5.4
Haskoin Store is a blockchain storage service with a RESTful API
309 versions - Latest release: 15 days ago - 1 dependent package - 1 dependent repositories - 261 thousand downloads total - 26 stars on GitHub - 1 maintainer
git-annex 8.20200720.1
git-annex allows managing files with git, without checking the file contents into git. While that...
285 versions - Latest release: almost 4 years ago - 23 dependent repositories - 258 thousand downloads total - 1 maintainer
Top 1.7% on hackage.haskell.org
hlint 3.6.1
HLint gives suggestions on how to improve your source code.
222 versions - Latest release: 11 months ago - 6 dependent packages - 269 dependent repositories - 316 thousand downloads total - 1,429 stars on GitHub - 1 maintainer
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
Top 0.3% on hackage.haskell.org
warp 3.4.1
HTTP/1.0, HTTP/1.1 and HTTP/2 are supported. For HTTP/2, Warp supports direct and ALPN (in TLS) ...
206 versions - Latest release: 25 days ago - 107 dependent packages - 3,180 dependent repositories - 359 thousand downloads total - 807 stars on GitHub - 3 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 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
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
Top 0.4% on hackage.haskell.org
wai-extra 3.1.15
Provides basic WAI handler and middleware functionality: WAI Testing Framework Hspec testing fa...
173 versions - Latest release: 7 days ago - 48 dependent packages - 2,380 dependent repositories - 250 thousand downloads total - 801 stars on GitHub - 5 maintainers
ats-pkg 3.5.0.3
A collection of scripts to simplify building ATS projects.
161 versions - Latest release: over 1 year ago - 1 dependent package - 93.6 thousand downloads total - 1 maintainer
Top 0.1% on hackage.haskell.org
lens 5.3.2
This package comes "Batteries Included" with many useful lenses for the types commonly used from ...
158 versions - Latest release: 9 days ago - 366 dependent packages - 4,552 dependent repositories - 417 thousand downloads total - 1,984 stars on GitHub - 4 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 1.5% on hackage.haskell.org
http-conduit 2.3.8
Hackage documentation generation is not reliable. For up to date documentation, please see: http:...
143 versions - Latest release: about 3 years ago - 84 dependent packages - 2,167 dependent repositories - 286 thousand downloads total - 272 stars on GitHub - 1 maintainer
Top 2.5% on hackage.haskell.org
esqueleto 3.3.2
esqueleto is a bare bones, type-safe EDSL for SQL queries that works with unmodified persistent S...
140 versions - Latest release: about 4 years ago - 12 dependent packages - 273 dependent repositories - 132 thousand downloads total - 370 stars on GitHub - 4 maintainers
Top 1.5% on hackage.haskell.org
brick 2.3.1
Write terminal user interfaces (TUIs) painlessly with brick! You write an event handler and a dra...
139 versions - Latest release: 5 months ago - 22 dependent packages - 154 dependent repositories - 110 thousand downloads total - 1,565 stars on GitHub - 1 maintainer
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 5.8% on hackage.haskell.org
tidal 1.9.5
Tidal is a domain specific language for live coding patterns.
137 versions - Latest release: about 1 month ago - 2 dependent packages - 32 dependent repositories - 118 thousand downloads total - 4 maintainers
haskoin-store-data 1.4.0
Haskoin Store is a blockchain storage service with a RESTful API
137 versions - Latest release: about 2 months ago - 1 dependent package - 3 dependent repositories - 59 thousand downloads total - 26 stars on GitHub - 1 maintainer
Top 1.7% on hackage.haskell.org
http-client 0.7.17
Hackage documentation generation is not reliable. For up to date documentation, please see: http:...
135 versions - Latest release: 2 months ago - 193 dependent packages - 1,220 dependent repositories - 355 thousand downloads total - 264 stars on GitHub - 2 maintainers
propellor 5.14.1
Propellor ensures that the system it's run in satisfies a list of properties, taking action as ne...
131 versions - Latest release: over 1 year ago - 1 dependent package - 5 dependent repositories - 83.6 thousand downloads total - 1 maintainer
Top 8.2% on hackage.haskell.org
yesod-bin 1.6.2
See README.md for more information
130 versions - Latest release: over 2 years ago - 141 dependent repositories - 111 thousand downloads total - 5 maintainers
Top 0.7% on hackage.haskell.org
conduit 1.3.5
conduit is a solution to the streaming data problem, allowing for production, transformation, and...
130 versions - Latest release: almost 1 year ago - 144 dependent packages - 2,350 dependent repositories - 435 thousand downloads total - 883 stars on GitHub - 1 maintainer
Top 3.4% on hackage.haskell.org
texmath 0.12.8 💰
The texmath library provides functions to read and write TeX math, presentation MathML, and OMML ...
126 versions - Latest release: 12 months ago - 4 dependent packages - 181 dependent repositories - 208 thousand downloads total - 299 stars on GitHub - 1 maintainer
Top 2.0% on hackage.haskell.org
yaml 0.10.1
README and API documentation are available at https://www.stackage.org/package/yaml
125 versions - Latest release: over 5 years ago - 101 dependent packages - 2,037 dependent repositories - 305 thousand downloads total - 156 stars on GitHub - 1 maintainer
Top 8.7% on hackage.haskell.org
rattletrap 13.0.2
Rattletrap parses and generates Rocket League replays.
122 versions - Latest release: about 1 month ago - 1 dependent package - 17 dependent repositories - 63.9 thousand downloads total - 1 maintainer
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 3.6% on hackage.haskell.org
hledger 1.33.1
The command-line interface for the hledger accounting system. Its basic function is to read a pla...
116 versions - Latest release: 20 days ago - 3 dependent packages - 146 dependent repositories - 85.3 thousand downloads total - 1 maintainer
Top 7.4% on hackage.haskell.org
ghc-lib 8.8.2
The GHC API, decoupled from GHC versions
113 versions - Latest release: over 4 years ago - 3 dependent packages - 36 dependent repositories - 42.7 thousand downloads total - 160 stars on GitHub - 2 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 2.2% on hackage.haskell.org
vty 5.35.1
vty is terminal GUI library in the niche of ncurses. It is intended to be easy to use and to prov...
111 versions - Latest release: about 2 years ago - 37 dependent packages - 219 dependent repositories - 111 thousand downloads total - 321 stars on GitHub - 2 maintainers
Top 5.7% on hackage.haskell.org
ghc-lib-parser 8.8.2
The GHC API, decoupled from GHC versions
110 versions - Latest release: over 4 years ago - 11 dependent packages - 24 dependent repositories - 83.3 thousand downloads total - 160 stars on GitHub - 2 maintainers
Top 1.2% on hackage.haskell.org
shake 0.19.8
Shake is a Haskell library for writing build systems - designed as a replacement for make. See De...
108 versions - Latest release: 4 months ago - 26 dependent packages - 267 dependent repositories - 144 thousand downloads total - 1 maintainer
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 2.8% on hackage.haskell.org
hasql 1.6.4
Root of the "hasql" ecosystem. This library provides connection management, execution of queries ...
106 versions - Latest release: 4 months ago - 22 dependent packages - 230 dependent repositories - 62.2 thousand downloads total - 507 stars on GitHub - 1 maintainer
Top 6.0% on hackage.haskell.org
hledger-web 1.33.1
A simple web user interface for the hledger accounting system, providing a more modern UI than th...
105 versions - Latest release: 20 days ago - 1 dependent package - 100 dependent repositories - 72.7 thousand downloads total - 1 maintainer
Top 1.9% on hackage.haskell.org
tls 2.0.5
TLS/SSL implementation in haskell
104 versions - Latest release: 30 days ago - 53 dependent packages - 313 dependent repositories - 290 thousand downloads total - 402 stars on GitHub - 3 maintainers
Top 2.3% on hackage.haskell.org
hledger-lib 1.33.1
This library contains hledger's core functionality. It is used by most hledger* packages so that ...
102 versions - Latest release: 20 days ago - 5 dependent packages - 157 dependent repositories - 74.7 thousand downloads total - 1 maintainer
Top 1.7% on hackage.haskell.org
happstack-server 7.9.0
Happstack Server provides an HTTP server and a rich set of functions for routing requests, handli...
101 versions - Latest release: 5 months ago - 8 dependent packages - 491 dependent repositories - 109 thousand downloads total - 2 maintainers
ghc-lib-parser-ex 8.8.2
Please see the README on GitHub at https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme
101 versions - Latest release: over 4 years ago - 6 dependent packages - 10 dependent repositories - 64.7 thousand downloads total - 9 stars on GitHub - 2 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
Top 8.7% on hackage.haskell.org
relational-query 0.12.3.1
This repository includes a joined query generator based on typefull relational algebra, and mappi...
97 versions - Latest release: 6 months ago - 3 dependent packages - 28 dependent repositories - 61.5 thousand downloads total - 233 stars on GitHub - 1 maintainer
Top 9.4% on hackage.haskell.org
sbp 6.0.0
Haskell bindings for Swift Navigation Binary Protocol (SBP), a fast, simple, and minimal binary p...
96 versions - Latest release: 14 days ago - 1 dependent package - 9 dependent repositories - 40 thousand downloads total - 69 stars on GitHub - 3 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 3.3% on hackage.haskell.org
hoogle 5.0.18
Hoogle is a Haskell API search engine, which allows you to search many standard Haskell libraries...
96 versions - Latest release: almost 4 years ago - 6 dependent packages - 156 dependent repositories - 117 thousand downloads total - 1 maintainer
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
cabal-debian 5.2.3
Create a Debianization by examining a .cabal file.
94 versions - Latest release: 4 months ago - 1 dependent package - 31 dependent repositories - 66.5 thousand downloads total - 3 stars on GitHub - 2 maintainers
Top 2.9% on hackage.haskell.org
trifecta 2.1.4
A modern parser combinator library with slicing and Clang-style colored diagnostics For example:
93 versions - Latest release: 3 months ago - 13 dependent packages - 220 dependent repositories - 118 thousand downloads total - 294 stars on GitHub - 4 maintainers
futhark 0.25.16
Futhark is a small programming language designed to be compiled to efficient parallel code. It is...
92 versions - Latest release: 21 days ago - 2 dependent packages - 3 dependent repositories - 26.6 thousand downloads total - 1 maintainer
Top 6.4% on hackage.haskell.org
vulkan 3.26.1
Please see the readme
92 versions - Latest release: 7 months ago - 8 dependent packages - 23 dependent repositories - 35.4 thousand downloads total - 139 stars on GitHub - 5 maintainers
calamity 0.1.10
Please see the README on GitHub at https://github.com/simmsb/calamity#readme
89 versions - Latest release: almost 4 years ago - 2 dependent repositories - 40.3 thousand downloads total - 106 stars on GitHub - 1 maintainer
Top 8.8% on hackage.haskell.org
language-puppet 1.5.1
This is a set of tools that is supposed to fill all your Puppet needs : syntax checks, catalog co...
88 versions - Latest release: 7 months ago - 1 dependent package - 17 dependent repositories - 56.5 thousand downloads total - 2 maintainers
Top 5.5% on hackage.haskell.org
clash-ghc 1.8.1
Clash is a functional hardware description language that borrows both its syntax and semantics fr...
87 versions - Latest release: 6 months ago - 4 dependent packages - 51 dependent repositories - 67.8 thousand downloads total - 2 maintainers
hw-prim 0.6.3.2 💰
Primitive functions and data types.
86 versions - Latest release: over 1 year ago - 7 dependent packages - 21 dependent repositories - 54.7 thousand downloads total - 5 stars on GitHub - 3 maintainers
Top 4.1% on hackage.haskell.org
hoauth2 2.13.1
Haskell oauth2 binding
86 versions - Latest release: 3 months ago - 11 dependent packages - 158 dependent repositories - 52.9 thousand downloads total - 130 stars on GitHub - 1 maintainer
Top 6.0% on hackage.haskell.org
authenticate 1.3.5
API docs and the README are available at http://www.stackage.org/package/authenticate.
86 versions - Latest release: over 4 years ago - 3 dependent packages - 178 dependent repositories - 107 thousand downloads total - 35 stars on GitHub - 2 maintainers
cabal-rpm 2.2.0
This package provides a RPM packaging tool for Haskell Cabal-based packages. cabal-rpm has comma...
86 versions - Latest release: about 2 months ago - 101 dependent repositories - 60.8 thousand downloads total - 25 stars on GitHub - 2 maintainers
Top 4.0% on hackage.haskell.org
skylighting 0.14.1 💰
Skylighting is a syntax highlighting library with support for over one hundred languages. It der...
85 versions - Latest release: 6 months ago - 6 dependent packages - 86 dependent repositories - 102 thousand downloads total - 185 stars on GitHub - 1 maintainer
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 6.0% on hackage.haskell.org
HsOpenSSL 0.11.7
HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA and DSA keys, read and write PEM...
84 versions - Latest release: about 3 years ago - 18 dependent packages - 170 dependent repositories - 102 thousand downloads total - 21 stars on GitHub - 2 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
gitit 0.12.3
Gitit is a wiki backed by a git, darcs, or mercurial filestore. Pages and uploaded files can be ...
83 versions - Latest release: over 5 years ago - 1 dependent package - 4 dependent repositories - 68.7 thousand downloads total - 1 maintainer
mighttpd2 4.0.6
File/CGI web server on Warp
83 versions - Latest release: about 2 months ago - 1 dependent package - 2 dependent repositories - 58.9 thousand downloads total - 135 stars on GitHub - 1 maintainer
Top 0.9% on hackage.haskell.org
websockets 0.13.0.0
83 versions - Latest release: 5 months ago - 43 dependent packages - 466 dependent repositories - 112 thousand downloads total - 2 maintainers
rebase 1.20.2
A more progressive alternative to the "base" package
83 versions - Latest release: 5 months ago - 1 dependent package - 27 dependent repositories - 42.1 thousand downloads total - 27 stars on GitHub - 1 maintainer
Top 1.2% on hackage.haskell.org
warp-tls 3.4.5
SSLv1 and SSLv2 are obsoleted by IETF. We should use TLS 1.2 (or TLS 1.1 or TLS 1.0 if necessary)...
83 versions - Latest release: about 1 month ago - 19 dependent packages - 217 dependent repositories - 97.4 thousand downloads total - 807 stars on GitHub - 2 maintainers
Top 2.7% on hackage.haskell.org
hedis 0.15.2
A Redis client library for Haskell.
82 versions - Latest release: about 1 year ago - 10 dependent packages - 178 dependent repositories - 71.4 thousand downloads total - 325 stars on GitHub - 4 maintainers
Top 4.9% on hackage.haskell.org
clash-lib 1.8.1
Clash is a functional hardware description language that borrows both its syntax and semantics fr...
81 versions - Latest release: 6 months ago - 6 dependent packages - 46 dependent repositories - 58.4 thousand downloads total - 2 maintainers
Top 3.7% on hackage.haskell.org
hpack 0.36.0
hpack: A modern format for Haskell packages
81 versions - Latest release: 8 months ago - 5 dependent packages - 36 dependent repositories - 74 thousand downloads total - 610 stars on GitHub - 3 maintainers
Top 2.9% on hackage.haskell.org
stylish-haskell 0.14.6.0
A Haskell code prettifier. For more information, see: https://github.com/haskell/stylish-haskell...
80 versions - Latest release: 4 months ago - 3 dependent packages - 142 dependent repositories - 97.4 thousand downloads total - 963 stars on GitHub - 1 maintainer
Top 1.8% on hackage.haskell.org
yesod-test 1.6.16
API docs and the README are available at http://www.stackage.org/package/yesod-test
80 versions - Latest release: 8 months ago - 4 dependent packages - 840 dependent repositories - 71.9 thousand downloads total - 5 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 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
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
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
influxdb 1.9.3
influxdb is an InfluxDB client library for Haskell. See Database.InfluxDB for a quick start guide.
77 versions - Latest release: 11 months ago - 1 dependent package - 10 dependent repositories - 49.7 thousand downloads total - 53 stars on GitHub - 1 maintainer
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 4.8% on hackage.haskell.org
hindent 6.1.1 💰
Extensible Haskell pretty printer. Both a library and an executable. See the GitHub page for usag...
76 versions - Latest release: 6 months ago - 1 dependent package - 110 dependent repositories - 64 thousand downloads total - 553 stars on GitHub - 4 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 0.9% on hackage.haskell.org
shakespeare 2.1.0
75 versions - Latest release: about 1 year ago - 18 dependent packages - 527 dependent repositories - 127 thousand downloads total - 4 maintainers
Top 1.1% on hackage.haskell.org
wai-app-static 3.1.9
API docs and the README are available at http://www.stackage.org/package/wai-app-static.
74 versions - Latest release: 3 months ago - 16 dependent packages - 284 dependent repositories - 122 thousand downloads total - 1 maintainer
Top 5.1% on hackage.haskell.org
pandoc-crossref 0.3.17.1
Pandoc filter for cross-references
73 versions - Latest release: 17 days ago - 1 dependent package - 60 dependent repositories - 48.5 thousand downloads total - 897 stars on GitHub - 1 maintainer
Top 1.0% on hackage.haskell.org
postgresql-simple 0.6.5
73 versions - Latest release: over 1 year ago - 23 dependent packages - 924 dependent repositories - 101 thousand downloads total - 2 maintainers
wai-app-file-cgi 3.1.11
73 versions - Latest release: 4 months ago - 1 dependent package - 2 dependent repositories - 50.6 thousand downloads total - 1 maintainer
Top 9.1% on hackage.haskell.org
xmobar 0.48.1
A minimalist status bar
72 versions - Latest release: 14 days ago - 1 dependent package - 21 dependent repositories - 61.7 thousand downloads total - 59 stars on codeberg.org - 2 maintainers
Top 3.4% on hackage.haskell.org
classy-prelude 1.5.0
See docs and README at http://www.stackage.org/package/classy-prelude
71 versions - Latest release: over 5 years ago - 14 dependent packages - 351 dependent repositories - 80.5 thousand downloads total - 150 stars on GitHub - 2 maintainers
Top 5.8% on hackage.haskell.org
keter 2.1.5
Deployment system for web applications, originally intended for hosting Yesod applications. It bi...
71 versions - Latest release: 3 months ago - 1 dependent package - 136 dependent repositories - 55.2 thousand downloads total - 4 maintainers
Top 4.8% on hackage.haskell.org
http2 5.2.1
HTTP/2.0 library including HPACK
69 versions - Latest release: 25 days ago - 12 dependent packages - 64 dependent repositories - 124 thousand downloads total - 77 stars on GitHub - 1 maintainer
Top 3.9% on hackage.haskell.org
monad-logger 0.3.40
See README and Haddocks at https://www.stackage.org/package/monad-logger
69 versions - Latest release: 12 months ago - 70 dependent packages - 1,009 dependent repositories - 145 thousand downloads total - 35 stars on GitHub - 1 maintainer
freckle-app 1.15.4.0
Please see README.md
69 versions - Latest release: 5 days ago - 2 dependent repositories - 3.39 thousand downloads total - 5 stars on GitHub - 4 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
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
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
ngx-export 1.7.10
A comprehensive web framework aimed at building custom Haskell handlers for the Nginx Web Server
68 versions - Latest release: 2 months ago - 4 dependent packages - 3 dependent repositories - 35.2 thousand downloads total - 159 stars on GitHub - 1 maintainer
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
Top 3.2% on hackage.haskell.org
dhall 1.42.1
67 versions - Latest release: 7 months ago - 27 dependent packages - 70 dependent repositories - 69.2 thousand downloads total - 2 maintainers
haskoin-node 1.1.0
Please see the README on GitHub at https://github.com/haskoin/haskoin-node#readme
67 versions - Latest release: 2 months ago - 1 dependent package - 1 dependent repositories - 28.2 thousand downloads total - 520 stars on GitHub - 2 maintainers
Top 7.3% on hackage.haskell.org
hadolint 2.12.0 💰
A smarter Dockerfile linter that helps you build best practice Docker images.
67 versions - Latest release: over 1 year ago - 1 dependent package - 7 dependent repositories - 33.3 thousand downloads total - 9,282 stars on GitHub - 1 maintainer
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.9% on hackage.haskell.org
clash-prelude 1.8.1
Clash is a functional hardware description language that borrows both its syntax and semantics fr...
66 versions - Latest release: 6 months ago - 7 dependent packages - 52 dependent repositories - 48 thousand downloads total - 2 maintainers
debian 4.0.5
Haskell library of datatypes related to Debian packaging
66 versions - Latest release: 8 months ago - 2 dependent packages - 40 dependent repositories - 51 thousand downloads total - 0 stars on GitHub - 4 maintainers