vt-utils: Vector and Text utilities

[ library, mit, utils ] [ Propose Tags ]
Versions [RSS] 1.0.0.0, 1.0.1.0, 1.1.0.0, 1.2.0.0, 1.3.0.0
Change log ChangeLog.md
Dependencies aeson, aeson-pretty, base (>=4.7 && <5), bytestring, case-insensitive, directory, either, hashable, http-client, http-types, HUnit, parsec, process, text, time, transformers, unordered-containers, vector, wai [details]
License MIT
Copyright 2018 akashche at redhat.com
Author akashche at redhat.com
Maintainer akashche at redhat.com
Category Utils
Home page https://github.com/akashche/vt-utils#readme
Bug tracker https://github.com/akashche/vt-utils/issues
Source repo head: git clone https://github.com/akashche/vt-utils
Uploaded by Wilton at 2019-05-02T12:36:10Z
Distributions
Downloads 2177 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-02 [all 1 reports]

Readme for vt-utils-1.3.0.0

[back to package description]

VT-Utils: Vector and Text utilities

Library that helps to use Vector (V, instead of []) and Text (T, instead of [Char]).

Contains helpers for Vector and Text conversions, some general-use utilities and a custom prelude VtUtils.Prelude that can be used the following way:

import Prelude ()
import VtUtils.Prelude

License information

This project is released under the Apache License 2.0 or the MIT License at your choice.