File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
packages/twostep/twostep.1.0.1 Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "HOTP and TOTP algorithms for 2-step verification (for OCaml)"
3+ description: """
4+ This project implements algorithms for 2-step verification, being the
5+ HMAC-based One-Time Password (RFC4226) and the Time-based One-Time Password
6+ (RFC 6238).
7+ """
8+ license: "MIT"
9+ maintainer: "Marco Aurélio da Silva <
[email protected] >"
10+ authors: ["Marco Aurélio da Silva <
[email protected] >"]
11+ homepage: "https://github.com/marcoonroad/twostep"
12+ bug-reports: "https://github.com/marcoonroad/twostep/issues"
13+ dev-repo: "git+https://github.com/marcoonroad/twostep.git"
14+
15+ build: [
16+ ["dune" "build" "-p" name "-j" jobs]
17+ ]
18+
19+ run-test: [
20+ ["dune" "runtest" "-p" name "-j" jobs]
21+ ]
22+
23+ depends: [
24+ "ocaml" {>= "4.08.0"}
25+ "base" {>= "v0.9.3"}
26+ "hex" {>= "1.2.0"}
27+ "mirage-crypto" {>= "0.6.1"}
28+ "mirage-crypto-rng" {>= "0.6.1"}
29+ "mirage-crypto-pk" {>= "0.6.1"}
30+ "dune" {>= "1.7.0"}
31+ "alcotest" {with-test & >= "0.8.4"}
32+ ]
33+ url {
34+ src: "https://github.com/marcoonroad/twostep/archive/1.0.1.tar.gz"
35+ checksum: [
36+ "md5=ae8f791e8c3cd0a49cc9711ca0dc334b"
37+ "sha512=a720c2e5cc907784db233618c6482a4faa26cc44fa82dc0c3f6370f975cdd96976489e95610d88bb984d61a577fd8c3e23ccc5cc7fdbe9452107d5dd05cd376a"
38+ ]
39+ }
You can’t perform that action at this time.
0 commit comments