Ecosyste.ms: Packages

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

Top 1.2% on hackage.haskell.org
Top 0.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.6% forks on hackage.haskell.org
Top 1.3% docker downloads on hackage.haskell.org

hackage.haskell.org : text

An efficient packed, immutable Unicode text type (both strict and lazy). The Text type represents Unicode character strings, in a time and space-efficient manner. This package provides text processing capabilities that are optimized for performance critical use, both in terms of large data quantities and high speed. The Text type provides character-encoding, type-safe case conversion via whole-string case conversion functions (see Data.Text). It also provides a range of functions for converting Text values to and from ByteStrings, using several standard encodings (see Data.Text.Encoding). Efficient locale-sensitive support for text IO is also supported (see Data.Text.IO). These modules are intended to be imported qualified, to avoid name clashes with Prelude functions, e.g. To use an extended and very rich family of functions for working with Unicode text (including normalization, regular expressions, non-standard encodings, text breaking, and locales), see the text-icu package based on the well-respected and liberally licensed ICU library.

Registry - Source - JSON
purl: pkg:hackage/text
Keywords: bsd2, data, library, text, haskell, string, string-manipulation, unicode, utf8
License: BSD-2-Clause
Latest release: 3 months ago
First release: about 15 years ago
Dependent packages: 1,704
Dependent repositories: 16,168
Downloads: 617,103 total
Stars: 395 on GitHub
Forks: 156 on GitHub
Docker dependents: 2
Docker downloads: 89
Total Commits: 1828
Committers: 122
Average commits per author: 14.984
Development Distribution Score (DDS): 0.351
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 2 days ago

pa-run-command 0.1.0.0
[Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candid...
1 version - Latest release: 11 months ago - 47 downloads total - 0 stars on GitHub - 1 maintainer
symbolize 0.1.0.3
Symbols, also known as Atoms or Interned Strings, are a common technique to reduce memory usage a...
4 versions - Latest release: 6 months ago - 1 dependent repositories - 59 downloads total - 0 stars on GitHub - 1 maintainer
keyed-vals 0.2.3.1
Provides an abstract Handle for accessing stored key-value collections, and useful combinators th...
6 versions - Latest release: 3 months ago - 3 dependent packages - 309 downloads total - 0 stars on GitHub - 1 maintainer
aws-secrets 0.0.0.0
This library can be used to fetch data from AWS Secrets Manager. It depends on the AWS Command Li...
1 version - Latest release: 12 months ago - 1 dependent repositories - 55 downloads total - 0 stars on GitHub - 1 maintainer
json-spec-elm-servant 0.4.0.1
Generate Elm encoders, decoders, and API requests for an Servant API, where the shape of the data...
11 versions - Latest release: about 2 months ago - 225 downloads total - 0 stars on GitHub - 1 maintainer
pandoc-query 1.0.0
Define queries on a collection of Pandoc documents.
3 versions - Latest release: 6 months ago - 44 downloads total - 0 stars on codeberg.org - 1 maintainer
om-logging 1.1.0.8
A set of logging combinators for use with monad-logger.
4 versions - Latest release: 4 months ago - 1 dependent package - 135 downloads total - 0 stars on GitHub - 1 maintainer
keyed-vals-mem 0.2.3.1
keyed-vals provides a typed interface to a storage backend that allows the path in the storage ba...
5 versions - Latest release: 3 months ago - 277 downloads total - 0 stars on GitHub - 1 maintainer
reflex-potatoes 0.1.0.0
Please see the README on GitHub at https://github.com/pdlla/reflex-potatoes#readme
1 version - Latest release: about 1 year ago - 2 dependent packages - 2 dependent repositories - 81 downloads total - 0 stars on GitHub - 2 maintainers
httpstan 0.3.0.0
Auto-generated HTTPStan bindings via OpenAPI
2 versions - Latest release: 12 months ago - 76 downloads total - 0 stars on GitHub - 1 maintainer
layered-graph-drawing 0.1.0.0
Sugiyama-style graph drawing
1 version - Latest release: 10 months ago - 1 dependent package - 1 dependent repositories - 35 downloads total - 0 stars on GitHub - 1 maintainer
http-exchange 0.2.0.1
3 versions - Latest release: 3 months ago - 2 dependent packages - 88 downloads total - 0 stars on GitHub - 2 maintainers
pa-pretty 0.1.1.0
[Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candid...
2 versions - Latest release: 12 months ago - 75 downloads total - 0 stars on GitHub - 1 maintainer
dahdit-test 0.5.1
Please see the README on GitHub at https://github.com/ejconlon/dahdit-test#readme
2 versions - Latest release: 5 months ago - 1 dependent repositories - 43 downloads total - 0 stars on GitHub - 1 maintainer
optparse-applicative-cmdline-util 0.2.1
See README.md here
2 versions - Latest release: 2 months ago - 2 dependent repositories - 125 downloads total - 0 stars on GitHub - 1 maintainer
om-socket 1.0.0.1
Binary ingress server, egress client, and bidirectional binarry client/server
5 versions - Latest release: 3 months ago - 1 dependent package - 148 downloads total - 0 stars on GitHub - 1 maintainer
plow-log 0.1.6.0
A contravariant logging library
1 version - Latest release: over 1 year ago - 3 dependent packages - 1 dependent repositories - 93 downloads total - 0 stars on GitHub - 2 maintainers
keyed-vals-hspec-tests 0.2.3.1
A focussed haskell client of Redis that just uses Redis as a key-value store
6 versions - Latest release: 3 months ago - 305 downloads total - 0 stars on GitHub - 1 maintainer
attoparsec-run 0.0.2.0
This package fixes a number of problems with the API that Attoparsec provides for running parsers...
3 versions - Latest release: about 1 year ago - 1 dependent package - 233 downloads total - 0 stars on GitHub - 2 maintainers
pandoc-include-plus 0.1.2
A pandoc filter which supports "include" files.
2 versions - Latest release: about 1 year ago - 1 dependent package - 98 downloads total - 0 stars on codeberg.org - 1 maintainer
refined1 0.9.0
For an extensive introduction to the library please follow to this blog-post.
1 version - Latest release: about 1 year ago - 2 dependent packages - 82 downloads total - 0 stars on GitHub - 1 maintainer
pa-json 0.3.0.0
The interface of aeson is unfortunately extremely … suboptimal. Here’s some wrappers trying to im...
6 versions - Latest release: 7 months ago - 180 downloads total - 0 stars on GitHub - 1 maintainer
yesod-static-streamly 0.1.5.3
17 versions - Latest release: 10 months ago - 390 downloads total - 0 stars on GitHub - 1 maintainer
http-interchange 0.3.2.1
Types and serialization for HTTP. This includes things like request line, status line, and header...
6 versions - Latest release: 4 months ago - 2 dependent packages - 176 downloads total - 0 stars on GitHub - 2 maintainers
ebird-cli 0.3.0.1
A suite of Haskell libraries and tools for accessing the public eBird API
4 versions - Latest release: 5 months ago - 1 dependent package - 90 downloads total - 0 stars on GitHub - 1 maintainer
mysql-pure 1.1.0
pure haskell MySQL driver.
4 versions - Latest release: 10 months ago - 1 dependent package - 116 downloads total - 0 stars on GitHub - 1 maintainer
verset 0.0.1.9
Small Haskell alternative prelude. Based on Protolude and Intro
5 versions - Latest release: 3 months ago - 1 dependent package - 308 downloads total - 0 stars on GitHub - 1 maintainer
belgian-structured-communication 0.1.0.0
A package that exports a StructuredCommunication data type that can render and manipulate structu...
1 version - Latest release: 11 months ago - 56 downloads total - 0 stars on GitHub - 1 maintainer
unleash-client-haskell-core 0.10.0
This is a library for evaluating Unleash feature toggles. The Unleash module provides functions a...
3 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 49 downloads total - 0 stars on GitHub - 1 maintainer
benc 0.1.1.0
Bencode encoding and decoding library.
2 versions - Latest release: 6 months ago - 41 downloads total - 0 stars on GitHub - 1 maintainer
asana 1.0.1.1
Please see README.md
3 versions - Latest release: 4 months ago - 1 dependent repositories - 250 downloads total - 0 stars on GitHub - 1 maintainer
fedora-composes 0.2
CLI tool to list and check status of Fedora composes
2 versions - Latest release: 3 months ago - 1 dependent repositories - 96 downloads total - 0 stars on GitHub - 1 maintainer
cicero-api 0.1.2.0
API bindings to Cicero
2 versions - Latest release: over 1 year ago - 1 dependent package - 128 downloads total - 0 stars on GitHub - 1 maintainer
om-show 0.1.2.9
Utilities for showing string-like things.
3 versions - Latest release: 6 months ago - 5 dependent packages - 172 downloads total - 0 stars on GitHub - 1 maintainer
om-kubernetes 2.3.1.8
Haskell Kubernetes utilities.
3 versions - Latest release: 4 months ago - 1 dependent package - 103 downloads total - 0 stars on GitHub - 1 maintainer
the-snip 0.1.0.0
Please see the README on Github at https://github.com/robertfischer/the-snip#readme
2 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 118 downloads total - 0 stars on GitHub - 1 maintainer
type-level-kv-list-persistent 0.2.0.1
This library provides a way to use type-level-kv-list with Esqueleto.
3 versions - Latest release: 8 months ago - 152 downloads total - 0 stars on GitHub - 2 maintainers
keyed-vals-redis 0.2.3.1
keyed-vals specifies a focussed client of storage services like Redis. I.e, while Redis supports...
5 versions - Latest release: 3 months ago - 285 downloads total - 0 stars on GitHub - 1 maintainer
text-format 0.3.2
A text formatting library optimized for both ease of use and high performance.
15 versions - Latest release: almost 6 years ago - 15 dependent packages - 208 dependent repositories - 32 thousand downloads total - 0 stars on GitHub - 2 maintainers
hspray 0.5.2.0
Manipulation of multivariate polynomials over a commutative ring and fractions of multivariate po...
18 versions - Latest release: 20 days ago - 3 dependent packages - 378 downloads total - 0 stars on GitHub - 1 maintainer
clplug 0.4.0.0
Library to create plugins to extend the functionality of Core Lightning daemon.
7 versions - Latest release: about 1 year ago - 1 dependent package - 223 downloads total - 0 stars on GitHub - 1 maintainer
attoparsec-framer 0.1.0.3
Use Attoparsec to parse framed protocol bytestreams
4 versions - Latest release: 2 months ago - 1 dependent package - 227 downloads total - 0 stars on GitHub - 1 maintainer
ReplaceUmlaut 0.1.5.3
converts the convenient ae, oe and ue replacements for german umlauts into their proper UTF-8 enc...
1 version - Latest release: about 1 year ago - 2 dependent packages - 60 downloads total - 0 stars on GitHub - 1 maintainer
wai-problem-details 0.1.1.0
Problem details middleware for WAI. It exposes a functions to throw exceptions of type ProblemDe...
2 versions - Latest release: about 1 year ago - 84 downloads total - 0 stars on GitHub - 1 maintainer
pa-prelude 0.2.0.0
A prelude to be used in addition to base’s Prelude
2 versions - Latest release: 7 months ago - 5 dependent packages - 64 downloads total - 0 stars on GitHub - 1 maintainer
pa-field-parser 0.3.0.0
[Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candid...
5 versions - Latest release: 7 months ago - 1 dependent package - 140 downloads total - 0 stars on GitHub - 1 maintainer
path-extra 0.3.1
Please see the README on Github at https://github.com/athanclark/path-extra#readme
13 versions - Latest release: 8 months ago - 1 dependent package - 25 dependent repositories - 6.39 thousand downloads total - 0 stars on GitHub - 1 maintainer
yesod-colonnade 1.3.0
8 versions - Latest release: almost 6 years ago - 1 dependent repositories - 3.86 thousand downloads total - 0 stars on GitHub - 2 maintainers
hasherize 0.0.0.0
This library can produce a hash for filesystem content, which can be either a file or a directory...
1 version - Latest release: 11 months ago - 1 dependent package - 39 downloads total - 0 stars on GitHub - 1 maintainer
aeson-warning-parser 0.1.1
Please see the README on GitHub at https://github.com/commercialhaskell/aeson-warning-parser#readme
2 versions - Latest release: 6 months ago - 2 dependent packages - 2 dependent repositories - 462 downloads total - 0 stars on GitHub - 3 maintainers
ebird-api 0.2.0.0
A suite of Haskell libraries and tools for accessing the public eBird API
2 versions - Latest release: 5 months ago - 2 dependent packages - 65 downloads total - 0 stars on GitHub - 1 maintainer
ebird-client 0.2.0.1
A suite of Haskell libraries and tools for accessing the public eBird API
3 versions - Latest release: 5 months ago - 1 dependent package - 85 downloads total - 0 stars on GitHub - 1 maintainer
esqueleto-textsearch 1.3.1
PostgreSQL text search functions for Esqueleto.
11 versions - Latest release: 3 months ago - 1 dependent repositories - 249 downloads total - 0 stars on GitHub - 2 maintainers
amqp-streamly 0.3.0
A simple streamly wrapper for amqp. Provides two functions produce and consume.
4 versions - Latest release: about 1 month ago - 2 dependent repositories - 484 downloads total - 0 stars on GitHub - 1 maintainer
byte-count-reader 0.10.1.11
Please see the README on GitHub at https://github.com/danielrolls/byte-count-reader#readme
14 versions - Latest release: 5 months ago - 7 dependent repositories - 2.28 thousand downloads total - 0 stars on GitHub - 1 maintainer
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
pretty-html 0.1.0.1
An HTML-building library that gives you some control over how the HTML is rendered, to produce hu...
2 versions - Latest release: over 1 year ago - 133 downloads total - 0 stars on GitHub - 2 maintainers
gmail-simple 0.1.0.6
Easy-to-use library to interact with the Google Mail API. Currently only supporting sending mails.
6 versions - Latest release: 4 months ago - 6 dependent repositories - 612 downloads total - 0 stars on GitHub - 1 maintainer
bbcode 0.2.0.1
https://hackage.haskell.org/package/bbcode
4 versions - Latest release: 5 months ago - 96 downloads total - 0 stars on GitLab.com - 1 maintainer
plotlyhs 0.2.3 πŸ’°
My fork of PlotlyHS, a Haskell interface to Plotly JS.
5 versions - Latest release: over 1 year ago - 1 dependent package - 7 dependent repositories - 2.73 thousand downloads total - 0 stars on GitHub - 2 maintainers
binder 0.2.1
Variable binding for abstract syntax tree
4 versions - Latest release: 8 months ago - 49 downloads total - 0 stars on GitHub - 1 maintainer
ulid-tight 0.1
ulid-tight is one implementation of ULID. The data type Ulid consumes only 128-bit.
1 version - Latest release: 7 months ago - 23 downloads total - 0 stars on GitHub - 1 maintainer
less-arbitrary 0.1.8.0
Ever found non-terminating Arbitrary instance? Ever wondered what would be a runtime cost of part...
11 versions - Latest release: about 1 year ago - 1 dependent repositories - 1.03 thousand downloads total - 0 stars on GitHub - 1 maintainer
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
ascii-numbers 1.2.0.1
This package provides functions for converting back and forth between numbers and their ASCII rep...
6 versions - Latest release: 11 months ago - 1 dependent package - 7 dependent repositories - 599 downloads total - 0 stars on GitHub - 1 maintainer
ascii-superset 1.3.0.1
This package defines classes which describe what subset of a type is valid as ASCII, as well as a...
27 versions - Latest release: 11 months ago - 4 dependent packages - 7 dependent repositories - 2.6 thousand downloads total - 0 stars on GitHub - 2 maintainers
aeson-flowtyped 0.14.0
derive flowtype declarations using aeson json generator options
14 versions - Latest release: over 1 year ago - 2 dependent repositories - 6.44 thousand downloads total - 0 stars on GitLab.com - 1 maintainer
kvitable 1.0.3.0
Allows creation of a table from a set of of Key+Value Indices. This differs from the standard Map...
5 versions - Latest release: 3 months ago - 1 dependent package - 2 dependent repositories - 1.29 thousand downloads total - 0 stars on GitHub - 1 maintainer
gll 0.4.1.1
The package gll provides generalised top-down parsing according to the (R)GLL parsing algorithm a...
21 versions - Latest release: 12 months ago - 3 dependent packages - 3 dependent repositories - 10.9 thousand downloads total - 0 stars on GitHub - 1 maintainer
prettyprinter-interp 0.2.0.0
Efficient interpolation for Prettyprinter
2 versions - Latest release: over 1 year ago - 1 dependent package - 551 downloads total - 0 stars on GitHub - 1 maintainer
siphon 0.8.1
Encode and decode CSV files.
10 versions - Latest release: almost 6 years ago - 1 dependent repositories - 4.1 thousand downloads total - 0 stars on GitHub - 2 maintainers
blaze-builder 0.4.2.3
This library allows to efficiently serialize Haskell values to lazy bytestrings with a large aver...
28 versions - Latest release: 9 months ago - 79 dependent packages - 1,408 dependent repositories - 343 thousand downloads total - 0 stars on GitHub - 4 maintainers
om-doh 0.1.0.2
[Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candid...
3 versions - Latest release: 4 months ago - 288 downloads total - 0 stars on GitHub - 1 maintainer
om-http 0.3.0.7
Random HTTP utilities.
5 versions - Latest release: 4 months ago - 1 dependent package - 158 downloads total - 0 stars on GitHub - 1 maintainer
leb128-binary 0.1.3
Signed and unsigned LEB128 codec for binary library.
4 versions - Latest release: 6 months ago - 226 downloads total - 0 stars on GitLab.com - 1 maintainer
blaze-colonnade 1.2.2
This library provides a backend for using blaze-html with colonnade. It generates standard HTML t...
8 versions - Latest release: almost 6 years ago - 10 dependent repositories - 6.19 thousand downloads total - 0 stars on GitHub - 2 maintainers
plow-log-async 0.1.4.0
Async logging backend for plow-log
1 version - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 84 downloads total - 0 stars on GitHub - 1 maintainer
blizzard-html 0.5.0.0
6 versions - Latest release: 9 months ago - 1 dependent repositories - 357 downloads total - 0 stars on GitHub - 1 maintainer
pagerduty-hs 0.3.0.0
Please see the README on GitHub at https://github.com/dustin/pagerduty-hs#readme
4 versions - Latest release: about 2 months ago - 377 downloads total - 0 stars on GitHub - 1 maintainer
sphinx 0.6.1
Haskell bindings to the Sphinx full-text searching daemon. Compatible with Sphinx version 2.0
27 versions - Latest release: 2 months ago - 134 dependent repositories - 20.2 thousand downloads total - 0 stars on GitHub - 5 maintainers
little-logger 1.0.2
Please see the README on GitHub at https://github.com/ejconlon/little-logger#readme
8 versions - Latest release: 11 months ago - 2 dependent packages - 4 dependent repositories - 1.05 thousand downloads total - 0 stars on GitHub - 1 maintainer
ory-hydra-client 2.1.2
Client library for calling the ORY Hydra API based on http-client. host: localhost base path: h...
6 versions - Latest release: 11 months ago - 1 dependent repositories - 614 downloads total - 0 stars on GitHub - 1 maintainer
http-types 0.12.4
Types and functions to describe and handle HTTP concepts. Including "methods", "headers", "query ...
46 versions - Latest release: 6 months ago - 257 dependent packages - 3,916 dependent repositories - 248 thousand downloads total - 0 stars on GitHub - 2 maintainers
persistent-event-source 0.1.0
Event source library for persistent databases.
1 version - Latest release: over 1 year ago - 63 downloads total - 0 stars on GitHub - 1 maintainer
newline 0.0.2.1
Defines a Newline data type, which is essentially a non-empty string, but with the intention of e...
3 versions - Latest release: about 1 year ago - 113 downloads total - 0 stars on GitHub - 1 maintainer
lifx-lan 0.8.2
[Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candid...
21 versions - Latest release: 8 months ago - 1.86 thousand downloads total - 0 stars on GitHub - 1 maintainer
lucid-colonnade 1.0.2
3 versions - Latest release: 3 months ago - 1.34 thousand downloads total - 0 stars on GitHub - 2 maintainers
tasty-grading-system 0.2.0.0
2 versions - Latest release: 9 months ago - 233 downloads total - 0 stars on GitHub - 1 maintainer
pact-time 0.2.0.2
A minimal time library for usage with the Pact Smart Contract Language. The focus of this librar...
4 versions - Latest release: about 1 year ago - 2 dependent repositories - 1.37 thousand downloads total - 0 stars on GitHub - 1 maintainer
svgone 0.2.0.1
An SVG minifier, incorporating geometric transformations. WIP.
3 versions - Latest release: 7 months ago - 1 dependent package - 191 downloads total - 0 stars on GitHub - 1 maintainer
package-version 0.3
package-version reads the package version number from a cabal file. This version number can be re...
3 versions - Latest release: over 1 year ago - 1 dependent repositories - 526 downloads total - 0 stars on GitHub - 1 maintainer
owoify-hs 1.1.0.0
Please see the README on GitHub at https://github.com/deadshot465/owoify-hs#readme
3 versions - Latest release: 6 months ago - 1 dependent package - 1 dependent repositories - 194 downloads total - 0 stars on GitHub - 1 maintainer
box-socket 0.4.1
10 versions - Latest release: about 1 year ago - 2 dependent packages - 1 thousand downloads total - 0 stars on GitHub - 1 maintainer
bugzilla-redhat 1.0.1
This package is designed to provide an easy-to-use, type-safe interface to querying Bugzilla from...
7 versions - Latest release: over 1 year ago - 2 dependent packages - 10 dependent repositories - 1.38 thousand downloads total - 0 stars on GitHub - 1 maintainer
gemcap 0.1.0
a simple Gemini capsule (server) - see README.md for details
2 versions - Latest release: over 2 years ago - 1 dependent repositories - 149 downloads total - 0 stars on codeberg.org - 1 maintainer
passman 0.3.1
a simple password manager - see README.md for details
9 versions - Latest release: about 3 years ago - 1 dependent package - 2 dependent repositories - 2.28 thousand downloads total - 0 stars on codeberg.org - 1 maintainer
curly-expander 0.3.0.4
A library for curly braces (brackets) expanding - similar to bash curly expanding. It also contai...
8 versions - Latest release: 23 days ago - 654 downloads total - 0 stars on GitHub - 1 maintainer
musicScroll 0.3.4
Automatically retrive the lyrics of of your current song on SMPlayer/VLC and update it on each ch...
15 versions - Latest release: 2 months ago - 1 dependent package - 3.2 thousand downloads total - 0 stars on GitHub - 1 maintainer
domain-cereal 0.1.0.1
Serialize derivers for "domain"
2 versions - Latest release: 5 months ago - 1 dependent repositories - 260 downloads total - 0 stars on GitHub - 1 maintainer
park-bench 0.1.0
A quick-and-dirty, low-friction benchmark tool with immediate feedback.
3 versions - Latest release: over 2 years ago - 211 downloads total - 0 stars on GitHub - 1 maintainer