opam-version: "2.0" homepage: "https://github.com/abeaumont/ocaml-salsa20-core" dev-repo: "git+https://github.com/abeaumont/ocaml-salsa20-core.git" bug-reports: "https://github.com/abeaumont/ocaml-salsa20-core/issues" maintainer: "Alfredo Beaumont " license: "BSD-2-Clause" build: [ ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"] {with-test} ["ocaml" "pkg/pkg.ml" "test"] {with-test} ] depends: [ "ocaml" {>= "4.02.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build} "cstruct" {>= "1.7.0" & < "6.0.1"} "cstruct" {with-test & < "3.2.0"} "nocrypto" {>= "0.5.3"} "alcotest" {with-test} ] synopsis: "Salsa20 core functions, in pure OCaml" description: "A pure OCaml implementation of [Salsa20 Core](http://cr.yp.to/salsa20.html) functions, both Salsa20/20 Core and the reduced Salsa20/8 Core and Salsa20/12 Core functions." authors: "Alfredo Beaumont " url { src: "https://github.com/abeaumont/ocaml-salsa20-core/archive/0.1.0.tar.gz" checksum: [ "sha256=890a3fd58b0eb2dc9a60e6e37b2c81a6cd6f43e634f28345a6d3151cf8df2b96" "md5=af18d92311544e8482f8447c50232a0b" ] }