marxml-linux-arm64-gnu 0.0.0 → 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.
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
1
  # `marxml-linux-arm64-gnu`
2
2
 
3
- This is the **aarch64-unknown-linux-gnu** binary for `marxml`
3
+ This is the **Linux arm64 (glibc)** binary for `marxml`.
4
+
5
+ > [!WARNING]
6
+ > Don't install this package directly. It's installed automatically as an `optionalDependencies` entry of [`marxml`](https://www.npmjs.com/package/marxml) based on your platform and arch. Run `npm install marxml` instead.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marxml-linux-arm64-gnu",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "cpu": [
5
5
  "arm64"
6
6
  ],
@@ -8,7 +8,7 @@
8
8
  "files": [
9
9
  "marxml.linux-arm64-gnu.node"
10
10
  ],
11
- "description": "Fast markdown + XML query and mutation. Rust core with native Node bindings.",
11
+ "description": "Prebuilt marxml binary for Linux arm64 (glibc)",
12
12
  "keywords": [
13
13
  "markdown",
14
14
  "xml",
@@ -36,4 +36,4 @@
36
36
  "libc": [
37
37
  "glibc"
38
38
  ]
39
- }
39
+ }