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"
  ]
}
