2018-02-16 17:33:10 +04:00
|
|
|
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 <alfredo.beaumont@gmail.com>" "Sonia Meruelo <smeruelo@gmail.com>"]
|
|
|
|
maintainer: ["Alfredo Beaumont <alfredo.beaumont@gmail.com>"]
|
|
|
|
license: "BSD2"
|
|
|
|
|
2018-07-23 17:40:55 +04:00
|
|
|
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
|
|
|
build-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
2018-02-16 17:33:10 +04:00
|
|
|
depends: [
|
2018-07-23 17:40:55 +04:00
|
|
|
"dune" {build & = "1.0.1"}
|
2018-02-16 17:33:10 +04:00
|
|
|
"nocrypto" {>= "0.5.4"}
|
|
|
|
"alcotest" {test & >= "0.8.1"}
|
|
|
|
]
|