# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Implement ChaCha20 stream cipher" description: "A pure OCaml implementation of ChaCha20 stream cipher" maintainer: ["swrup "] authors: ["swrup "] license: "MIT" tags: ["cryptography" "chacha20"] depends: [ "ocaml" "dune" {>= "3.12"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "https://git.zapashcanon.fr/swrup/purr_chacha.git"