@haybarn/ext-sheetreader-h1-5-2-linux-arm64 202605.18.154747

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 ADDED
@@ -0,0 +1,26 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/Query-farm-haybarn/.github/haybarn/profile/assets/haybarn-icon.png" alt="Haybarn" width="96" height="96">
3
+ </p>
4
+
5
+ # `@haybarn/ext-sheetreader-h1-5-2-linux-arm64`
6
+
7
+ Platform-specific binary for the **sheetreader** extension on **linux/arm64 (glibc)**, built against [Haybarn](https://github.com/Query-farm-haybarn/haybarn) **1.5.2**.
8
+
9
+ > **Source:** [https://github.com/polydbms/sheetreader-duckdb](https://github.com/polydbms/sheetreader-duckdb)
10
+
11
+ ## You probably don't want to install this directly
12
+
13
+ Install the meta-package instead — npm will resolve to exactly the matching leaf for your platform:
14
+
15
+ ```sh
16
+ npm install @haybarn/ext-sheetreader-h1-5-2
17
+ ```
18
+
19
+ ## Links
20
+
21
+ - [Haybarn](https://github.com/Query-farm-haybarn/haybarn) — the engine
22
+ - [Haybarn community extensions](https://github.com/Query-farm-haybarn/haybarn-community-extensions) — the catalog this leaf was built and published from
23
+
24
+ ## Trademark
25
+
26
+ Haybarn is an independent derived distribution of DuckDB published by [Query Farm LLC](https://query.farm). Not affiliated with or endorsed by the DuckDB Foundation. DuckDB is a trademark of the DuckDB Foundation.
package/package.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "@haybarn/ext-sheetreader-h1-5-2-linux-arm64",
3
+ "version": "202605.18.154747",
4
+ "description": "Haybarn extension 'sheetreader' for linux/arm64 (glibc). Built against haybarn 1.5.2. Installed automatically by the @haybarn/ext-sheetreader-h1-5-2 meta-package; use that, not this leaf, in your dependencies.",
5
+ "homepage": "https://github.com/polydbms/sheetreader-duckdb",
6
+ "bugs": {
7
+ "url": "https://github.com/polydbms/sheetreader-duckdb/issues"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/polydbms/sheetreader-duckdb.git"
12
+ },
13
+ "license": "MIT",
14
+ "os": [
15
+ "linux"
16
+ ],
17
+ "cpu": [
18
+ "arm64"
19
+ ],
20
+ "files": [
21
+ "bin",
22
+ "README.md"
23
+ ],
24
+ "publishConfig": {
25
+ "access": "public"
26
+ },
27
+ "libc": [
28
+ "glibc"
29
+ ]
30
+ }