this repo has no description
1opam-version: "2.0" 2synopsis: "Sihl services to deal with users" 3description: "Modules for user handling and password reset workflows." 4maintainer: ["josef@oxidizing.io"] 5authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"] 6license: "MIT" 7homepage: "https://github.com/oxidizing/sihl" 8doc: "https://oxidizing.github.io/sihl/" 9bug-reports: "https://github.com/oxidizing/sihl/issues" 10depends: [ 11 "dune" {>= "2.7"} 12 "ocaml" {>= "4.08.0"} 13 "sihl-facade" {= version} 14 "sihl-persistence" {= version} 15 "alcotest-lwt" {>= "1.2.0" & < "3.0.0" & with-test} 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: "da140e6b902092d13e2ab6cf9a6e6ecf5b49ccb7" 34url { 35 src: 36 "https://github.com/oxidizing/sihl/releases/download/0.3.0-rc1/sihl-0.3.0-rc1.tbz" 37 checksum: [ 38 "sha256=ebfeaa62fe4498e6de03d7e6577e10c143d6148a10a6a47b98e032f3dcc70ddc" 39 "sha512=e1d80894a4a5a2d99036f6dc0fbd60686a105509fb5b743d5dfa70f4ce76a2ffeac6419bcc1b0da56a631f592497262551a44ec4a004c81809bc08d156008061" 40 ] 41}