(lang dune 3.12) (name purr_chacha) (generate_opam_files true) (authors "swrup ") (maintainers "swrup ") (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)))