We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f70d9e commit b2a453cCopy full SHA for b2a453c
CHANGES.md
@@ -1,4 +1,4 @@
1
-Unreleased
+0.1.0 2021-04-17
2
--------------
3
4
- Initial public release
lambda-runtime.opam
@@ -22,3 +22,7 @@ depends: [
22
]
23
synopsis:
24
"A custom runtime for AWS Lambda written in OCaml"
25
+description: """
26
+lambda-runtime is a runtime for AWS Lambda that makes it easy to run AWS Lambda
27
+Functions written in OCaml.
28
+"""
vercel.opam
@@ -21,7 +21,7 @@ depends: [
21
"alcotest" {with-test}
- "A custom runtime for Vercel.com (Now v2) written in OCaml."
+ "A custom runtime for Vercel.com (Now v2) written in OCaml"
description:
"""
lambda-runtime is an OCaml custom runtime for AWS Lambda. The vercel
0 commit comments