Skip to content

Commit

Permalink
pbkdf.0.3.0 - via opam-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
abeaumont committed Feb 17, 2018
1 parent 6cd7ef9 commit 3f1eba4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/pbkdf/pbkdf.0.3.0/descr
@@ -0,0 +1,3 @@
Password based key derivation functions from PKCS#5, RFC 2898

An implementation of PBKDF 1 and 2 as defined by PKCS#5 (RFC 2898) in OCaml, using nocrypto.
18 changes: 18 additions & 0 deletions packages/pbkdf/pbkdf.0.3.0/opam
@@ -0,0 +1,18 @@
opam-version: "1.2"
maintainer: "Alfredo Beaumont <alfredo.beaumont@gmail.com>"
authors: [
"Alfredo Beaumont <alfredo.beaumont@gmail.com>"
"Sonia Meruelo <smeruelo@gmail.com>"
]
homepage: "https://github.com/abeaumont/ocaml-pbkdf"
bug-reports: "https://github.com/abeaumont/ocaml-pbkdf/issues"
license: "BSD2"
dev-repo: "https://github.com/abeaumont/ocaml-pbkdf.git"
build: ["jbuilder" "build" "-j" jobs "-p" name "@install"]
build-test: ["jbuilder" "runtest" "-p" name "-j" jobs]
depends: [
"jbuilder" {build & >= "1.0+beta17"}
"nocrypto" {>= "0.5.4"}
"alcotest" {test & >= "0.8.1"}
]
available: [ocaml-version >= "4.02.3"]
2 changes: 2 additions & 0 deletions packages/pbkdf/pbkdf.0.3.0/url
@@ -0,0 +1,2 @@
http: "https://github.com/abeaumont/ocaml-pbkdf/archive/0.3.0.tar.gz"
checksum: "ab34d1027e693e855a06639c7bbb8ced"

0 comments on commit 3f1eba4

Please sign in to comment.