@ai-coustics/aic-sdk-linux-x64-gnu 0.10.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.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/index.node +0 -0
  3. package/package.json +21 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @ai-coustics/aic-sdk-linux-x64-gnu
2
+
3
+ Native binary for [@ai-coustics/aic-sdk](https://www.npmjs.com/package/@ai-coustics/aic-sdk) on Linux x64 (GNU libc).
4
+
5
+ This package is automatically installed as an optional dependency. Do not install directly.
package/index.node ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@ai-coustics/aic-sdk-linux-x64-gnu",
3
+ "version": "0.10.0",
4
+ "description": "ai-coustics SDK native bindings for Linux x64 (GNU)",
5
+ "main": "index.node",
6
+ "author": "ai-coustics GmbH",
7
+ "license": "Apache-2.0",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/ai-coustics/aic-sdk-node.git"
11
+ },
12
+ "os": [
13
+ "linux"
14
+ ],
15
+ "cpu": [
16
+ "x64"
17
+ ],
18
+ "libc": [
19
+ "glibc"
20
+ ]
21
+ }