this repo has no description
1opam-version: "2.0"
2synopsis: "A modular functional web framework"
3description: "Build web apps fast with long-term maintainability in mind."
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 "containers" {>= "2.7"}
14 "sihl-core" {= version}
15 "sihl-contract" {= version}
16 "sihl-facade" {= version}
17 "sihl-persistence" {= version}
18 "sihl-web" {= version}
19 "sihl-token" {= version}
20 "sihl-session" {= version}
21 "sihl-user" {= version}
22 "sihl-queue" {= version}
23 "sihl-storage" {= version}
24 "sihl-email" {= version}
25 "odoc" {with-doc}
26]
27build: [
28 ["dune" "subst"] {dev}
29 [
30 "dune"
31 "build"
32 "-p"
33 name
34 "-j"
35 jobs
36 "@install"
37 "@runtest" {with-test}
38 "@doc" {with-doc}
39 ]
40]
41dev-repo: "git+https://github.com/oxidizing/sihl.git"
42x-commit-hash: "da140e6b902092d13e2ab6cf9a6e6ecf5b49ccb7"
43url {
44 src:
45 "https://github.com/oxidizing/sihl/releases/download/0.3.0-rc1/sihl-0.3.0-rc1.tbz"
46 checksum: [
47 "sha256=ebfeaa62fe4498e6de03d7e6577e10c143d6148a10a6a47b98e032f3dcc70ddc"
48 "sha512=e1d80894a4a5a2d99036f6dc0fbd60686a105509fb5b743d5dfa70f4ce76a2ffeac6419bcc1b0da56a631f592497262551a44ec4a004c81809bc08d156008061"
49 ]
50}