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/3.0.2.tar.gz"
38 checksum: [
39 "md5=55173cff02f141403015de8f4f17cb20"
40 "sha512=810be398d4e43232838ff2d53daf683ce986eb6592a083877d929ba1022ccfd3093ee49291ab704908261bebf244176b80751be015f2443c4dc30993e1a6602c"
41 ]
42}