@palamedes/core-node-linux-arm64-gnu 0.1.1 → 0.2.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 +39 -1
- package/package.json +1 -1
- package/palamedes-node.node +0 -0
package/README.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
1
|
# @palamedes/core-node-linux-arm64-gnu
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@palamedes/core-node-linux-arm64-gnu)
|
|
4
|
+
[](https://github.com/sebastian-software/palamedes/actions/workflows/ci.yml)
|
|
5
|
+
[](https://oss.sebastian-software.com/)
|
|
6
|
+
[](https://github.com/sebastian-software/palamedes/blob/main/LICENSE)
|
|
7
|
+
|
|
8
|
+
Platform-specific native bindings for `@palamedes/core-node` on Linux arm64 with glibc.
|
|
9
|
+
|
|
10
|
+
## When To Use This Package
|
|
11
|
+
|
|
12
|
+
You usually should not install this package directly.
|
|
13
|
+
|
|
14
|
+
`@palamedes/core-node` selects the correct native package for the current runtime. This package is an internal delivery vehicle for the Linux arm64 GNU binary.
|
|
15
|
+
|
|
16
|
+
## Installation
|
|
17
|
+
|
|
18
|
+
Install [`@palamedes/core-node`](https://www.npmjs.com/package/@palamedes/core-node) instead:
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
pnpm add @palamedes/core-node
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Package Role
|
|
25
|
+
|
|
26
|
+
- contains the `.node` binary for `linux-arm64-gnu`
|
|
27
|
+
- is loaded internally by `@palamedes/core-node`
|
|
28
|
+
- is not intended as a direct public API surface
|
|
29
|
+
|
|
30
|
+
## Related Packages
|
|
31
|
+
|
|
32
|
+
- [`@palamedes/core-node`](https://www.npmjs.com/package/@palamedes/core-node)
|
|
33
|
+
- [`@palamedes/core-node-darwin-arm64`](https://www.npmjs.com/package/@palamedes/core-node-darwin-arm64)
|
|
34
|
+
- [`@palamedes/core-node-linux-x64-gnu`](https://www.npmjs.com/package/@palamedes/core-node-linux-x64-gnu)
|
|
35
|
+
- [`@palamedes/core-node-win32-x64-msvc`](https://www.npmjs.com/package/@palamedes/core-node-win32-x64-msvc)
|
|
36
|
+
|
|
37
|
+
## License
|
|
38
|
+
|
|
39
|
+
[](https://oss.sebastian-software.com/)
|
|
40
|
+
|
|
41
|
+
MIT © 2026 Sebastian Software
|
package/package.json
CHANGED
package/palamedes-node.node
CHANGED
|
Binary file
|