@omut/linux-arm64 0.0.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.
Files changed (2) hide show
  1. package/bin/omut +0 -0
  2. package/package.json +20 -0
package/bin/omut ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@omut/linux-arm64",
3
+ "version": "0.0.1",
4
+ "description": "The aarch64-unknown-linux-gnu binary for omut",
5
+ "license": "MIT",
6
+ "preferUnplugged": true,
7
+ "os": [
8
+ "linux"
9
+ ],
10
+ "cpu": [
11
+ "arm64"
12
+ ],
13
+ "files": [
14
+ "bin/"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/dominnya/omut"
19
+ }
20
+ }