opam-version: "2.0" synopsis: "The modular functional web framework" description: "Build web apps fast with long-term maintainability in mind." maintainer: ["josef@oxidizing.io"] authors: ["Josef Erben"] license: "MIT" homepage: "https://github.com/oxidizing/sihl" doc: "https://oxidizing.github.io/sihl/" bug-reports: "https://github.com/oxidizing/sihl/issues" depends: [ "dune" {>= "2.4"} "ocaml" {>= "4.08.0"} "lwt" {>= "5.3.0"} "base" {>= "v0.13.1" & < "v0.16.0"} "opium" {>= "0.17.1" & < "0.19.0"} "yojson" {>= "1.7.0"} "ppx_deriving_yojson" {>= "3.5.2"} "tsort" {= "2.0.0"} "tls" {>= "0.11.1" & < "1.0.0"} "ssl" {>= "0.5.9"} "lwt_ssl" {>= "1.1.3"} "caqti" {>= "1.2.1" & < "2.0.0~"} "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} "tyxml" {>= "4.3.0"} "tyxml-jsx" {>= "4.3.0"} "reason" {>= "3.0.0"} "logs" {>= "0.7.0"} "fmt" {>= "0.8.8"} "pcre" {>= "7.4.3"} "safepass" {>= "3.0"} "jwto" {>= "0.3.0"} "uuidm" {>= "0.9.7"} "letters" {>= "0.2.0"} "sexplib" {>= "v0.13.0"} "ppx_fields_conv" {>= "v0.13.0"} "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} "alcotest" {>= "1.2.0"} "containers" {>= "2.8"} "alcotest-lwt" {>= "1.2.0" & with-test} "cohttp-lwt-unix" {with-test & >= "2.5.1" & < "6.0.0~"} ] conflicts: [ "yojson" {>= "2.0.0"} "result" {< "1.5"} "http" ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/oxidizing/sihl.git" x-commit-hash: "9741df895c0736b7305ae31ab4af26998030f98c" url { src: "https://github.com/oxidizing/sihl/releases/download/0.1.3/sihl-0.1.3.tbz" checksum: [ "sha256=3d1acdd1eae24a7131033656f90b5d20c1621e6ef92957edf88a09b8b5f2d9e9" "sha512=d224f54e20a9465c7a03d534dadcb2b9a181ae87c13731840db945aab37534f6f3982c5cb25a197e90c17d8772da062b19fa92bb93ed53a8b736c3776a7776db" ] }