Stefan Friese 67c0f553f7 | ||
---|---|---|
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
Main.hs | ||
MyLib.hs | ||
README.md | ||
Setup.hs | ||
based.cabal |
README.md
based
A commandline tool that lets you encode and decode most of the bases.
Release binary is statically linked via
cabal v2-build --enable-executable-static
Compilation
- If you want to compile your own build, link it dynamically via
cd based/
cabal install
cabal run