File tree 7 files changed +15
-9
lines changed
7 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 1
- (lang dune 1 .5)
2
-
3
- (name lambda-runtime)
1
+ (lang dune 1 .7)
4
2
5
3
(using fmt 1 .1)
4
+
5
+ ( implicit_transitive_deps false )
6
+
7
+ (name lambda-runtime)
Original file line number Diff line number Diff line change 1
1
(executable
2
2
(name basic)
3
- (libraries lambda-runtime logs.lwt logs.fmt fmt.tty lwt.unix))
3
+ (libraries lambda-runtime logs.lwt logs.fmt fmt.tty lwt lwt .unix result ))
4
4
5
5
(env
6
6
(static
Original file line number Diff line number Diff line change 1
1
(executable
2
2
(name basic)
3
- (libraries lambda-runtime logs.fmt fmt.tty))
3
+ (libraries lambda-runtime logs.fmt fmt.tty yojson ))
4
4
5
5
(env
6
6
(static
Original file line number Diff line number Diff line change 1
1
(executable
2
2
(name basic)
3
- (libraries now logs.fmt fmt.tty httpaf))
3
+ (libraries now logs.fmt fmt.tty httpaf httpaf-lwt-unix lwt lwt.unix uri
4
+ bigstringaf bigarray-compat yojson))
4
5
5
6
(env
6
7
(static
Original file line number Diff line number Diff line change 3
3
(public_name lambda-runtime)
4
4
(preprocess
5
5
(pps ppx_deriving_yojson))
6
- (libraries yojson ppx_deriving_yojson.runtime httpaf-lwt-unix uri logs.lwt))
6
+ (libraries yojson ppx_deriving_yojson.runtime bigstringaf bigarray-compat
7
+ httpaf httpaf-lwt-unix uri logs.lwt lwt lwt.unix result))
Original file line number Diff line number Diff line change 1
1
(library
2
2
(name now)
3
3
(public_name now)
4
- (libraries lambda-runtime yojson ppx_deriving_yojson.runtime base64 httpaf)
4
+ (libraries bigstringaf lwt lambda-runtime yojson ppx_deriving_yojson.runtime
5
+ result base64 httpaf)
5
6
(preprocess
6
7
(pps ppx_deriving_yojson)))
Original file line number Diff line number Diff line change 1
1
(executable
2
2
(name test)
3
- (libraries alcotest lambda-runtime now base64))
3
+ (libraries alcotest lambda-runtime now base64 yojson fmt lwt lwt.unix httpaf
4
+ result ppx_deriving_yojson.runtime))
4
5
5
6
(alias
6
7
(name runtest)
You can’t perform that action at this time.
0 commit comments