this repo has no description
0
fork

Configure Feed

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

[new release] middleware (0.0.1)

CHANGES:

- skolemlabs/middleware#1: initial implementation

+39
+39
packages/middleware/middleware.0.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Composable stacked functions, which can respond to inner calls" 3 + maintainer: ["Trent Small <sixstring982@gmail.com>"] 4 + authors: ["Trent Small <sixstring982@gmail.com>"] 5 + license: "MIT" 6 + tags: ["middleware" "composition" "funciton"] 7 + homepage: "https://github.com/skolemlabs/middleware" 8 + doc: "https://skolemlabs.github.io/middleware" 9 + bug-reports: "https://github.com/skolemlabs/middleware/issues" 10 + depends: [ 11 + "ocaml" {>= "4.14.0"} 12 + "alcotest" {with-test & >= "1.2.0"} 13 + "dune" {>= "3.1"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/skolemlabs/middleware.git" 31 + url { 32 + src: 33 + "https://github.com/skolemlabs/middleware/releases/download/0.0.1/middleware-0.0.1.tbz" 34 + checksum: [ 35 + "sha256=ce12c41afc9988aadd04a59c11b0783c7bd8cc1964ae9d4b767a27d263f66298" 36 + "sha512=d6188af8e54b06547e1f1d81ffaaf52eab63c3c96db6ec86658b90d666e9552d70bae6861d84689482953d618b79c12ad94c3089d4342fbee91afd37f8463a10" 37 + ] 38 + } 39 + x-commit-hash: "def9b3ff0c112713c83573aefa7ff86164de672a"