this repo has no description
1opam-version: "2.0" 2synopsis: "A web framework for Reason and OCaml" 3description: "A web framework for Reason and OCaml to build apps rapidly." 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.1.1" & < "0.2.0" } 34 "sexplib" {>= "0.13.0"} 35 "ppx_fields_conv" {>= "0.13.0"} 36 "ppx_sexp_conv" {>= "0.13.0"} 37 "alcotest" {>= "1.2.0"} 38 "containers" {>= "2.8"} 39 "utop" {dev} 40 "merlin" {dev} 41 "ocamlformat" {dev} 42 "ocp-indent" {dev} 43 "tuareg" {dev} 44 "alcotest" {>= "1.2.0" & with-test} 45 "alcotest-lwt" {>= "1.2.0" & with-test} 46 "cohttp-lwt-unix" {>= "2.5.1" & with-test} 47] 48build: [ 49 ["dune" "subst"] {dev} 50 [ 51 "dune" 52 "build" 53 "-p" 54 name 55 "-j" 56 jobs 57 "@install" 58 "@runtest" {with-test} 59 "@doc" {with-doc} 60 ] 61] 62dev-repo: "git+https://github.com/oxidizing/sihl.git" 63x-commit-hash: "7fc45be374a4a10c93cde167afa1a035a4115db2" 64url { 65 src: 66 "https://github.com/oxidizing/sihl/releases/download/0.0.56/sihl-0.0.56.tbz" 67 checksum: [ 68 "sha256=38d5abd1d80aa4772c742a8bd4024afd39e23e2e02304b1cacfddde7dba2f43b" 69 "sha512=28f3236a51a501247a12f38441aab70e100936eca94a34d43a5734d1861021ac15dfa5457f87d9d0f87bc1f2fef9cda6d6fa6d11486797dd1b466d6bd85650ce" 70 ] 71}