-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathdune
More file actions
31 lines (26 loc) · 653 Bytes
/
Copy pathdune
File metadata and controls
31 lines (26 loc) · 653 Bytes
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
(env (dev (flags :standard -w +a-4-42-69-70 -warn-error -a+31)))
(library
(public_name curl)
(wrapped false)
(foreign_stubs
(language c)
(flags -DHAVE_CONFIG_H :standard (:include cflags.sexp))
(names curl-helper))
(c_library_flags :standard (:include clibs.sexp))
(libraries bigarray unix)
(modules curl))
(library
(name curl_lwt)
(public_name curl_lwt)
(wrapped false)
(libraries curl lwt.unix)
(modules curl_lwt))
(executable
(name errors)
(modules errors))
(deprecated_library_name
(old_public_name curl.lwt)
(new_public_name curl_lwt))
(rule
(targets config.h cflags.sexp clibs.sexp)
(action (run config/discover.exe)))