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" "Aron Erben" "Miko Nieminen"] 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.7" & >= "2.7"} 12 "ocaml" {>= "4.08.0"} 13 "lwt" {>= "5.3.0"} 14 "opium" {>= "0.17.1" & < "0.19.0"} 15 "yojson" {>= "1.7.0"} 16 "ppx_deriving_yojson" {>= "3.5.2"} 17 "conformist" {>= "0.1.0" & < "0.3.0"} 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 "safepass" {>= "3.0"} 28 "jwto" {>= "0.3.0"} 29 "uuidm" {>= "0.9.7"} 30 "sexplib" {>= "v0.13.0"} 31 "ppx_fields_conv" {>= "v0.13.0"} 32 "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 33 "alcotest" {>= "1.2.0"} 34 "containers" {>= "2.8"} 35 "alcotest-lwt" {>= "1.2.0" & with-test} 36 "cohttp-lwt-unix" {with-test & >= "2.5.1" & < "3.0.0"} 37 "odoc" {with-doc} 38] 39conflicts: [ 40 "yojson" {>= "2.0.0"} 41 "result" {< "1.5"} 42 "http" 43] 44build: [ 45 ["dune" "subst"] {dev} 46 [ 47 "dune" 48 "build" 49 "-p" 50 name 51 "-j" 52 jobs 53 "@install" 54 "@runtest" {with-test} 55 "@doc" {with-doc} 56 ] 57] 58dev-repo: "git+https://github.com/oxidizing/sihl.git" 59x-commit-hash: "6146c1ba6dee8cc43e04a47a9ed4e8200f205f9d" 60url { 61 src: 62 "https://github.com/oxidizing/sihl/releases/download/0.1.5/sihl-queue-0.1.5.tbz" 63 checksum: [ 64 "sha256=bfa7bde9af02bb83d5ca39d54797b05b43317f033d93d24ca86ca42ff8ef83a1" 65 "sha512=6bb8727f65116e8042aa1fb77b3c14851ce5238f7b412adadf0f8e5b52d5310e8f06056c96bf76a82ffd7096753f49b2b0482f41e18ee1ca94310b874fe81bf9" 66 ] 67}