this repo has no description
1opam-version: "2.0" 2synopsis: "A collection of middleware utilities for Dream framework" 3description: "A collection of middleware utilities for Dream framework" 4maintainer: ["Geoffrey Borough <geoffrey.borough@outlook.com>"] 5authors: ["Geoffrey Borough <geoffrey.borough@outlook.com>"] 6license: "MIT" 7tags: ["http" "web" "framework" "middleware"] 8homepage: "https://github.com/axons-talent/dream_middleware_ext" 9doc: 10 "https://axons-talent.github.io/dream_middleware_ext/dream_middleware_ext" 11bug-reports: "https://github.com/axons-talent/dream_middleware_ext/issues" 12depends: [ 13 "ocaml" {>= "4.08.0"} 14 "dream" {>= "1.0.0~alpha8"} 15 "dune" {>= "2.7"} 16 "lwt_ppx" 17 "uri" {>= "4.4.0"} 18 "ppx_expect" {with-test} 19 "ptime" 20 "ipaddr" 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/axons-talent/dream_middleware_ext.git" 38url { 39 src: 40 "https://github.com/Axons-Talent/dream_middleware_ext/releases/download/0.1.0/dream_middleware_ext-0.1.0.tbz" 41 checksum: [ 42 "sha256=568241d96f9843d5fd6350d927cdbb67c7693e86f7c49286283979abb2ff61e1" 43 "sha512=061a488694f4165932eb079d13de2b8f363e4b49197541f861d4948e5427b9b7005c81a292dfed8bd8ce9bd0d089a8a80176c90d3c0337983b6c53be1d6d45d6" 44 ] 45} 46x-commit-hash: "7518b8e688a6cefe502cfa9d3ca7a8231a202055"