this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "User service implementations for Sihl"
4description:
5 "Modules for user management and password reset workflows with support for 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 "sihl-token" {= version & with-test}
17 "alcotest-lwt" {>= "1.4.0" & with-test}
18 "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test}
19 "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/oxidizing/sihl.git"
37url {
38 src: "https://github.com/oxidizing/sihl/archive/3.0.0.tar.gz"
39 checksum: [
40 "md5=3ceaa839d4d9480011761257aedf2f22"
41 "sha512=6b44bb6f67b1933a7b74fff8488d3cc6c9a7360fa99b3aeae9158e2887dbc44c1b215d8cffb6cc082cc88a0ffa576b2d9ebdd21850f2a19656aedbe4c0fe2c59"
42 ]
43}