-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzigmod.yml
62 lines (61 loc) · 1.57 KB
/
zigmod.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
id: epcocwwj699ioorm5azr1633k642ax0svapyhwfrat8sdn1m
name: uv
main: src/uv.zig
license: MIT
description: Zig bindings for the `libuv` library
dependencies:
# Not adding the system library as a dependency here,
# since you won't be able to override it in case you
# want a static build.
#
# Speaking of, here's a stab for it:
#
# - src: git https://github.com/libuv/libuv tag-v1.44.2
# only-os: linux
# c_include_dirs:
# - include
# - src
# - src/unix
# c_source_flags:
# - -D_FILE_OFFSET_BITS=64
# - -D_GNU_SOURCE
# - -D_LARGEFILE_SOURCE
# - -D_POSIX_C_SOURCE=200112
# c_source_files:
# - src/fs-poll.c
# - src/idna.c
# - src/inet.c
# - src/random.c
# - src/strscpy.c
# - src/strtok.c
# - src/threadpool.c
# - src/timer.c
# - src/unix/async.c
# - src/unix/core.c
# - src/unix/dl.c
# - src/unix/epoll.c
# - src/unix/fs.c
# - src/unix/getaddrinfo.c
# - src/unix/getnameinfo.c
# - src/unix/linux-core.c
# - src/unix/linux-inotify.c
# - src/unix/linux-syscalls.c
# - src/unix/loop-watcher.c
# - src/unix/loop.c
# - src/unix/pipe.c
# - src/unix/poll.c
# - src/unix/process.c
# - src/unix/procfs-exepath.c
# - src/unix/proctitle.c
# - src/unix/random-devurandom.c
# - src/unix/random-getrandom.c
# - src/unix/random-sysctl-linux.c
# - src/unix/signal.c
# - src/unix/stream.c
# - src/unix/tcp.c
# - src/unix/thread.c
# - src/unix/tty.c
# - src/unix/udp.c
# - src/uv-common.c
# - src/uv-data-getter-setters.c
# - src/version.c