this repo has no description
1opam-version: "2.0"
2synopsis: "The modular functional web framework"
3description: "Build web apps fast with long-term maintainability in mind."
4maintainer: ["josef@oxidizing.io"]
5authors: ["Josef Erben"]
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.4"}
12 "ocaml" {>= "4.08.0"}
13 "lwt" {>= "5.3.0"}
14 "base" {>= "v0.13.1" & < "v0.16.0"}
15 "opium" {>= "0.17.1" & < "0.19.0"}
16 "yojson" {>= "1.7.0"}
17 "ppx_deriving_yojson" {>= "3.5.2"}
18 "tsort" {= "2.0.0"}
19 "tls" {>= "0.11.1" & < "1.0.0"}
20 "ssl" {>= "0.5.9"}
21 "lwt_ssl" {>= "1.1.3"}
22 "caqti" {>= "1.2.1" & < "2.0.0~"}
23 "caqti-lwt" {>= "1.2.0" & < "2.0.0~"}
24 "tyxml" {>= "4.3.0"}
25 "tyxml-jsx" {>= "4.3.0"}
26 "reason" {>= "3.0.0"}
27 "logs" {>= "0.7.0"}
28 "fmt" {>= "0.8.8"}
29 "pcre" {>= "7.4.3"}
30 "safepass" {>= "3.0"}
31 "jwto" {>= "0.3.0"}
32 "uuidm" {>= "0.9.7"}
33 "letters" {>= "0.2.0"}
34 "sexplib" {>= "v0.13.0"}
35 "ppx_fields_conv" {>= "v0.13.0"}
36 "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"}
37 "alcotest" {>= "1.2.0"}
38 "containers" {>= "2.8"}
39 "alcotest-lwt" {>= "1.2.0" & with-test}
40 "cohttp-lwt-unix" {>= "2.5.1" & with-test}
41]
42build: [
43 ["dune" "subst"] {dev}
44 [
45 "dune"
46 "build"
47 "-p"
48 name
49 "-j"
50 jobs
51 "@install"
52 "@runtest" {with-test}
53 "@doc" {with-doc}
54 ]
55]
56dev-repo: "git+https://github.com/oxidizing/sihl.git"
57x-commit-hash: "9d56ceacb2ab8782bef6dacdaa2104c46c038551"
58url {
59 src:
60 "https://github.com/oxidizing/sihl/releases/download/0.1.0/sihl-0.1.0.tbz"
61 checksum: [
62 "sha256=d24b6271118de56b14983e50310d3f5c43a5f4ffecfaf451a0bacd200f335045"
63 "sha512=c60cf995065299ca171b8278d3e232bebec881e668276ac799bc3ff5bddd9ce529b1525cb207644380d16d95fba2438d1e2b0b38ce69e4f1203c03466a7a7b13"
64 ]
65}