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,315
Dependent repositories: 18,438
Downloads: 114,254 total
Stars: 282 on GitHub
Forks: 137 on GitHub
Docker dependents: 1
Docker downloads: 16
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

stackctl 1.6.1.2
Please see https://github.com/freckle/stackctl#readme
31 versions - Latest release: about 1 hour ago - 1 dependent package - 1 dependent repositories - 887 downloads total - 13 stars on GitHub - 5 maintainers
Blammo 1.1.2.3
Please see README.md
15 versions - Latest release: about 2 hours ago - 3 dependent packages - 6 dependent repositories - 999 downloads total - 26 stars on GitHub - 5 maintainers
hedgehog-extras 0.6.3.0
23 versions - Latest release: about 3 hours ago - 18 dependent repositories - 2.77 thousand downloads total - 3 maintainers
hkgr 0.4.4
Hkgr (Hackager) is a tool to help make new releases of Haskell packages, with commands for git ta...
25 versions - Latest release: about 10 hours ago - 6 dependent repositories - 5.8 thousand downloads total - 27 stars on GitHub - 1 maintainer
hercules-ci-agent 0.10.2
29 versions - Latest release: about 17 hours ago - 2 dependent packages - 1 dependent repositories - 2.47 thousand downloads total - 1 maintainer
hercules-ci-cnix-expr 0.3.6.2
16 versions - Latest release: about 17 hours ago - 2 dependent packages - 1 dependent repositories - 824 downloads total - 1 maintainer
hercules-ci-cnix-store 0.3.5.1
20 versions - Latest release: about 17 hours ago - 4 dependent packages - 1 dependent repositories - 1.24 thousand downloads total - 1 maintainer
hercules-ci-api 0.8.3.0 💰
https://hercules-ci.com build and deployment agent
10 versions - Latest release: about 17 hours ago - 3 dependent packages - 1 dependent repositories - 728 downloads total - 85 stars on GitHub - 1 maintainer
hercules-ci-api-core 0.1.7.0 💰
https://hercules-ci.com build and deployment agent
8 versions - Latest release: about 17 hours ago - 4 dependent packages - 1 dependent repositories - 684 downloads total - 85 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: 1 day ago - 1 dependent package - 100 dependent repositories - 72.7 thousand downloads total - 1 maintainer
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: 1 day ago - 3 dependent packages - 146 dependent repositories - 85.3 thousand downloads total - 1 maintainer
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: 1 day ago - 5 dependent packages - 157 dependent repositories - 74.7 thousand downloads total - 1 maintainer
Top 6.8% on hackage.haskell.org
taffybar 4.0.2
[Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candid...
35 versions - Latest release: 2 days ago - 1 dependent package - 18 dependent repositories - 21.1 thousand downloads total - 685 stars on GitHub - 2 maintainers
json-spec 0.4.0.0
See the README at: https://github.com/owensmurray/json-spec#json-spec
11 versions - Latest release: 2 days ago - 3 dependent packages - 258 downloads total - 2 stars on GitHub - 1 maintainer
futhark 0.25.16
Futhark is a small programming language designed to be compiled to efficient parallel code. It is...
92 versions - Latest release: 2 days ago - 1 dependent package - 3 dependent repositories - 26.6 thousand downloads total - 1 maintainer
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: 3 days ago - 26 dependent packages - 34 dependent repositories - 13.6 thousand downloads total - 354 stars on GitHub - 7 maintainers
Top 6.0% on hackage.haskell.org
lsp-test 0.17.0.1
A test framework for writing tests against Language Server Protocol servers. Language.LSP.Test la...
51 versions - Latest release: 3 days ago - 4 dependent packages - 19 dependent repositories - 31.7 thousand downloads total - 354 stars on GitHub - 6 maintainers
Top 6.4% on hackage.haskell.org
lsp 2.5.0.0
An implementation of the types, and basic message server to allow language implementors to suppor...
15 versions - Latest release: 3 days ago - 36 dependent packages - 29 dependent repositories - 11.5 thousand downloads total - 354 stars on GitHub - 6 maintainers
Top 9.5% on hackage.haskell.org
discord-haskell 1.17.0
Functions and data types to write discord bots. Official discord docs https://discord.com/develop...
57 versions - Latest release: 4 days ago - 1 dependent package - 11 dependent repositories - 18.1 thousand downloads total - 258 stars on GitHub - 4 maintainers
extism-pdk 1.0.0.1
4 versions - Latest release: 4 days ago - 1 dependent package - 1 dependent repositories - 59 downloads total - 2 maintainers
Top 5.4% on hackage.haskell.org
concurrent-output 1.10.21
Lets multiple threads and external processes concurrently output to the console, without it getti...
45 versions - Latest release: 4 days ago - 4 dependent packages - 32 dependent repositories - 57.9 thousand downloads total - 1 maintainer
extensions 0.1.0.2 💰
Parse Haskell Language Extensions. See README.md for more details.
5 versions - Latest release: 4 days ago - 2 dependent packages - 5 dependent repositories - 2.51 thousand downloads total - 46 stars on GitHub - 2 maintainers
exploring-interpreters 1.5.0.1
12 versions - Latest release: 4 days ago - 2 dependent packages - 1 dependent repositories - 1.07 thousand downloads total - 2 maintainers
crc32c 0.2.1
Haskell bindings for crc32c
4 versions - Latest release: 6 days ago - 7 dependent repositories - 934 downloads total - 1 stars on GitHub - 1 maintainer
cabal-fmt 0.1.12
13 versions - Latest release: 6 days ago - 1 dependent package - 5.01 thousand downloads total - 1 maintainer
http2-tls 0.2.11
Library for HTTP/2 over TLS
15 versions - Latest release: 6 days ago - 1 dependent repositories - 397 downloads total - 4 stars on GitHub - 1 maintainer
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: 6 days ago - 86 dependent packages - 3,180 dependent repositories - 358 thousand downloads total - 807 stars on GitHub - 3 maintainers
Top 4.8% on hackage.haskell.org
http2 5.2.1
HTTP/2.0 library including HPACK
69 versions - Latest release: 6 days ago - 10 dependent packages - 64 dependent repositories - 124 thousand downloads total - 77 stars on GitHub - 1 maintainer
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: 7 days ago - 18 dependent packages - 33 dependent repositories - 7.56 thousand downloads total - 12 maintainers
burrito 2.0.1.9
Burrito is a Haskell library for parsing and rendering URI templates. According to RFC 6570: "A ...
24 versions - Latest release: 7 days ago - 1 dependent package - 8 dependent repositories - 3.56 thousand downloads total - 1 maintainer
lucid2 0.0.20240424
Clear to write, read and edit DSL for HTML. Names are consistent, and do not conflict with base ...
6 versions - Latest release: 7 days ago - 1 dependent package - 3 dependent repositories - 770 downloads total - 273 stars on GitHub - 1 maintainer
hpc-codecov 0.6.0.0
The hpc-codecov package contains an executable and library codes for generating Codeocv JSON cove...
10 versions - Latest release: 7 days ago - 1 dependent package - 9 dependent repositories - 1.4 thousand downloads total - 9 stars on GitHub - 1 maintainer
mmzk-typeid 0.6.0.1
TypeID is a type-safe, K-sortable, globally unique identifier inspired by Stripe IDs. The specif...
12 versions - Latest release: 7 days ago - 276 downloads total - 4 stars on GitHub - 1 maintainer
http3 0.0.11
HTTP/3 library in Haskell
12 versions - Latest release: 8 days ago - 1 dependent package - 7 dependent repositories - 1.22 thousand downloads total - 60 stars on GitHub - 1 maintainer
crypton 1.0.0
A repository of cryptographic primitives. Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Tw...
5 versions - Latest release: 8 days ago - 31 dependent packages - 1 dependent repositories - 2.69 thousand downloads total - 22 stars on GitHub - 1 maintainer
Top 6.7% on hackage.haskell.org
dbus 1.3.4
A client library for the D-Bus IPC system.
55 versions - Latest release: 8 days ago - 8 dependent packages - 86 dependent repositories - 48.4 thousand downloads total - 40 stars on GitHub - 2 maintainers
Top 6.3% on hackage.haskell.org
HsYAML 0.2.1.4
YAML 1.2 implementation in pure Haskell
12 versions - Latest release: 8 days ago - 8 dependent packages - 39 dependent repositories - 30.6 thousand downloads total - 53 stars on GitHub - 3 maintainers
Top 9.6% on hackage.haskell.org
language-docker 13.0.0 💰
All functions for parsing and pretty-printing Dockerfiles are exported through Language.Docker. F...
44 versions - Latest release: 9 days ago - 1 dependent package - 14 dependent repositories - 22.9 thousand downloads total - 34 stars on GitHub - 1 maintainer
haskoin-store 1.5.2
Haskoin Store is a blockchain storage service with a RESTful API
307 versions - Latest release: 9 days ago - 1 dependent package - 1 dependent repositories - 261 thousand downloads total - 26 stars on GitHub - 1 maintainer
Top 9.3% on hackage.haskell.org
bech32 1.1.6
Haskell implementation of the Bech32 address format (BIP 0173).
10 versions - Latest release: 9 days ago - 2 dependent packages - 38 dependent repositories - 18.2 thousand downloads total - 41 stars on GitHub - 5 maintainers
Top 7.7% on hackage.haskell.org
hie-bios 0.14.0
Set up a GHC API session and obtain flags required to compile a source file
32 versions - Latest release: 10 days ago - 4 dependent packages - 13 dependent repositories - 25.5 thousand downloads total - 172 stars on GitHub - 2 maintainers
yaml-streamly 0.12.5 💰
Rewrite of yaml in streamly
6 versions - Latest release: 11 days ago - 2 dependent packages - 1.4 thousand downloads total - 10 stars on GitHub - 1 maintainer
Top 1.9% on hackage.haskell.org
tls 2.0.5
TLS/SSL implementation in haskell
104 versions - Latest release: 11 days ago - 43 dependent packages - 313 dependent repositories - 290 thousand downloads total - 401 stars on GitHub - 3 maintainers
Top 8.7% on hackage.haskell.org
rattletrap 13.0.2
Rattletrap parses and generates Rocket League replays.
121 versions - Latest release: 12 days ago - 1 dependent package - 17 dependent repositories - 63.6 thousand downloads total - 1 maintainer
tmp-proc 0.6.2.1
Use docker to run 'tmp' processes in haskell integration tests
15 versions - Latest release: 13 days ago - 7 dependent packages - 6 dependent repositories - 767 downloads total - 8 stars on GitHub - 1 maintainer
text-show-instances 3.9.8
text-show-instances is a supplemental library to text-show that provides additional Show instance...
40 versions - Latest release: 13 days ago - 22 dependent repositories - 24.8 thousand downloads total - 6 stars on GitHub - 1 maintainer
Top 6.8% on hackage.haskell.org
text-show 3.10.5
text-show offers a replacement for the Show typeclass intended for use with Text instead of Strin...
57 versions - Latest release: 13 days ago - 20 dependent packages - 104 dependent repositories - 56.7 thousand downloads total - 38 stars on GitHub - 1 maintainer
Top 7.8% on hackage.haskell.org
zip 2.0.1
Operations on zip archives.
28 versions - Latest release: 13 days ago - 3 dependent packages - 40 dependent repositories - 18.9 thousand downloads total - 80 stars on GitHub - 2 maintainers
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: 14 days ago - 14 dependent packages - 217 dependent repositories - 97.3 thousand downloads total - 807 stars on GitHub - 2 maintainers
grisette 0.5.0.1
Grisette is a reusable symbolic evaluation library for Haskell. By translating programs into cons...
9 versions - Latest release: 14 days ago - 1 dependent package - 2 dependent repositories - 274 downloads total - 44 stars on GitHub - 1 maintainer
stack-all 0.5.2
Build your Haskell project over Stackage major LTS versions.
15 versions - Latest release: 15 days ago - 6 dependent repositories - 1.54 thousand downloads total - 4 stars on GitHub - 1 maintainer
proto3-wire 1.4.2
[Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candid...
9 versions - Latest release: 16 days ago - 1 dependent package - 11 dependent repositories - 7.11 thousand downloads total - 5 maintainers
Top 9.2% on hackage.haskell.org
synthesizer-core 0.8.4
31 versions - Latest release: 17 days ago - 5 dependent packages - 13 dependent repositories - 21.1 thousand downloads total - 1 maintainer
network-run 0.2.8
12 versions - Latest release: 17 days ago - 3 dependent packages - 10 dependent repositories - 4.23 thousand downloads total - 1 maintainer
feedback 0.1.0.5 💰
Declarative feedback loop manager
7 versions - Latest release: 18 days ago - 1 dependent package - 2 dependent repositories - 269 downloads total - 60 stars on GitHub - 1 maintainer
cfg 0.0.2.2
Simple Haskell configuration library
4 versions - Latest release: 19 days ago - 1 dependent repositories - 81 downloads total - 3 stars on GitHub - 1 maintainer
melf 1.3.1
Parser for ELF object format
7 versions - Latest release: 19 days ago - 1 dependent package - 2 dependent repositories - 410 downloads total - 4 stars on GitHub - 1 maintainer
HPi 0.11.0
Library to access the GPIO pins on a Raspberry Pi from Haskell.
12 versions - Latest release: 20 days ago - 1 dependent repositories - 5.6 thousand downloads total - 42 stars on GitHub - 1 maintainer
Top 6.9% on hackage.haskell.org
monoid-subclasses 1.2.5
A hierarchy of subclasses of Monoid together with their instances for all data structures from ba...
44 versions - Latest release: 21 days ago - 10 dependent packages - 152 dependent repositories - 44.8 thousand downloads total - 31 stars on GitHub - 1 maintainer
binrep 0.8.0
Please see README.md.
8 versions - Latest release: 21 days ago - 1 dependent package - 2 dependent repositories - 284 downloads total - 11 stars on GitHub - 1 maintainer
quic 0.1.20
23 versions - Latest release: 21 days ago - 3 dependent packages - 9 dependent repositories - 1.12 thousand downloads total - 1 maintainer
hasql-notifications 0.2.1.1
Use PostgreSQL Asynchronous notification support with your Hasql Types.
10 versions - Latest release: 22 days ago - 2 dependent packages - 21 dependent repositories - 2.46 thousand downloads total - 12 stars on GitHub - 1 maintainer
hakyll-images 1.2.2 💰
hakyll-images is an add-on to the hakyll package. It adds utilities to work with images, includin...
17 versions - Latest release: 23 days ago - 10 dependent repositories - 4.89 thousand downloads total - 17 stars on GitHub - 1 maintainer
faktory 1.1.2.7
Faktory Worker for Haskell
24 versions - Latest release: 23 days ago - 1 dependent package - 7 dependent repositories - 5.2 thousand downloads total - 14 stars on GitHub - 5 maintainers
ghc-debug-common 0.6.0.0
Remote debugging for GHC
7 versions - Latest release: 23 days ago - 2 dependent packages - 2 dependent repositories - 775 downloads total - 10 stars on gitlab.haskell.org - 1 maintainer
ghc-debug-client 0.6.0.0
Remote debugging for GHC
8 versions - Latest release: 23 days ago - 1 dependent package - 2 dependent repositories - 780 downloads total - 10 stars on gitlab.haskell.org - 1 maintainer
Top 4.9% on hackage.haskell.org
proto-lens 0.7.1.5
API for protocol buffers using modern Haskell language and library patterns.
26 versions - Latest release: 25 days ago - 7 dependent packages - 53 dependent repositories - 18.7 thousand downloads total - 446 stars on GitHub - 3 maintainers
Top 7.7% on hackage.haskell.org
proto-lens-runtime 0.7.0.6
API for protocol buffers using modern Haskell language and library patterns.
12 versions - Latest release: 25 days ago - 3 dependent packages - 32 dependent repositories - 8.69 thousand downloads total - 446 stars on GitHub - 3 maintainers
jsaddle-webkit2gtk 0.9.9.0
17 versions - Latest release: 25 days ago - 1 dependent package - 5 dependent repositories - 6.86 thousand downloads total - 1 maintainer
jsaddle-wkwebview 0.9.9.0
17 versions - Latest release: 25 days ago - 1 dependent package - 6 dependent repositories - 7.84 thousand downloads total - 1 maintainer
jsaddle-clib 0.9.9.0
8 versions - Latest release: 25 days ago - 1 dependent repositories - 1.98 thousand downloads total - 1 maintainer
Top 9.9% on hackage.haskell.org
jsaddle-warp 0.9.9.0
20 versions - Latest release: 25 days ago - 2 dependent packages - 34 dependent repositories - 10.8 thousand downloads total - 1 maintainer
Top 3.1% on hackage.haskell.org
jsaddle 0.9.9.0
50 versions - Latest release: 25 days ago - 9 dependent packages - 169 dependent repositories - 34.8 thousand downloads total - 1 maintainer
ukrainian-phonetics-basic-array 0.10.0.0
Rewritten from the mmsyn6ukr and mmsyn7s packages. Comparing to the ukrainian-phonetics-basic pac...
17 versions - Latest release: 26 days ago - 5 dependent packages - 1.54 thousand downloads total - 1 maintainer
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: 26 days ago - 2 dependent packages - 32 dependent repositories - 117 thousand downloads total - 4 maintainers
text-display 0.0.5.2
The Display typeclass provides a solution for user-facing output that does not have to abide by t...
7 versions - Latest release: 26 days ago - 3 dependent packages - 3 dependent repositories - 924 downloads total - 47 stars on GitHub - 1 maintainer
nix-tree 0.4.1 💰
A terminal curses application to browse a Nix store paths dependencies
19 versions - Latest release: 26 days ago - 2.07 thousand downloads total - 616 stars on GitHub - 1 maintainer
typst 0.5.0.3
11 versions - Latest release: 26 days ago - 1 dependent package - 2 dependent repositories - 4.64 thousand downloads total - 1 maintainer
rustls 0.1.0.0
TLS bindings for Rustls via rustls-ffi.
3 versions - Latest release: 27 days ago - 1 dependent repositories - 124 downloads total - 1 stars on GitHub - 1 maintainer
lsp-client 0.3.0.0
[Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candid...
3 versions - Latest release: 29 days ago - 67 downloads total - 4 stars on GitHub - 1 maintainer
Top 4.7% on hackage.haskell.org
liquidhaskell 0.8.10.7.1
Liquid Types for Haskell.
36 versions - Latest release: 29 days ago - 9 dependent packages - 21 dependent repositories - 23.6 thousand downloads total - 1,145 stars on GitHub - 7 maintainers
webauthn 0.10.0.0
This library implements the Relying Party conformance class of the Web Authentication Level 2 spe...
17 versions - Latest release: 29 days ago - 1 dependent repositories - 1.23 thousand downloads total - 33 stars on GitHub - 3 maintainers
domain-auth 0.2.4
7 versions - Latest release: 30 days ago - 1 dependent repositories - 4.34 thousand downloads total - 1 maintainer
postgres-options 0.2.2.0
An Options type for PostgreSQL
5 versions - Latest release: 30 days ago - 12 dependent repositories - 2.56 thousand downloads total - 1 stars on GitHub - 2 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 1 month ago - 3 dependent packages - 33 dependent repositories - 60.3 thousand downloads total - 56 stars on GitHub - 5 maintainers
mighttpd2 4.0.6
File/CGI web server on Warp
83 versions - Latest release: about 1 month ago - 1 dependent package - 2 dependent repositories - 58.7 thousand downloads total - 135 stars on GitHub - 1 maintainer
rzk 0.7.4
Please see the README on GitHub at https://github.com/rzk-lang/rzk#readme
27 versions - Latest release: about 1 month ago - 2 dependent packages - 1 dependent repositories - 588 downloads total - 185 stars on GitHub - 1 maintainer
exiftool 0.2.0.5
Haskell bindings to the ExifTool command-line application that enable reading, writing and deleti...
7 versions - Latest release: about 1 month ago - 659 downloads total - 3 stars on GitHub - 1 maintainer
monomer-flatpak-example 0.0.15.4
29 versions - Latest release: about 1 month ago - 795 downloads total - 5 stars on GitHub - 1 maintainer
pandoc-lua-marshal 0.2.6 💰
This package provides functions to marshal and unmarshal pandoc document types to and from Lua. ...
20 versions - Latest release: about 1 month ago - 1 dependent package - 34 dependent repositories - 8.57 thousand downloads total - 6 stars on GitHub - 2 maintainers
hotel-california 0.0.6.0
Please see the README on GitHub at https://github.com/parsonsmatt/hotel-california#readme
6 versions - Latest release: about 1 month ago - 1 dependent package - 1 dependent repositories - 133 downloads total - 21 stars on GitHub - 1 maintainer
pantry 0.10.0
Please see the README on GitHub at https://github.com/commercialhaskell/pantry#readme
41 versions - Latest release: about 1 month ago - 3 dependent packages - 14 dependent repositories - 16.9 thousand downloads total - 39 stars on GitHub - 4 maintainers
Top 7.9% on hackage.haskell.org
envy 2.1.3.0
For package use information see the README.md
21 versions - Latest release: about 1 month ago - 3 dependent packages - 41 dependent repositories - 14.9 thousand downloads total - 2 maintainers
hasql-transaction-io 0.2.7.0
Perform IO actions during transactions for Hasql
9 versions - Latest release: about 1 month ago - 417 downloads total - 0 stars on GitHub - 1 maintainer
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 1 month ago - 101 dependent repositories - 60.8 thousand downloads total - 25 stars on GitHub - 2 maintainers
haskoin-store-data 1.4.0
Haskoin Store is a blockchain storage service with a RESTful API
137 versions - Latest release: about 1 month ago - 1 dependent package - 3 dependent repositories - 58.9 thousand downloads total - 26 stars on GitHub - 1 maintainer
Top 6.9% on hackage.haskell.org
network-transport-tcp 0.8.3
18 versions - Latest release: about 1 month ago - 1 dependent package - 169 dependent repositories - 19.6 thousand downloads total - 8 maintainers
cabal2spec 2.7.1
Convert Cabal files into a spec file suitable for building the package with the RPM package manag...
22 versions - Latest release: about 1 month ago - 1 dependent package - 7 dependent repositories - 8.19 thousand downloads total - 8 stars on GitHub - 2 maintainers
network-transport-tests 0.3.2
11 versions - Latest release: about 1 month ago - 120 dependent repositories - 6.33 thousand downloads total - 7 maintainers
ngx-export-healthcheck 1.6.3
Active health checks and monitoring of Nginx upstreams
5 versions - Latest release: about 1 month ago - 158 downloads total - 31 stars on GitHub - 1 maintainer