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" & 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/refs/tags/0.3.0.tar.gz"
35 checksum: [
36 "md5=3265ccfac470edc97a524259ec98e15b"
37 "sha512=0e6b184d5077a444a0583b65e5b99ba69e798321a34bc99bcc121eb82a3555b86ce8d1c7d3fc6afdcadf87d76f2d903702e5e6252b6b06fd7c1311b712298cc9"
38 ]
39}