this repo has no description
1opam-version: "2.0" 2synopsis: "Sihl service to deal with tokens" 3description: 4 "Modules for token handling with support for JWT blacklisting and database-based tokens." 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-facade" {= version} 15 "sihl-persistence" {= version} 16 "alcotest-lwt" {>= "1.2.0" & < "3.0.0" & with-test} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/oxidizing/sihl.git" 34x-commit-hash: "da140e6b902092d13e2ab6cf9a6e6ecf5b49ccb7" 35url { 36 src: 37 "https://github.com/oxidizing/sihl/releases/download/0.3.0-rc1/sihl-0.3.0-rc1.tbz" 38 checksum: [ 39 "sha256=ebfeaa62fe4498e6de03d7e6577e10c143d6148a10a6a47b98e032f3dcc70ddc" 40 "sha512=e1d80894a4a5a2d99036f6dc0fbd60686a105509fb5b743d5dfa70f4ce76a2ffeac6419bcc1b0da56a631f592497262551a44ec4a004c81809bc08d156008061" 41 ] 42}