-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathvercel.opam
30 lines (30 loc) · 886 Bytes
/
vercel.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
opam-version: "2.0"
maintainer: "Antonio Nuno Monteiro <[email protected]>"
authors: [ "Antonio Nuno Monteiro <[email protected]>" ]
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.
"""