this repo has no description
1opam-version: "2.0" 2synopsis: "Composable stacked functions, which can respond to inner calls" 3maintainer: ["Trent Small <sixstring982@gmail.com>"] 4authors: ["Trent Small <sixstring982@gmail.com>"] 5license: "MIT" 6tags: ["middleware" "composition" "funciton"] 7homepage: "https://github.com/skolemlabs/middleware" 8doc: "https://skolemlabs.github.io/middleware" 9bug-reports: "https://github.com/skolemlabs/middleware/issues" 10depends: [ 11 "ocaml" {>= "4.14.0"} 12 "alcotest" {with-test & >= "1.2.0"} 13 "dune" {>= "3.1"} 14 "odoc" {with-doc} 15] 16build: [ 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] 30dev-repo: "git+https://github.com/skolemlabs/middleware.git" 31url { 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} 39x-commit-hash: "def9b3ff0c112713c83573aefa7ff86164de672a"