purr_chacha/dune-project

21 lines
557 B
Text
Raw Normal View History

2025-02-12 11:19:19 +01:00
(lang dune 3.12)
(name purr_chacha)
(generate_opam_files true)
(authors "swrup <swrup@protonmail.com>")
(maintainers "swrup <swrup@protonmail.com>")
(license MIT)
(source
(uri https://forge.kumikode.org/swrup/purr_chacha.git))
(homepage https://forge.kumikode.org/swrup/purr_chacha)
(bug_reports https://forge.kumikode.org/swrup/purr_chacha/issues)
(package
(name purr_chacha)
(synopsis "Implement ChaCha20 stream cipher")
(description "A pure OCaml implementation of ChaCha20 stream cipher")
(depends ocaml dune)
(tags
(cryptography chacha20)))