diff --git a/platforms/linux-arm64-musl/README.md b/platforms/linux-arm64-musl/README.md new file mode 100644 index 0000000..266b639 --- /dev/null +++ b/platforms/linux-arm64-musl/README.md @@ -0,0 +1,3 @@ +# `@kurrent/bridge-linux-x64-musl` + +Prebuilt binary package for `@kurrent/bridge` on `linux-x64-musl`. diff --git a/platforms/linux-arm64-musl/package.json b/platforms/linux-arm64-musl/package.json new file mode 100644 index 0000000..9cf7df4 --- /dev/null +++ b/platforms/linux-arm64-musl/package.json @@ -0,0 +1,25 @@ +{ + "name": "@kurrent/bridge-linux-arm64-musl", + "description": "Prebuilt binary package for `@kurrent/bridge` on `linux-arm64-musl`.", + "version": "0.1.2", + "os": [ + "linux" + ], + "cpu": [ + "arm64" + ], + "main": "index.node", + "files": [ + "index.node" + ], + "neon": { + "type": "binary", + "rust": "aarch64-unknown-linux-musl", + "node": "linux-arm64-musl", + "os": "linux", + "arch": "arm64", + "abi": "musl" + }, + "author": "", + "license": "ISC" +} \ No newline at end of file diff --git a/platforms/linux-x64-musl/README.md b/platforms/linux-x64-musl/README.md new file mode 100644 index 0000000..266b639 --- /dev/null +++ b/platforms/linux-x64-musl/README.md @@ -0,0 +1,3 @@ +# `@kurrent/bridge-linux-x64-musl` + +Prebuilt binary package for `@kurrent/bridge` on `linux-x64-musl`. diff --git a/platforms/linux-x64-musl/package.json b/platforms/linux-x64-musl/package.json new file mode 100644 index 0000000..b4066f6 --- /dev/null +++ b/platforms/linux-x64-musl/package.json @@ -0,0 +1,25 @@ +{ + "name": "@kurrent/bridge-linux-x64-musl", + "description": "Prebuilt binary package for `@kurrent/bridge` on `linux-x64-musl`.", + "version": "0.1.2", + "os": [ + "linux" + ], + "cpu": [ + "x64" + ], + "main": "index.node", + "files": [ + "index.node" + ], + "neon": { + "type": "binary", + "rust": "x86_64-unknown-linux-musl", + "node": "linux-x64-musl", + "os": "linux", + "arch": "x64", + "abi": "musl" + }, + "author": "", + "license": "ISC" +} \ No newline at end of file diff --git a/platforms/win32-arm64-msvc/README.md b/platforms/win32-arm64-msvc/README.md new file mode 100644 index 0000000..9dbbff0 --- /dev/null +++ b/platforms/win32-arm64-msvc/README.md @@ -0,0 +1,3 @@ +# `@kurrent/bridge-win32-arm64-msvc` + +Prebuilt binary package for `@kurrent/bridge` on `win32-arm64-msvc`. diff --git a/platforms/win32-arm64-msvc/package.json b/platforms/win32-arm64-msvc/package.json new file mode 100644 index 0000000..a6ef53d --- /dev/null +++ b/platforms/win32-arm64-msvc/package.json @@ -0,0 +1,25 @@ +{ + "name": "@kurrent/bridge-win32-arm64-msvc", + "description": "Prebuilt binary package for `@kurrent/bridge` on `win32-arm64-msvc`.", + "version": "0.1.2", + "os": [ + "win32" + ], + "cpu": [ + "arm64" + ], + "main": "index.node", + "files": [ + "index.node" + ], + "neon": { + "type": "binary", + "rust": "aarch64-pc-windows-msvc", + "node": "win32-arm64-msvc", + "os": "win32", + "arch": "arm64", + "abi": "msvc" + }, + "author": "", + "license": "ISC" +} \ No newline at end of file