(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)))
