25 lines
486 B
Plaintext
25 lines
486 B
Plaintext
(lang dune 3.12)
|
|
|
|
(name purr_chacha)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(source
|
|
(uri https://git.zapashcanon.fr/swrup/purr_chacha.git))
|
|
|
|
;(documentation https://url/to/documentation)
|
|
|
|
(authors "swrup <swrup@protonmail.com>")
|
|
|
|
(maintainers "swrup <swrup@protonmail.com>")
|
|
|
|
(license MIT)
|
|
|
|
(package
|
|
(name purr_chacha)
|
|
(synopsis "Implement ChaCha20 stream cipher")
|
|
(description "A pure OCaml implementation of ChaCha20 stream cipher")
|
|
(depends ocaml dune)
|
|
(tags
|
|
(cryptography chacha20)))
|