-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoon.pkg
More file actions
31 lines (27 loc) · 793 Bytes
/
moon.pkg
File metadata and controls
31 lines (27 loc) · 793 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
import {
"moonbitlang/async",
"moonbitlang/async/types" @async/types,
"moonbitlang/async/fs" @async/fs,
"moonbitlang/async/pipe" @async/pipe,
"moonbitlang/async/raw_fd" @async/raw_fd,
"moonbitlang/async/stdio" @async/stdio,
"moonbitlang/async/os_error",
"moonbitlang/async/io" @async/io,
"moonbit-community/tty/color",
"moonbit-community/tty/input" @public_input,
"moonbit-community/tty/internal/input",
"moonbit-community/tty/internal/vt",
}
import {
"moonbitlang/async",
"moonbitlang/async/pipe" @async/pipe,
"moonbitlang/async/stdio" @async/stdio,
} for "test"
import {
"moonbitlang/async",
"moonbitlang/core/debug",
} for "wbtest"
supported_targets = "native"
options(
"native-stub": [ "isatty.c", "state.c", "size.c", "tty_open.c", "resize.c" ],
)