this repo has no description
1opam-version: "2.0" 2license: "MIT" 3synopsis: "Easy authentication system for Dream framework" 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" & < "1.0.0~alpha6"} 13 "ocaml" {>= "4.12.0"} 14 "dune" {>= "2.7"} 15 "lwt_ppx" {>= "2.0.3"} 16 "base" 17 "alcotest" {with-test} 18 "bisect_ppx" {with-test & >= "2.5.0"} 19 "odoc" {with-doc} 20] 21conflicts: [ 22 "base-nnp" 23 "ocaml-option-nnpchecker" 24] 25build: ["dune" "build" "-p" name "-j" jobs] 26run-test: ["dune" "runtest" "-p" name "-j" jobs] 27dev-repo: "git+https://github.com/mikeGEINE/FPauth.git" 28url { 29 src: "https://github.com/mikeGEINE/FPauth/archive/1.0.0.tar.gz" 30 checksum: [ 31 "md5=5661fa07d29c5d8b229ac198653f96d8" 32 "sha512=4eafc8d414a5e9fc954f6cb26080dc1e21600b85e21f4e3a82528b37e8a19ff3d88530cde5f3cdc56dc2ce47fe7d1552ded26ec250d646f0c9f7805773d30305" 33 ] 34}