sdl-mcp-watchman-linux-x64 0.11.8
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 +3 -0
- package/bin/watchman +6 -0
- package/package.json +24 -0
- package/vendor/bin/watchman +0 -0
- package/vendor/bin/watchmanctl +0 -0
- package/vendor/lib/libgflags.so.2.3 +0 -0
- package/vendor/lib/libglog.so.1 +0 -0
- package/vendor/lib/libsnappy.so.1 +0 -0
package/README.md
ADDED
package/bin/watchman
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "sdl-mcp-watchman-linux-x64",
|
|
3
|
+
"version": "0.11.8",
|
|
4
|
+
"description": "Watchman binary for SDL-MCP - Linux x64",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"os": [
|
|
7
|
+
"linux"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"x64"
|
|
11
|
+
],
|
|
12
|
+
"files": [
|
|
13
|
+
"bin/**",
|
|
14
|
+
"vendor/**"
|
|
15
|
+
],
|
|
16
|
+
"sdlMcp": {
|
|
17
|
+
"watchmanBinary": "bin/watchman"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/GlitterKill/sdl-mcp.git",
|
|
22
|
+
"directory": "watchman"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|