this repo has no description
1opam-version: "2.0" 2maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 3authors: [ "Antonio Nuno Monteiro <anmonteiro@gmail.com>" ] 4license: "BSD-3-clause" 5homepage: "https://github.com/anmonteiro/aws-lambda-ocaml-runtime" 6bug-reports: "https://github.com/anmonteiro/aws-lambda-ocaml-runtime/issues" 7dev-repo: "git+https://github.com/anmonteiro/aws-lambda-ocaml-runtime.git" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.08"} 13 "dune" {>= "1.7"} 14 "result" 15 "yojson" 16 "lwt" 17 "base64" 18 "piaf" {< "0.2.0"} 19 "ppx_deriving_yojson" 20 "lambda-runtime" {=version} 21 "alcotest" {with-test} 22] 23synopsis: 24 "A custom runtime for Vercel.com (Now v2) written in OCaml" 25description: 26 """ 27 lambda-runtime is an OCaml custom runtime for AWS Lambda. The vercel 28 package provides an adapter and API for lambda-runtime that works with 29 Vercel's (Now v2) service. 30 """ 31x-commit-hash: "b2a453c70279f8ce78de851059cccdca9ec34fa8" 32url { 33 src: 34 "https://github.com/anmonteiro/aws-lambda-ocaml-runtime/releases/download/0.1.0/lambda-runtime-0.1.0.tbz" 35 checksum: [ 36 "sha256=58863594a2f94993208c749b77eb769cf5340b8d87bb9e5e994035ba331867ff" 37 "sha512=53c9e2c256f092c09e6ce7926b1bbcbdc93efcb727d5a755557d2eb7ab1c7b0ad0a3b8e708b01a70a6eda5ef6fa9714b40f79e172bc5d17aa2c434d8ecb9a9ca" 38 ] 39}