vt-utils: Vector and Text utilities

[ library, mit, utils ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/akashche/vt-utils#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
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, base (>=4.7 && <5), bytestring, directory, HUnit, parsec, text, time, unordered-containers, vector [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 2018-11-28T14:12:45Z
Distributions
Downloads 2186 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-28 [all 1 reports]

Readme for vt-utils-1.0.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.