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

jacinda 3.0.1.1
APL meets AWK. A command-line tool for summarizing and reporting, powered by Rust's regex library.
15 versions - Latest release: 4 days ago - 1 dependent package - 619 downloads total - 1 maintainer
hw-polysemy 0.2.4.0
Opinionated polysemy library.
10 versions - Latest release: 5 days ago - 136 downloads total - 1 maintainer
cabal-gild 1.3.1.1
Gild formats package descriptions.
25 versions - Latest release: 5 days ago - 1 dependent package - 555 downloads total - 1 maintainer
cachix-api 1.7.3
[Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candid...
29 versions - Latest release: 5 days ago - 3 dependent packages - 1 dependent repositories - 4.86 thousand downloads total - 759 stars on GitHub - 1 maintainer
cachix 1.7.3
[Last Documentation] Package maintainers For package maintainers and hackage trustees Candid...
43 versions - Latest release: 5 days ago - 2 dependent packages - 2 dependent repositories - 8.78 thousand downloads total - 759 stars on GitHub - 1 maintainer
io-classes 1.5.0.0
IO Monad class hierarchy compatible with io-sim, base, async, stm, exceptions & time packages.
9 versions - Latest release: 5 days ago - 5 dependent packages - 26 dependent repositories - 2.1 thousand downloads total - 2 maintainers
cornelis 0.2.0.1 💰
Please see the README on GitHub at https://github.com/isovector/cornelis#readme
2 versions - Latest release: 5 days ago - 1 dependent package - 17 downloads total - 127 stars on GitHub - 1 maintainer
tasty-autocollect 0.4.3
Autocollection of tasty tests. See README.md for more details.
9 versions - Latest release: 5 days ago - 1 dependent package - 2 dependent repositories - 612 downloads total - 6 stars on GitHub - 1 maintainer
crypton-connection 0.4.0
Simple network library for all your connection need. Features: Really simple to use, SSL/TLS, SO...
3 versions - Latest release: 5 days ago - 19 dependent packages - 2 dependent repositories - 2 thousand downloads total - 0 stars on GitHub - 1 maintainer
microstache 1.0.3
Mustache templates for Haskell. Based on stache library, which uses megaparsec. This library use...
9 versions - Latest release: 5 days ago - 1 dependent package - 23 dependent repositories - 27.1 thousand downloads total - 16 stars on GitHub - 1 maintainer
katip-wai 0.1.2.4
WAI middleware for logging request and response info through katip. Please see the README on GitH...
7 versions - Latest release: 5 days ago - 7 dependent repositories - 632 downloads total - 5 stars on GitHub - 1 maintainer
Top 6.5% on hackage.haskell.org
quickcheck-instances 0.3.31
Instances for QuickCheck classes
39 versions - Latest release: 5 days ago - 26 dependent packages - 444 dependent repositories - 78.2 thousand downloads total - 13 stars on GitHub - 2 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 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
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 3.9% on hackage.haskell.org
uuid-types 1.0.6
A Haskell library for creating, printing and parsing UUIDs
8 versions - Latest release: 5 days ago - 24 dependent packages - 163 dependent repositories - 125 thousand downloads total - 61 stars on GitHub - 3 maintainers
cobot-io 0.1.5.5
Please see the README on GitHub at https://github.com/biocad/cobot-io#readme
39 versions - Latest release: 6 days ago - 1 dependent repositories - 10.3 thousand downloads total - 1 stars on GitHub - 4 maintainers
hedgehog-extras 0.6.4.0
24 versions - Latest release: 6 days ago - 18 dependent repositories - 2.89 thousand downloads total - 3 maintainers
Top 2.3% on hackage.haskell.org
fast-logger 3.2.3
A fast logging system for Haskell
56 versions - Latest release: 6 days ago - 26 dependent packages - 674 dependent repositories - 181 thousand downloads total - 156 stars on GitHub - 2 maintainers
Top 7.7% on hackage.haskell.org
PyF 0.11.3.0
Quasiquotations for a python like interpolated string formatter.
28 versions - Latest release: 6 days ago - 3 dependent packages - 17 dependent repositories - 13.6 thousand downloads total - 1 maintainer
pandoc-server 0.1.0.6
7 versions - Latest release: 6 days ago - 1 dependent package - 8 dependent repositories - 1.32 thousand downloads total - 1 maintainer
Top 5.6% on hackage.haskell.org
ghc-boot 9.10.1
22 versions - Latest release: 7 days ago - 31 dependent packages - 104 dependent repositories - 10.2 thousand downloads total - 2 maintainers
Top 4.0% on hackage.haskell.org
ghc 9.10.1
38 versions - Latest release: 7 days ago - 132 dependent packages - 1,040 dependent repositories - 10.8 thousand downloads total - 3 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
cradle 0.0.0.0
1 version - Latest release: 8 days ago - 6 downloads total - 4 stars on GitHub - 1 maintainer
integer-conversion 0.1.1
Effecient conversion from text to Integer
3 versions - Latest release: 8 days ago - 5 dependent packages - 1 dependent repositories - 1.83 thousand downloads total - 5 stars on GitHub - 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
ghc-hs-meta 0.1.4.0
Translate from Haskell source code to Template Haskell expressions using the GHC parser
5 versions - Latest release: 9 days ago - 1 dependent package - 1 dependent repositories - 288 downloads total - 2 maintainers
Top 3.2% on hackage.haskell.org
text-short 0.1.6
7 versions - Latest release: 9 days ago - 44 dependent packages - 72 dependent repositories - 36.5 thousand downloads total - 2 maintainers
prettyprinter-combinators 0.1.3
Various utilities that make writing Pretty instances easier. Notable utilites include automatic ...
6 versions - Latest release: 9 days ago - 2 dependent packages - 1 dependent repositories - 453 downloads total - 2 stars on GitHub - 1 maintainer
tmp-proc-zipkin 0.7.0.0
Demos how to use tmp-proc to run ZipKin in docker in a unittest.
10 versions - Latest release: 10 days ago - 379 downloads total - 1 maintainer
tmp-proc-redis 0.7.0.0
Demos how to use tmp-proc to run Redis in docker in a unittest.
11 versions - Latest release: 10 days ago - 1 dependent package - 2 dependent repositories - 603 downloads total - 1 maintainer
tmp-proc-rabbitmq 0.7.0.0
Demos how to use tmp-proc to run RabbitMQ in docker in a unittest.
10 versions - Latest release: 10 days ago - 1 dependent repositories - 546 downloads total - 1 maintainer
tmp-proc-postgres 0.7.0.0
12 versions - Latest release: 10 days ago - 1 dependent package - 1 dependent repositories - 588 downloads total - 1 maintainer
tmp-proc-example 0.7.0.0
8 versions - Latest release: 10 days ago - 303 downloads total - 1 maintainer
tmp-proc 0.7.0.0
Use docker to run 'tmp' processes in haskell integration tests
16 versions - Latest release: 10 days ago - 7 dependent packages - 6 dependent repositories - 799 downloads total - 8 stars on GitHub - 1 maintainer
biscuit-servant 0.3.0.1
Please see the README on GitHub at https://github.com/biscuit-auth/biscuit-haskell#readme
6 versions - Latest release: 11 days ago - 1 dependent repositories - 365 downloads total - 24 stars on GitHub - 1 maintainer
biscuit-haskell 0.3.0.1
Please see the README on GitHub at https://github.com/biscuit-auth/biscuit-haskell#readme
7 versions - Latest release: 11 days ago - 2 dependent packages - 1 dependent repositories - 483 downloads total - 24 stars on GitHub - 1 maintainer
djot 0.1.2
6 versions - Latest release: 11 days ago - 1 dependent package - 811 downloads total - 1 maintainer
pandoc-stylefrommeta 0.4.0.0
Pandoc filter to customize links, images and paragraphs (with restrictions). Styles are read from...
13 versions - Latest release: 11 days ago - 5.34 thousand downloads total - 4 stars on GitHub - 1 maintainer
Top 7.3% on hackage.haskell.org
refined 0.8.2
For an extensive introduction to the library please follow to this blog-post.
26 versions - Latest release: 12 days ago - 9 dependent packages - 34 dependent repositories - 13 thousand downloads total - 180 stars on GitHub - 2 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: 13 days ago - 4 dependent packages - 19 dependent repositories - 31.9 thousand downloads total - 354 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: 13 days ago - 38 dependent packages - 29 dependent repositories - 11.7 thousand downloads total - 354 stars on GitHub - 6 maintainers
ghcjs-base 0.8.0.1
base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries...
7 versions - Latest release: 13 days ago - 14 dependent packages - 267 dependent repositories - 1.76 thousand downloads total - 45 stars on GitHub - 2 maintainers
Vis 1.0.0
3 versions - Latest release: 13 days ago - 2 dependent packages - 88 downloads total - 1 maintainer
primitive-extras 0.10.2
55 versions - Latest release: 13 days ago - 1 dependent package - 7 dependent repositories - 33 thousand downloads total - 1 stars on GitHub - 1 maintainer
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-graph 2.8.0.0 💰
Please see the README on GitHub at https://github.com/haskell/haskell-language-server/tree/master...
18 versions - Latest release: 14 days ago - 17 dependent packages - 1 dependent repositories - 5.54 thousand downloads total - 2,565 stars on GitHub - 4 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
copilot-c99 3.19.1
This package is a back-end from Copilot to C. Copilot is a stream (i.e., infinite lists) domain-...
39 versions - Latest release: 14 days ago - 5 dependent packages - 5 dependent repositories - 14.5 thousand downloads total - 4 maintainers
hasql-interpolate 0.2.2.0
8 versions - Latest release: 14 days ago - 1 dependent repositories - 562 downloads total - 12 stars on GitHub - 2 maintainers
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
stackctl 1.7.0.0
Please see https://github.com/freckle/stackctl#readme
32 versions - Latest release: 14 days ago - 1 dependent package - 1 dependent repositories - 916 downloads total - 13 stars on GitHub - 5 maintainers
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 5.1% on hackage.haskell.org
miso 1.8.4.0 💰
Miso is a small, production-ready, "isomorphic" Haskell front-end framework featuring a virtual-d...
58 versions - Latest release: 15 days ago - 2 dependent packages - 44 dependent repositories - 33.7 thousand downloads total - 2,148 stars on GitHub - 1 maintainer
df1-wai 0.1
Df1 log formatting for WAI requests and responses
1 version - Latest release: 15 days ago - 1 dependent package - 7 downloads total - 25 stars on GitHub - 1 maintainer
df1 0.4.3
Type, render and parse logs in df1 format, a hierarchical structured log format that is easy for ...
10 versions - Latest release: 15 days ago - 3 dependent packages - 12 dependent repositories - 3.97 thousand downloads total - 25 stars on GitHub - 1 maintainer
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
hasql-transaction 1.1.1
A composable abstraction over retriable transactions for Hasql
34 versions - Latest release: 15 days ago - 5 dependent packages - 37 dependent repositories - 20 thousand downloads total - 12 stars on GitHub - 1 maintainer
Top 6.7% on hackage.haskell.org
dbus 1.3.5
A client library for the D-Bus IPC system.
56 versions - Latest release: 15 days ago - 11 dependent packages - 86 dependent repositories - 48.5 thousand downloads total - 40 stars on GitHub - 2 maintainers
pandoc-lua-marshal 0.2.7 💰
This package provides functions to marshal and unmarshal pandoc document types to and from Lua. ...
21 versions - Latest release: 16 days ago - 1 dependent package - 34 dependent repositories - 8.65 thousand downloads total - 6 stars on GitHub - 2 maintainers
pagure-cli 0.2.2
A command-line Pagure (gitforge) client for querying and listing projects, users, groups, and iss...
4 versions - Latest release: 16 days ago - 6 dependent repositories - 876 downloads total - 3 stars on GitHub - 1 maintainer
hasql-notifications 0.2.3.0
Use PostgreSQL Asynchronous notification support with your Hasql Types.
12 versions - Latest release: 16 days ago - 2 dependent packages - 21 dependent repositories - 2.46 thousand downloads total - 12 stars on GitHub - 1 maintainer
diohsc 0.1.15
Line-based command-oriented interactive client for the gemini protocol.
24 versions - Latest release: 16 days ago - 2.28 thousand downloads total - 1 maintainer
hslua-module-zip 1.1.3
Module with function for creating, modifying, and extracting files from zip archives.
5 versions - Latest release: 16 days ago - 1 dependent package - 6 dependent repositories - 2.77 thousand downloads total - 1 maintainer
erebos 0.1.3
Library and simple CLI interface implementing the Erebos identity management, decentralized messa...
4 versions - Latest release: 17 days ago - 1 dependent package - 74 downloads total - 1 maintainer
bloohm 1.0.0.2
visual bloom filter to display process status as neotrellis m4 output
2 versions - Latest release: 17 days ago - 1 dependent package - 22 downloads total - 26 stars on GitHub - 1 maintainer
tasklite-core 0.3.0.0 💰
TaskLite is a CLI task / todo list manager with a SQLite backend. It is designed to be simple and...
1 version - Latest release: 17 days ago - 1 dependent package - 13 downloads total - 193 stars on GitHub - 1 maintainer
cryptostore 0.3.1.0
Haskell implementation of PKCS #8, PKCS #12 and CMS (Cryptographic Message Syntax).
8 versions - Latest release: 17 days ago - 11 dependent repositories - 6.28 thousand downloads total - 9 stars on GitHub - 1 maintainer
ihp-hsx 1.3.0
JSX-like templating syntax for Haskell
5 versions - Latest release: 17 days ago - 243 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
twitchapi 0.0.5
Haskell client to Twitch's API
5 versions - Latest release: 17 days ago - 188 downloads total - 3 stars on GitHub - 1 maintainer
sq 0.0.2
High-level SQLite client.
2 versions - Latest release: 18 days ago - 24 downloads total - 1 stars on GitHub - 1 maintainer
Blammo 1.1.2.3
Please see README.md
15 versions - Latest release: 19 days ago - 3 dependent packages - 6 dependent repositories - 1.01 thousand downloads total - 26 stars on GitHub - 5 maintainers
airgql 0.7.1.2
AirGQL automatically generates a GraphQL API for SQLite databases. It analyses the database schem...
3 versions - Latest release: 19 days ago - 2 dependent packages - 34 downloads total - 1 maintainer
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: 19 days ago - 6 dependent repositories - 5.81 thousand downloads total - 27 stars on GitHub - 1 maintainer
libsecp256k1 0.2.1
Sign and verify signatures using the secp256k1 library.
12 versions - Latest release: 19 days ago - 331 downloads total - 1 maintainer
hercules-ci-agent 0.10.2
30 versions - Latest release: 19 days ago - 2 dependent packages - 1 dependent repositories - 2.5 thousand downloads total - 1 maintainer
hercules-ci-cnix-expr 0.3.6.2
17 versions - Latest release: 19 days ago - 2 dependent packages - 1 dependent repositories - 852 downloads total - 1 maintainer
hercules-ci-cnix-store 0.3.5.1
21 versions - Latest release: 19 days ago - 4 dependent packages - 1 dependent repositories - 1.29 thousand downloads total - 1 maintainer
hercules-ci-api 0.8.3.0 💰
https://hercules-ci.com build and deployment agent
11 versions - Latest release: 19 days ago - 3 dependent packages - 1 dependent repositories - 759 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: 19 days ago - 4 dependent packages - 1 dependent repositories - 708 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: 20 days 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: 20 days 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: 20 days ago - 5 dependent packages - 157 dependent repositories - 74.7 thousand downloads total - 1 maintainer
national-australia-bank 0.0.8
8 versions - Latest release: 20 days ago - 112 downloads total - 0 stars on GitLab.com - 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: 20 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: 20 days ago - 3 dependent packages - 258 downloads total - 2 stars on GitHub - 1 maintainer
http2-client 0.10.0.2
Please read the README.md at the homepage.
19 versions - Latest release: 20 days ago - 3 dependent packages - 9 dependent repositories - 11.1 thousand downloads total - 43 stars on GitHub - 2 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 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
sandwatch 0.1.1.0
track historical runtimes for this directory and command, predict if there's time for a sandwich ...
1 version - Latest release: 22 days ago - 1 dependent package - 6 downloads total - 1 maintainer
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: 22 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: 22 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: 23 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: 23 days ago - 2 dependent packages - 5 dependent repositories - 2.58 thousand downloads total - 46 stars on GitHub - 2 maintainers
exploring-interpreters 1.5.0.1
12 versions - Latest release: 23 days ago - 2 dependent packages - 1 dependent repositories - 1.07 thousand downloads total - 2 maintainers
haskell-updater 1.3.3
rebuilds Haskell packages after a GHC upgrade or a dependency upgrade
33 versions - Latest release: 23 days ago - 25.7 thousand downloads total - 12 stars on GitHub - 3 maintainers
crc32c 0.2.1
Haskell bindings for crc32c
4 versions - Latest release: 24 days ago - 7 dependent repositories - 934 downloads total - 1 stars on GitHub - 1 maintainer
wai-cryptocookie 0.0.1
Encrypted cookies for WAI
2 versions - Latest release: 24 days ago - 16 downloads total - 0 stars on GitHub - 1 maintainer