@haybarn/ext-spatial-h1-5-3-linux-arm64 202605.20.194604

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,23 @@
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-spatial-h1-5-3-linux-arm64`
6
+
7
+ Platform-specific binary for the **spatial** extension on **linux/arm64 (glibc)**, built against [Haybarn](https://github.com/Query-farm-haybarn/haybarn) **1.5.3**.
8
+
9
+ ## You probably don't want to install this directly
10
+
11
+ Install the meta-package instead — npm will resolve to exactly the matching leaf for your platform:
12
+
13
+ ```sh
14
+ npm install @haybarn/ext-spatial-h1-5-3
15
+ ```
16
+
17
+ ## Links
18
+
19
+ - [Haybarn](https://github.com/Query-farm-haybarn/haybarn) — the engine
20
+
21
+ ## Trademark
22
+
23
+ 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.
Binary file
@@ -0,0 +1,8 @@
1
+ {
2
+ "built_at": "2026-05-21T02:32:06Z",
3
+ "ext_commit": "76dd71136344b09fd8c3bcd0210fb7dd6a7efd68",
4
+ "ext_version_label": "",
5
+ "extension": "spatial",
6
+ "haybarn_version": "1.5.3",
7
+ "sha256": "3eeca54e2083d82172f746482d9e07b86c8bb33709471fdf6fa40252e2fe09b0"
8
+ }
package/package.json ADDED
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "@haybarn/ext-spatial-h1-5-3-linux-arm64",
3
+ "version": "202605.20.194604",
4
+ "description": "Haybarn extension 'spatial' for linux/arm64 (glibc). Built against haybarn 1.5.3. Installed automatically by the @haybarn/ext-spatial-h1-5-3 meta-package; use that, not this leaf, in your dependencies.",
5
+ "homepage": "https://github.com/Query-farm-haybarn/haybarn",
6
+ "bugs": {
7
+ "url": "https://github.com/Query-farm-haybarn/haybarn/issues"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/Query-farm-haybarn/haybarn.git"
12
+ },
13
+ "license": "MIT",
14
+ "os": [
15
+ "linux"
16
+ ],
17
+ "cpu": [
18
+ "arm64"
19
+ ],
20
+ "files": [
21
+ "bin",
22
+ "haybarn-metadata.json",
23
+ "README.md"
24
+ ],
25
+ "haybarn": {
26
+ "built_at": "2026-05-21T02:32:06Z",
27
+ "ext_commit": "76dd71136344b09fd8c3bcd0210fb7dd6a7efd68",
28
+ "ext_version_label": "",
29
+ "extension": "spatial",
30
+ "haybarn_version": "1.5.3",
31
+ "sha256": "3eeca54e2083d82172f746482d9e07b86c8bb33709471fdf6fa40252e2fe09b0"
32
+ },
33
+ "publishConfig": {
34
+ "access": "public"
35
+ },
36
+ "libc": [
37
+ "glibc"
38
+ ]
39
+ }