markast-linux-x64-gnu 0.1.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 +3 -0
  2. package/bin/markast +0 -0
  3. package/package.json +22 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # markast-linux-x64-gnu
2
+
3
+ Prebuilt binary for `markast` on Linux x64 (GNU libc).
package/bin/markast ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "markast-linux-x64-gnu",
3
+ "version": "0.1.0",
4
+ "license": "MIT",
5
+ "description": "Prebuilt markast binary for Linux x64 GNU",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/ericyangpan/markast.git"
9
+ },
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
13
+ "os": [
14
+ "linux"
15
+ ],
16
+ "cpu": [
17
+ "x64"
18
+ ],
19
+ "files": [
20
+ "bin/markast"
21
+ ]
22
+ }