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" {= version}
15 "alcotest-lwt" {>= "1.2.0" & < "3.0.0" & with-test}
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"
33url {
34 src: "https://github.com/oxidizing/sihl/archive/0.3.0-rc2.tar.gz"
35 checksum: [
36 "md5=1fd667e26ef891aa41d6ccd0001edc74"
37 "sha512=31ae7bf34fa06570a69b3975298f9b7700f93b06887d90730938527dab0078b94c59fcb64d7355cf220c9d0a0a4ebe33344a3bac932db339581c453cb27edc6b"
38 ]
39}