this repo has no description
1opam-version: "2.0" 2synopsis: "Contains Sihl services to deal with user related topics" 3description: 4 "Use this package to handle tokens, sessions, users, flash messages and password reset workflows." 5maintainer: ["josef@oxidizing.io"] 6authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"] 7license: "MIT" 8homepage: "https://github.com/oxidizing/sihl" 9doc: "https://oxidizing.github.io/sihl/" 10bug-reports: "https://github.com/oxidizing/sihl/issues" 11depends: [ 12 "dune" {>= "2.7"} 13 "ocaml" {>= "4.08.0"} 14 "sihl-contract" {= version} 15 "sihl-persistence" {= version} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/oxidizing/sihl.git" 33x-commit-hash: "57e1a542fae708251f08da84b85cdb30b498c96a" 34url { 35 src: 36 "https://github.com/oxidizing/sihl/releases/download/0.2.2/sihl-0.2.2.tbz" 37 checksum: [ 38 "sha256=cfdbfc4b5b122d5be73480dc6050ea19f970c918d19ecfde1fe1f3b152154d28" 39 "sha512=2bcb39b1e7e98892d65ded542b143259156671106e7a30ad5211c22ec54b87047320c2cf6c115db1931a563ff8204e9f420cf3edfc1559d4c9ce53b0ef40e529" 40 ] 41}