opam-version: "2.0" synopsis: "A collection of middleware utilities for Dream framework" description: "A collection of middleware utilities for Dream framework" maintainer: ["Geoffrey Borough "] authors: ["Geoffrey Borough "] license: "MIT" tags: ["http" "web" "framework" "middleware"] homepage: "https://github.com/axons-talent/dream_middleware_ext" doc: "https://axons-talent.github.io/dream_middleware_ext/dream_middleware_ext" bug-reports: "https://github.com/axons-talent/dream_middleware_ext/issues" depends: [ "ocaml" {>= "4.08.0"} "dream" {>= "1.0.0~alpha8"} "dune" {>= "2.7"} "lwt_ppx" "uri" {>= "4.4.0"} "ppx_expect" {with-test} "ptime" "ipaddr" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/axons-talent/dream_middleware_ext.git" url { src: "https://github.com/Axons-Talent/dream_middleware_ext/releases/download/0.1.0/dream_middleware_ext-0.1.0.tbz" checksum: [ "sha256=568241d96f9843d5fd6350d927cdbb67c7693e86f7c49286283979abb2ff61e1" "sha512=061a488694f4165932eb079d13de2b8f363e4b49197541f861d4948e5427b9b7005c81a292dfed8bd8ce9bd0d089a8a80176c90d3c0337983b6c53be1d6d45d6" ] } x-commit-hash: "7518b8e688a6cefe502cfa9d3ca7a8231a202055"