File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
(library
2
2
(name lib)
3
- (libraries cstruct curl curl.lwt nocrypto hex atdgen atdgen-runtime biniou yojson base base.caml re stdio lwt lwt.unix uri
4
- devkit omd)
3
+ (libraries atdgen atdgen-runtime base base.caml biniou cstruct curl curl.lwt
4
+ devkit devkit.core hex lwt lwt.unix nocrypto omd re stdio uri yojson )
5
5
(preprocess
6
6
(pps lwt_ppx)))
7
7
Original file line number Diff line number Diff line change 1
1
(executable
2
- (libraries lib base base.caml cmdliner devkit lwt.unix stdio uri)
2
+ (libraries lib base base.caml cmdliner devkit devkit.core lwt.unix stdio uri)
3
3
(preprocess
4
4
(pps lwt_ppx))
5
5
(public_name notabot))
Original file line number Diff line number Diff line change 1
1
(executable
2
2
(name test)
3
- (libraries lib base base.caml devkit lwt.unix stdio yojson)
3
+ (libraries lib base base.caml devkit devkit.core lwt.unix stdio yojson)
4
4
(preprocess
5
5
(pps lwt_ppx)))
6
6
You can’t perform that action at this time.
0 commit comments