-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge pull request #65 from neon-bindings/linux-musl
musl support
Showing
7 changed files
with
148 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@cargo-messages/linux-arm64-musl` | ||
|
||
Prebuilt binary package for `cargo-messages` on `linux-arm64-musl`. |
37 changes: 37 additions & 0 deletions
37
pkgs/cargo-messages/platforms/linux-arm64-musl/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"name": "@cargo-messages/linux-arm64-musl", | ||
"description": "Prebuilt binary package for `cargo-messages` on `linux-arm64-musl`.", | ||
"version": "0.1.77", | ||
"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": "David Herman <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dherman/neon-rs.git" | ||
}, | ||
"keywords": [ | ||
"Rust", | ||
"Neon" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/dherman/neon-rs/issues" | ||
}, | ||
"homepage": "https://github.com/dherman/neon-rs#readme", | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@cargo-messages/linux-x64-musl` | ||
|
||
Prebuilt binary package for `cargo-messages` on `linux-x64-musl`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"name": "@cargo-messages/linux-x64-musl", | ||
"description": "Prebuilt binary package for `cargo-messages` on `linux-x64-musl`.", | ||
"version": "0.1.77", | ||
"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": "David Herman <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dherman/neon-rs.git" | ||
}, | ||
"keywords": [ | ||
"Rust", | ||
"Neon" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/dherman/neon-rs/issues" | ||
}, | ||
"homepage": "https://github.com/dherman/neon-rs#readme", | ||
"license": "MIT" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.