this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Token service implementations for Sihl"
4description:
5 "Modules for token handling with support for JWT blacklisting and server-side stored tokens using PostgreSQL and MariaDB."
6maintainer: ["josef@oxidizing.io"]
7authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
8license: "MIT"
9homepage: "https://github.com/oxidizing/sihl"
10doc: "https://oxidizing.github.io/sihl/"
11bug-reports: "https://github.com/oxidizing/sihl/issues"
12depends: [
13 "dune" {>= "2.7"}
14 "ocaml" {>= "4.08.0"}
15 "sihl" {= version}
16 "alcotest-lwt" {>= "1.4.0" & with-test}
17 "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test}
18 "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/oxidizing/sihl.git"
36url {
37 src: "https://github.com/oxidizing/sihl/archive/1.0.0-rc3.tar.gz"
38 checksum: [
39 "md5=a071020e3532eac75c61c2b064a8fd00"
40 "sha512=2225e1352344d86b9299f599ae3f9d5576e78ce88663eae6201bc50b4819dd2e10070aeba5c44b75b50429791754df0a7ee27cd9889132739a8a93cdd7221e8e"
41 ]
42}