cabal-version: >=1.8 name: OTP -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.0.0.1 x-revision: 1 synopsis: HMAC-Based and Time-Based One-Time Passwords description: Implements HMAC-Based One-Time Password Algorithm as defined in RFC 4226 and Time-Based One-Time Password Algorithm as defined in RFC 6238. license: MIT license-file: LICENSE copyright: (c) 2012 Artem Leshchev author: Artem Leshchev maintainer: hvr@gnu.org homepage: https://github.com/hvr/OTP bug-reports: https://github.com/hvr/OTP/issues category: Cryptography build-type: Simple library exposed-modules: Data.OTP build-depends: base >= 3 && < 4.12, Crypto >= 4 && < 4.3, time >= 1.1 && < 1.9 Test-Suite tests type: exitcode-stdio-1.0 main-is: Test/opt.hs build-depends: base >= 3 && < 4.12, Crypto >= 4 && < 4.3, time >= 1.1 && < 1.9 source-repository head type: git location: https://github.com/hvr/OTP.git source-repository this type: git location: https://github.com/hvr/OTP.git tag: v0.0.0.1