@aihu/compiler-win32-x64-msvc 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +78 -0
- package/aihu-compile.exe +0 -0
- package/package.json +14 -0
package/README.md
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# @aihu/compiler-win32-x64-msvc
|
|
2
|
+
|
|
3
|
+
> **Aihu** — agentic discovery and interaction, for human purpose.
|
|
4
|
+
|
|
5
|
+
Platform-specific native binary distributor for `@aihu/compiler`
|
|
6
|
+
|
|
7
|
+
Platform-specific native binary distributor for [`@aihu/compiler`](../../README.md). Installed automatically as an `optionalDependencies` of `@aihu/compiler` for users on this platform.
|
|
8
|
+
|
|
9
|
+
<!-- BEGIN_HANDWRITTEN: prose -->
|
|
10
|
+
_(no hand-written prose — this is a platform binary distributor; the autogen sections below tell you everything you need.)_
|
|
11
|
+
<!-- END_HANDWRITTEN: prose -->
|
|
12
|
+
|
|
13
|
+
## Install
|
|
14
|
+
|
|
15
|
+
<!-- BEGIN_AUTOGEN: install -->
|
|
16
|
+
<!-- regenerate: bun scripts/sync-readme.ts (also runs in pre-commit + CI) -->
|
|
17
|
+
|
|
18
|
+
This package is the platform-specific native binary distributor for [`@aihu/compiler`](../../README.md). You almost certainly do **not** need to install it directly — it is wired in as an `optionalDependencies` of `@aihu/compiler` and resolved automatically for the platform you are on.
|
|
19
|
+
|
|
20
|
+
**Current platform support matrix:**
|
|
21
|
+
|
|
22
|
+
| Triple | npm package |
|
|
23
|
+
|---|---|
|
|
24
|
+
| `darwin-arm64` (Apple Silicon) | `@aihu/compiler-darwin-arm64` |
|
|
25
|
+
| `darwin-x64` (Intel macOS) | `@aihu/compiler-darwin-x64` |
|
|
26
|
+
| `linux-x64-gnu` (glibc Linux) | `@aihu/compiler-linux-x64-gnu` |
|
|
27
|
+
| `win32-x64-msvc` (Windows) | `@aihu/compiler-win32-x64-msvc` |
|
|
28
|
+
|
|
29
|
+
If you genuinely need to install only this package (e.g. for an offline mirror):
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
npm install @aihu/compiler-win32-x64-msvc
|
|
33
|
+
# or
|
|
34
|
+
bun add @aihu/compiler-win32-x64-msvc
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
<sub><i>Auto-generated against `@aihu/compiler-win32-x64-msvc@0.1.0`.</i></sub>
|
|
38
|
+
|
|
39
|
+
<!-- END_AUTOGEN: install -->
|
|
40
|
+
|
|
41
|
+
## Package facts
|
|
42
|
+
|
|
43
|
+
<!-- BEGIN_AUTOGEN: stats -->
|
|
44
|
+
<!-- regenerate: bun scripts/sync-readme.ts (also runs in pre-commit + CI) -->
|
|
45
|
+
|
|
46
|
+
| | |
|
|
47
|
+
|---|---|
|
|
48
|
+
| **Version** | `0.1.0` |
|
|
49
|
+
| **Tier** | platform — Platform-specific native binary distributor for `@aihu/compiler` |
|
|
50
|
+
| **Published files** | 1 entries |
|
|
51
|
+
| **License** | MIT |
|
|
52
|
+
|
|
53
|
+
<sub><i>Auto-generated against `@aihu/compiler-win32-x64-msvc@0.1.0`.</i></sub>
|
|
54
|
+
|
|
55
|
+
<!-- END_AUTOGEN: stats -->
|
|
56
|
+
|
|
57
|
+
## See also
|
|
58
|
+
|
|
59
|
+
<!-- BEGIN_AUTOGEN: see-also -->
|
|
60
|
+
<!-- regenerate: bun scripts/sync-readme.ts (also runs in pre-commit + CI) -->
|
|
61
|
+
|
|
62
|
+
- [@aihu/compiler](../../README.md)
|
|
63
|
+
- [Aihu framework root](../../../../README.md)
|
|
64
|
+
|
|
65
|
+
<sub><i>Auto-generated against `@aihu/compiler-win32-x64-msvc@0.1.0`.</i></sub>
|
|
66
|
+
|
|
67
|
+
<!-- END_AUTOGEN: see-also -->
|
|
68
|
+
|
|
69
|
+
## License
|
|
70
|
+
|
|
71
|
+
<!-- BEGIN_AUTOGEN: license -->
|
|
72
|
+
<!-- regenerate: bun scripts/sync-readme.ts (also runs in pre-commit + CI) -->
|
|
73
|
+
|
|
74
|
+
MIT — see [LICENSE](../../../../LICENSE).
|
|
75
|
+
|
|
76
|
+
<sub><i>Auto-generated against `@aihu/compiler-win32-x64-msvc@0.1.0`.</i></sub>
|
|
77
|
+
|
|
78
|
+
<!-- END_AUTOGEN: license -->
|
package/aihu-compile.exe
ADDED
|
Binary file
|