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" "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 "lwt" {>= "5.3.0"}
14 "opium" {>= "0.17.1" & < "0.19.0"}
15 "multipart-form-data" {>= "0.3.0"}
16 "yojson" {>= "1.7.0"}
17 "ppx_deriving_yojson" {>= "3.5.2"}
18 "conformist" {>= "0.1.0" & < "0.3.0"}
19 "tsort" {= "2.0.0"}
20 "containers" {>= "2.7"}
21 "tls" {>= "0.11.1" & < "0.16.0"}
22 "ssl" {>= "0.5.9"}
23 "lwt_ssl" {>= "1.1.3"}
24 "caqti" {>= "1.2.1" & < "2.0.0~"}
25 "caqti-lwt" {>= "1.2.0" & < "2.0.0~"}
26 "tyxml" {>= "4.3.0"}
27 "logs" {>= "0.7.0"}
28 "fmt" {>= "0.8.8"}
29 "safepass" {>= "3.0"}
30 "jwto" {>= "0.3.0"}
31 "uuidm" {>= "0.9.7"}
32 "sexplib" {>= "v0.13.0"}
33 "ppx_fields_conv" {>= "v0.13.0"}
34 "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"}
35 "alcotest" {>= "1.2.0"}
36 "containers" {>= "2.8"}
37 "alcotest-lwt" {>= "1.2.0" & < "3.0.0" & with-test}
38 "cohttp-lwt-unix" {>= "2.5.1"& with-test}
39 "odoc" {with-doc}
40]
41conflicts: [
42 "yojson" {>= "2.0.0"}
43 "conduit" {>= "6.2.0"} # mirage-crypto is used implicitly somewhere through conduit
44]
45build: [
46 ["dune" "subst"] {dev}
47 [
48 "dune"
49 "build"
50 "-p"
51 name
52 "-j"
53 jobs
54 "@install"
55 "@runtest" {with-test}
56 "@doc" {with-doc}
57 ]
58]
59dev-repo: "git+https://github.com/oxidizing/sihl.git"
60x-commit-hash: "03f08e7485c50b9da92670c084d3d5e23f7733e6"
61url {
62 src:
63 "https://github.com/oxidizing/sihl/releases/download/0.1.10/sihl-queue-0.1.10.tbz"
64 checksum: [
65 "sha256=b264f357c2a65dbed00c3459be76cdd9b21275aeb9d0289634a2050161665211"
66 "sha512=b22fa96a3c7fa607df04848b40a0f54890f4f63c519d10ff7fcef8ccf09341731b42ff4decccb4a7e858e138a803c849ee0c5226c514938cdcded2fd80cae4cb"
67 ]
68}