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 "logs" {>= "0.7.0"}
26 "fmt" {>= "0.8.8"}
27 "pcre" {>= "7.4.3"}
28 "safepass" {>= "3.0"}
29 "jwto" {>= "0.3.0"}
30 "uuidm" {>= "0.9.7"}
31 "letters" {>= "0.2.0"}
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" & with-test}
38 "cohttp-lwt-unix" {with-test & >= "2.5.1" & < "3.0.0"}
39]
40conflicts: [
41 "yojson" {>= "2.0.0"}
42 "result" {< "1.5"}
43 "http"
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: "824e78c888e82678bcfd5e1a9b2954c45e4a6ade"
61url {
62 src:
63 "https://github.com/oxidizing/sihl/releases/download/0.1.4/sihl-0.1.4.tbz"
64 checksum: [
65 "sha256=49fe887d05083b37523cd6e7ca35239822c561fe7109dd383c30aeb4259a7b98"
66 "sha512=4135ad42a75fb9adc3e853a466b696d9ee6d7a9d8acf0cee9fd5f5485679a517f524ce704e2d153df4a7c4f1d14df9f94ab2a8fbe5b36e744b505daab1d40f3d"
67 ]
68}