this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] dream_middleware_ext (0.1.0)

CHANGES:

* Initial release

+46
+46
packages/dream_middleware_ext/dream_middleware_ext.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A collection of middleware utilities for Dream framework" 3 + description: "A collection of middleware utilities for Dream framework" 4 + maintainer: ["Geoffrey Borough <geoffrey.borough@outlook.com>"] 5 + authors: ["Geoffrey Borough <geoffrey.borough@outlook.com>"] 6 + license: "MIT" 7 + tags: ["http" "web" "framework" "middleware"] 8 + homepage: "https://github.com/axons-talent/dream_middleware_ext" 9 + doc: 10 + "https://axons-talent.github.io/dream_middleware_ext/dream_middleware_ext" 11 + bug-reports: "https://github.com/axons-talent/dream_middleware_ext/issues" 12 + depends: [ 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 + ] 23 + build: [ 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 + ] 37 + dev-repo: "git+https://github.com/axons-talent/dream_middleware_ext.git" 38 + url { 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 + } 46 + x-commit-hash: "7518b8e688a6cefe502cfa9d3ca7a8231a202055"