vt-utils alternatives and similar packages
Based on the "Utils" category.
Alternatively, view vt-utils alternatives based on common mentions on social networks and blogs.
-
herms
:stew::fork_and_knife: A command-line manager for delicious kitchen recipes -
sbv
SMT Based Verification in Haskell. Express properties about Haskell programs and automatically prove them using SMT solvers. -
hocker
Utilities for interacting with the docker registry and generating nix build instructions -
thentos-cookie-session
All-in-one session handling for servant-based frontends -
scat
Password scatterer. Eliminates password reuse by generating deterministically unique passwords for each service (website, email address, etc.), all from a single password. -
cli-extras
Miscellaneous utilities for building and working with command line interfaces -
http-enumerator
HTTP client package with enumerator interface and HTTPS support. -
cli
Command Line Interface Utility (Printing, Formatting, Options parsing) for Haskell -
autoexporter
:outbox_tray: Automatically re-export Haskell modules. -
pipes-binary
Encode and decode binary streams using the pipes and binary libraries. -
constraints-emerge
๐ค defer instance resolution until runtime -
aeson-deriving
Data types for compositional, type-directed serialization -
fernet
Haskell library to generate and verify "Fernet" HMAC-based authentication tokens. -
Webrexp
Document query utility, mixing CSS Selector syntax and regular expressions. -
servant-docs-simple
Generate documentation for API endpoints via typerep -
constraints-deriving
Programmatically create new instances using core-to-core plugins -
stratum-tool
Command-line tool for communicating with Electrum server
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of vt-utils or a related project?
README
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.
*Note that all licence references and agreements mentioned in the vt-utils README section above
are relevant to that project's source code only.