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" {>= "1.6.0" & < "2.0.0"}
16 "ppx_deriving_yojson"
17 "piaf" {< "0.2.0"}
18 "uri"
19 "logs"
20 "lwt"
21 "alcotest" {with-test}
22]
23synopsis:
24 "A custom runtime for AWS Lambda written in OCaml"
25description: """
26lambda-runtime is a runtime for AWS Lambda that makes it easy to run AWS Lambda
27Functions written in OCaml.
28"""
29x-commit-hash: "b2a453c70279f8ce78de851059cccdca9ec34fa8"
30url {
31 src:
32 "https://github.com/anmonteiro/aws-lambda-ocaml-runtime/releases/download/0.1.0/lambda-runtime-0.1.0.tbz"
33 checksum: [
34 "sha256=58863594a2f94993208c749b77eb769cf5340b8d87bb9e5e994035ba331867ff"
35 "sha512=53c9e2c256f092c09e6ce7926b1bbcbdc93efcb727d5a755557d2eb7ab1c7b0ad0a3b8e708b01a70a6eda5ef6fa9714b40f79e172bc5d17aa2c434d8ecb9a9ca"
36 ]
37}