this repo has no description
1opam-version: "2.0"
2license: "MIT"
3synopsis: "Strategies to be used with FPauth-core authentication system"
4maintainer: "Mikhail Geine <mike.geine@gmail.com>"
5authors: [
6 "Mikhail Geine <mike.geine@gmail.com>"
7 "Pavel Argentov <argentoff@gmail.com>"
8]
9homepage: "https://github.com/mikeGEINE/FPauth"
10bug-reports: "https://github.com/mikeGEINE/FPauth/issues"
11depends: [
12 "dream" {>= "1.0.0~alpha3"}
13 "argon2"
14 "twostep"
15 "FPauth-core" {= version}
16 "ocaml" {>= "4.12.0"}
17 "dune" {>= "2.7"}
18 "base"
19 "conf-libargon2"
20 "alcotest" {with-test}
21 "bisect_ppx" {with-test & >= "2.5.0"}
22 "odoc" {with-doc}
23]
24build: ["dune" "build" "-p" name "-j" jobs]
25run-test: ["dune" "runtest" "-p" name "-j" jobs]
26dev-repo: "git+https://github.com/mikeGEINE/FPauth.git"
27url {
28 src: "https://github.com/mikeGEINE/FPauth/archive/1.0.0.tar.gz"
29 checksum: [
30 "md5=5661fa07d29c5d8b229ac198653f96d8"
31 "sha512=4eafc8d414a5e9fc954f6cb26080dc1e21600b85e21f4e3a82528b37e8a19ff3d88530cde5f3cdc56dc2ce47fe7d1552ded26ec250d646f0c9f7805773d30305"
32 ]
33}