opam-version: "2.0" license: "MIT" synopsis: "Easy authentication system for Dream framework" maintainer: "Mikhail Geine " authors: [ "Mikhail Geine " "Pavel Argentov " ] homepage: "https://github.com/mikeGEINE/FPauth" bug-reports: "https://github.com/mikeGEINE/FPauth/issues" depends: [ "dream" {>= "1.0.0~alpha3" & < "1.0.0~alpha6"} "ocaml" {>= "4.12.0"} "dune" {>= "2.7"} "lwt_ppx" {>= "2.0.3"} "base" "alcotest" {with-test} "bisect_ppx" {with-test & >= "2.5.0"} "odoc" {with-doc} ] conflicts: [ "base-nnp" "ocaml-option-nnpchecker" ] build: ["dune" "build" "-p" name "-j" jobs] run-test: ["dune" "runtest" "-p" name "-j" jobs] dev-repo: "git+https://github.com/mikeGEINE/FPauth.git" url { src: "https://github.com/mikeGEINE/FPauth/archive/1.0.0.tar.gz" checksum: [ "md5=5661fa07d29c5d8b229ac198653f96d8" "sha512=4eafc8d414a5e9fc954f6cb26080dc1e21600b85e21f4e3a82528b37e8a19ff3d88530cde5f3cdc56dc2ce47fe7d1552ded26ec250d646f0c9f7805773d30305" ] }