https://github.com/abailly/crypto
https://github.com/abailly/crypto
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abailly/crypto
- Owner: abailly
- License: bsd-3-clause
- Created: 2017-05-05T12:23:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T12:14:05.000Z (almost 9 years ago)
- Last Synced: 2025-06-07T15:47:10.256Z (about 1 year ago)
- Language: Haskell
- Size: 10.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crypto
Pre-requisites :
================
* stack (on archlinux, ```pacman -S stack```)
```bash
stack setup
stack test
# or with Docker
docker build -t crypto .
docker run --rm -it \
-v $(pwd):/app -w /app \
crypto stack test --allow-different-user --file-watch
```