package sihl

  1. Overview
  2. No Docs
The Sihl web framework

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.0.1.tar.gz
md5=4157e84bdd55758a1a2fb1ccb4172663
sha512=31aa7fc2b27a2713955b2bd6ed2b727245796e26361d0ba163501a79b9f46a75d258fbc6165eb68ddbfb16b18f96560367946fa91f856c14027fbfb2286233e9

Description

Sihl is a batteries-included web framework. Thanks to the modular architecture, included batteries can be swapped out easily. Statically typed functional programming with OCaml makes web development fun, fast and safe. Sihl supports PostgreSQL and MariaDB.

Published: 23 Nov 2021

Dependencies (27)

  1. opium >= "0.20.0"
  2. cstruct >= "6.0.1"
  3. nocrypto >= "0.5.4-2"
  4. ppx_sexp_conv >= "v0.13.0" & < "v0.16.0"
  5. ppx_fields_conv >= "v0.13.0"
  6. uuidm >= "0.9.7"
  7. jwto >= "0.3.0"
  8. safepass >= "3.0"
  9. caqti-lwt >= "1.3.0" & < "2.0.0~"
  10. caqti >= "1.5.0" & < "2.0.0~"
  11. lwt_ppx >= "2.0.1"
  12. lwt_ssl >= "1.1.3"
  13. uuidm >= "0.9.7"
  14. ssl >= "0.5.9"
  15. tls >= "0.11.1" & < "1.0.0"
  16. ppx_deriving_yojson >= "3.5.2"
  17. yojson >= "1.7.0"
  18. sexplib >= "v0.13.0"
  19. bos >= "0.2.0"
  20. fmt >= "0.8.8"
  21. logs >= "0.7.0"
  22. containers >= "3.6.1"
  23. tsort >= "2.0.0"
  24. dune-build-info >= "2.8.4"
  25. conformist >= "0.6.0"
  26. ocaml >= "4.12.0"
  27. dune >= "2.7"

Dev Dependencies (5)

  1. odoc with-doc
  2. caqti-driver-mariadb >= "1.5.1" & < "2.0.0~" & with-test
  3. caqti-driver-postgresql >= "1.5.1" & < "2.0.0~" & with-test
  4. alcotest-lwt >= "1.4.0" & with-test
  5. cohttp-lwt-unix >= "2.5.4" & with-test

Used by (6)

  1. sihl-cache = "3.0.1"
  2. sihl-email = "3.0.1"
  3. sihl-queue = "3.0.1"
  4. sihl-storage = "3.0.1"
  5. sihl-token = "3.0.1"
  6. sihl-user = "3.0.1"

Conflicts

None