File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis:
4+ "Time-base One Time Password (OTP) based on RFC6238 with an HMAC-SHA1 algorithm and a 6 digits code in OCAML"
5+ description: """
6+ It relies on the Cryptokit library for cryptography operations, as well as the Base32
7+ library for base32 encoding. The library generate a QR Code with the qrc library. It is
8+ tested against all test vectors provided in RFC 6238 and the test suite provides as well
9+ a dynamic test which requires the use of an client authenticator (like Google Authenticator
10+ or Microsoft Authenticator) as a final test."""
11+ maintainer: ["Heyji2 <
[email protected] >"]
12+ authors: ["Heyji2 <
[email protected] >"]
13+ license: "GPL-3.0-only"
14+ tags: ["OTP" "TOTP" "HMAC-SHA1" "One Time Password"]
15+ homepage: "https://github.com/Heyji2/otp"
16+ doc: "https://heyji2.github.io"
17+ bug-reports: "https://github.com/Heyji2/otp/issues"
18+ depends: [
19+ "dune" {>= "3.18"}
20+ "ocaml"
21+ "odoc" {with-doc}
22+ "cryptokit"
23+ "base32"
24+ "ounit2"
25+ "hex"
26+ "qrc"
27+ "stdint"
28+ ]
29+ build: [
30+ ["dune" "subst"] {dev}
31+ [
32+ "dune"
33+ "build"
34+ "-p"
35+ name
36+ "-j"
37+ jobs
38+ "@install"
39+ "@runtest" {with-test}
40+ "@doc" {with-doc}
41+ ]
42+ ]
43+ dev-repo: "git+https://github.com/Heyji2/otp.git"
44+ x-maintenance-intent: ["(latest)"]
45+ url {
46+ src: "https://github.com/Heyji2/otp/archive/refs/tags/0.2.tar.gz"
47+ checksum: [
48+ "md5=8de00e6588cdcc6079b8978ec6d80113"
49+ "sha512=60dbd6e5c32f6a03168f8065248985bf7c72f72a439a1e067a4e27a603cb54f892f3aa140fb1bdff092b99d28d3f4903aff5c6ccafb361e99f3467447f47e724"
50+ ]
51+ }
You can’t perform that action at this time.
0 commit comments