this repo has no description
1opam-version: "2.0"
2synopsis: "Contains Sihl services to deal with user related topics"
3description:
4 "Use this package to handle tokens, sessions, users, flash messages and password reset workflows."
5maintainer: ["josef@oxidizing.io"]
6authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
7license: "MIT"
8homepage: "https://github.com/oxidizing/sihl"
9doc: "https://oxidizing.github.io/sihl/"
10bug-reports: "https://github.com/oxidizing/sihl/issues"
11depends: [
12 "dune" {>= "2.7"}
13 "ocaml" {>= "4.08.0"}
14 "sihl-contract" {= version}
15 "sihl-persistence" {= version}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/oxidizing/sihl.git"
33x-commit-hash: "f9e783c6f7513b9f13a197392b45dbbb42e39f68"
34url {
35 src:
36 "https://github.com/oxidizing/sihl/releases/download/0.2.0/sihl-0.2.0.tbz"
37 checksum: [
38 "sha256=8bb4f4cb8658b263d73095283dd57285bcb64756226cba7739710c561d8a7b48"
39 "sha512=539d248b2fc7716f44f813fff287df4ad8332ef2d1d1c4816b2827c0f7055237603c3af112a77468d7efcaeb5abc2f4bfbb5f8e08443cfb70d131380181bbbf2"
40 ]
41}