sodium.cr/shard.yml

18 lines
383 B
YAML
Raw Normal View History

2019-08-06 15:14:06 -07:00
---
2019-06-30 07:05:20 -07:00
name: sodium
2021-04-18 21:05:19 +02:00
version: 1.2.3
2017-07-11 22:13:52 -05:00
authors:
2019-08-06 15:14:06 -07:00
- Andrew Hamon <andrew@hamon.cc>
- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com>
2021-03-26 19:27:29 -07:00
crystal: ">= 0.36.0"
targets:
2021-04-25 18:14:11 -07:00
blake2b_hash:
main: examples/blake2b_hash.cr
pwhash_selector:
main: examples/pwhash_selector.cr
libraries:
libsodium: ">= 1.0.18"
2017-07-11 22:13:52 -05:00
license: MIT
2020-05-11 08:48:49 -07:00
scripts:
2020-06-28 16:34:19 -07:00
postinstall: "./build/libsodium_install.sh"