opam-version: "1.2" name: "pbkdf" version: "0.3.0" homepage: "https://github.com/abeaumont/ocaml-pbkdf" dev-repo: "https://github.com/abeaumont/ocaml-pbkdf.git" bug-reports: "https://github.com/abeaumont/ocaml-pbkdf/issues" authors: ["Alfredo Beaumont " "Sonia Meruelo "] maintainer: ["Alfredo Beaumont "] license: "BSD2" build: [ "dune" "build" "-j" jobs "-p" name "@install" ] build-test: [ "dune" "runtest" "-p" name "-j" jobs ] depends: [ "dune" {build & = "1.0.1"} "hacl" "bigstring" {>= "0.2"} "ocplib-endian" {>= "1.0"} "alcotest" {test & >= "0.8.1"} "hex" {test & >= "1.2.0"} ]