ligo/vendors/ocaml-pbkdf/pbkdf.opam

18 lines
661 B
Plaintext
Raw Normal View History

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"
build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs ]
depends: [
2018-06-02 16:11:22 +04:00
"jbuilder" {build & = "1.0+beta20"}
2018-02-16 17:33:10 +04:00
"nocrypto" {>= "0.5.4"}
"alcotest" {test & >= "0.8.1"}
]