Dependencies for zerobin-1.5.2
Libraries
zerobin
- aeson (>=0.10)
- base (>=4.7 && <5)
- base64-bytestring (>=1.0)
- bytestring (>=0.10.6.0)
- cryptonite (>=0.8)
- http-conduit (>=2.1.8)
- memory (>=0.10)
Executables
zerobin
- if flag(cli)
- base (>=4.7 && <5)
- bytestring (>=0.10.6.0)
- docopt (>=0.7.0.4)
- raw-strings-qq (>=1.0.2)
- zerobin
- buildable: False
zerobin-nodejs
- if flag(nodejs)
- aeson (>=0.10)
- base (>=4.7 && <5)
- bytestring (>=0.10.6.0)
- process (>=1.3.0.0)
- zerobin
- buildable: False
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
nodejs | Build a test program for decrypting with Node.js and SJCL. You need Node.js and SJCL installed (via NPM for example) | Disabled |
cli | Build a command-line utility. You can use it in shell scripts | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info