opam-version: "2.0" homepage: "https://github.com/sg2342/ocaml-rfc6287" dev-repo: "git+https://github.com/sg2342/ocaml-rfc6287.git" bug-reports: "https://github.com/sg2342/ocaml-rfc6287/issues" maintainer: ["Stefan Grundmann "] license: "BSD-2-Clause" build: [ ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false"] [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true" "--with-coverage" "true" ] {with-test} ["ocaml" "pkg/pkg.ml" "test"] {with-test} ["sh" "-x" "bisect-ppx-report.sh"] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build} "nocrypto" {>= "0.5.1"} "cstruct" {>= "1.7.0"} "astring" "hex" "rresult" "ounit" {with-test} "bisect_ppx" {with-test & < "2.0.0"} ] synopsis: "RFC6287 OCRA (OATH Challenge-Response Algorithm)" authors: "Stefan Grundmann " url { src: "https://github.com/sg2342/ocaml-rfc6287/archive/1.0.3.tar.gz" checksum: [ "sha256=3e968fa506bebad018320713706d788647cabf1d5543244b704b9e84f16df6fe" "md5=1d543e3d6ccad89994bc906b0d6ef809" ] }