File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
14
14
"ocaml" {>= "4.05.0"}
15
15
"dune" {>= "1.5"}
16
16
("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"})
17
- "ounit "
17
+ "ounit2 "
18
18
"camlzip"
19
19
"libevent" {>= "0.8.0"}
20
20
"ocurl" {>= "0.7.2"}
Original file line number Diff line number Diff line change 8
8
(name devkit_core)
9
9
(public_name devkit.core)
10
10
(libraries
11
- threads ; must come first
11
+ threads.posix ; must come first
12
12
curl
13
13
curl.lwt
14
14
extlib
17
17
lwt
18
18
lwt.unix
19
19
netstring
20
- oUnit
21
20
pcre
22
21
stdlib-shims
23
22
yojson
59
58
60
59
(executable
61
60
(name test)
62
- (libraries devkit)
61
+ (libraries devkit extlib libevent netstring ounit2 yojson )
63
62
(modules test test_httpev))
64
63
65
64
(rule
Original file line number Diff line number Diff line change 1
1
(lang dune 2 .0)
2
2
(name devkit)
3
+ ( implicit_transitive_deps false )
Original file line number Diff line number Diff line change 1
-
2
1
open OUnit
3
2
open Printf
4
3
open ExtLib
You can’t perform that action at this time.
0 commit comments