this repo has no description
1opam-version: "2.0" 2homepage: "https://github.com/sg2342/ocaml-rfc6287" 3dev-repo: "git+https://github.com/sg2342/ocaml-rfc6287.git" 4bug-reports: "https://github.com/sg2342/ocaml-rfc6287/issues" 5maintainer: ["Stefan Grundmann <sg2342@googlemail.com>"] 6license: "BSD-2-Clause" 7 8 9 10build: [ 11 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false"] 12 [ 13 "ocaml" 14 "pkg/pkg.ml" 15 "build" 16 "--pinned" 17 "%{pinned}%" 18 "--tests" 19 "true" 20 "--with-coverage" 21 "true" 22 ] {with-test} 23 ["ocaml" "pkg/pkg.ml" "test"] {with-test} 24 ["sh" "-x" "bisect-ppx-report.sh"] {with-test} 25] 26depends: [ 27 "ocaml" {>= "4.03.0"} 28 "ocamlfind" {build} 29 "ocamlbuild" {build} 30 "topkg" {build} 31 "nocrypto" {>= "0.5.1"} 32 "cstruct" {>= "1.7.0"} 33 "astring" 34 "hex" 35 "rresult" 36 "ounit" {with-test} 37 "bisect_ppx" {with-test & < "2.0.0"} 38] 39synopsis: "RFC6287 OCRA (OATH Challenge-Response Algorithm)" 40authors: "Stefan Grundmann <sg2342@googlemail.com>" 41url { 42 src: "https://github.com/sg2342/ocaml-rfc6287/archive/1.0.3.tar.gz" 43 checksum: [ 44 "sha256=3e968fa506bebad018320713706d788647cabf1d5543244b704b9e84f16df6fe" 45 "md5=1d543e3d6ccad89994bc906b0d6ef809" 46 ] 47}