this repo has no description

Merge pull request #18524 from anmonteiro/release-vercel-0.1.0

[new release] vercel and lambda-runtime (0.1.0)

Kate 72ab1969 2eed7fd6

Changed files
+76
packages
lambda-runtime
lambda-runtime.0.1.0
vercel
vercel.0.1.0
+37
packages/lambda-runtime/lambda-runtime.0.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
authors: [ "Antonio Nuno Monteiro <anmonteiro@gmail.com>" ]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/aws-lambda-ocaml-runtime"
+
bug-reports: "https://github.com/anmonteiro/aws-lambda-ocaml-runtime/issues"
+
dev-repo: "git+https://github.com/anmonteiro/aws-lambda-ocaml-runtime.git"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "1.7"}
+
"result"
+
"yojson" {>= "1.6.0" & < "2.0.0"}
+
"ppx_deriving_yojson"
+
"piaf"
+
"uri"
+
"logs"
+
"lwt"
+
"alcotest" {with-test}
+
]
+
synopsis:
+
"A custom runtime for AWS Lambda written in OCaml"
+
description: """
+
lambda-runtime is a runtime for AWS Lambda that makes it easy to run AWS Lambda
+
Functions written in OCaml.
+
"""
+
x-commit-hash: "b2a453c70279f8ce78de851059cccdca9ec34fa8"
+
url {
+
src:
+
"https://github.com/anmonteiro/aws-lambda-ocaml-runtime/releases/download/0.1.0/lambda-runtime-0.1.0.tbz"
+
checksum: [
+
"sha256=58863594a2f94993208c749b77eb769cf5340b8d87bb9e5e994035ba331867ff"
+
"sha512=53c9e2c256f092c09e6ce7926b1bbcbdc93efcb727d5a755557d2eb7ab1c7b0ad0a3b8e708b01a70a6eda5ef6fa9714b40f79e172bc5d17aa2c434d8ecb9a9ca"
+
]
+
}
+39
packages/vercel/vercel.0.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
authors: [ "Antonio Nuno Monteiro <anmonteiro@gmail.com>" ]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/aws-lambda-ocaml-runtime"
+
bug-reports: "https://github.com/anmonteiro/aws-lambda-ocaml-runtime/issues"
+
dev-repo: "git+https://github.com/anmonteiro/aws-lambda-ocaml-runtime.git"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "1.7"}
+
"result"
+
"yojson"
+
"lwt"
+
"base64"
+
"piaf"
+
"ppx_deriving_yojson"
+
"lambda-runtime" {=version}
+
"alcotest" {with-test}
+
]
+
synopsis:
+
"A custom runtime for Vercel.com (Now v2) written in OCaml"
+
description:
+
"""
+
lambda-runtime is an OCaml custom runtime for AWS Lambda. The vercel
+
package provides an adapter and API for lambda-runtime that works with
+
Vercel's (Now v2) service.
+
"""
+
x-commit-hash: "b2a453c70279f8ce78de851059cccdca9ec34fa8"
+
url {
+
src:
+
"https://github.com/anmonteiro/aws-lambda-ocaml-runtime/releases/download/0.1.0/lambda-runtime-0.1.0.tbz"
+
checksum: [
+
"sha256=58863594a2f94993208c749b77eb769cf5340b8d87bb9e5e994035ba331867ff"
+
"sha512=53c9e2c256f092c09e6ce7926b1bbcbdc93efcb727d5a755557d2eb7ab1c7b0ad0a3b8e708b01a70a6eda5ef6fa9714b40f79e172bc5d17aa2c434d8ecb9a9ca"
+
]
+
}