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/2.0.1.tar.gz" 38 checksum: [ 39 "md5=52b28d3faac0a2243735285aa3f962aa" 40 "sha512=e7ff89bdba9f1afa3b115a056ae3d403f602685187a968485ea64a7cd1a18791f66b7480b682bf66acd3564dd89139162779d58a43c2389d785c98e246094a18" 41 ] 42}