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.1.tar.gz" 38 checksum: [ 39 "md5=3e500deaa6ebca3d4ab614900c6b219c" 40 "sha512=ab18fe0ff079289498eb3c4a61d787bdcc9f88b901c18ce683bc47c88f3a3e48a6dacf20e3b22e647133c8e9af9fdba9ff192f17560e6fbb506bcc590ef8fc26" 41 ] 42}