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" {with-test & >= "2.5.1"} 41] 42conflicts: [ 43 "yojson" {>= "2.0.0"} 44 "result" {< "1.5"} 45 "http" 46] 47build: [ 48 ["dune" "subst"] {dev} 49 [ 50 "dune" 51 "build" 52 "-p" 53 name 54 "-j" 55 jobs 56 "@install" 57 "@runtest" {with-test} 58 "@doc" {with-doc} 59 ] 60] 61dev-repo: "git+https://github.com/oxidizing/sihl.git" 62x-commit-hash: "d6a95f2f66ca1854e6fded0a735bd6c040128b26" 63url { 64 src: 65 "https://github.com/oxidizing/sihl/releases/download/0.1.2/sihl-0.1.2.tbz" 66 checksum: [ 67 "sha256=69705a3a35f204acfdda62f61056e3f0ec3ef5bcd1df1508be65b066a0b1df9c" 68 "sha512=1987d211f56d0261eefbae978065a4e6781d60ad94b08597875307e5cf6e5a1b79787d9c79f784f5a9f77c35203cfd0b488841a07adfd87b0710d6fd65422b94" 69 ] 70}