sdl-mcp-native-linux-arm64-gnu 0.7.1
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/package.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "sdl-mcp-native-linux-arm64-gnu",
|
|
3
|
+
"version": "0.7.1",
|
|
4
|
+
"description": "Native Rust indexer for SDL-MCP - Linux ARM64 (glibc)",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"os": [
|
|
7
|
+
"linux"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"arm64"
|
|
11
|
+
],
|
|
12
|
+
"main": "sdl-mcp-native.linux-arm64-gnu.node",
|
|
13
|
+
"files": [
|
|
14
|
+
"sdl-mcp-native.linux-arm64-gnu.node"
|
|
15
|
+
],
|
|
16
|
+
"libc": [
|
|
17
|
+
"glibc"
|
|
18
|
+
],
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/GlitterKill/sdl-mcp.git",
|
|
22
|
+
"directory": "native"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
Binary file
|