-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathlambda-runtime.opam
34 lines (34 loc) · 1.21 KB
/
lambda-runtime.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
31
32
33
34
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.06"}
"dune" {build}
"result"
"yojson" {>= "1.6.0" & < "2.0.0"}
"ppx_deriving_yojson"
"piaf"
"uri"
"logs"
"lwt"
"alcotest" {with-test}
]
pin-depends: [
[ "httpaf.dev" "git+https://github.com/anmonteiro/httpaf.git#fork" ]
[ "httpaf-lwt.dev" "git+https://github.com/anmonteiro/httpaf.git#fork" ]
[ "httpaf-lwt-unix.dev" "git+https://github.com/anmonteiro/httpaf.git#fork" ]
[ "h2.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ]
[ "h2-lwt.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ]
[ "h2-lwt-unix.dev" "git+https://github.com/anmonteiro/ocaml-h2.git" ]
[ "piaf.dev" "git+https://github.com/anmonteiro/piaf.git" ]
[ "ssl.dev" "git+https://github.com/savonet/ocaml-ssl.git" ]
]
synopsis:
"An OCaml custom runtime for AWS Lambda"