minor style changes
[ocurl.git] / dune
bloba841f60b6e8d9e439a568abd8a5d6f9685e195d2
1 (env (dev (flags :standard -w +a-4-42-69-70 -warn-error -a+31)))
3 (library
4  (public_name curl)
5  (wrapped false)
6  (foreign_stubs
7   (language c)
8   (flags -DHAVE_CONFIG_H :standard (:include cflags.sexp))
9   (names curl-helper))
10  (c_library_flags (:include clibs.sexp))
11  (libraries unix)
12  (modules curl))
14 (library
15  (name curl_lwt)
16  (public_name curl.lwt)
17  (optional)
18  (wrapped false)
19  (libraries curl lwt.unix)
20  (modules curl_lwt))