@slint-ui/slint-ui-dev-binary-linux-arm64-gnu 1.17.0-nightly.2026061211

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/LICENSE.md ADDED
@@ -0,0 +1,25 @@
1
+
2
+ # Slint License
3
+
4
+ You can use Slint under ***any*** of the following licenses, at your choice:
5
+
6
+ 1. [Royalty-free License](LICENSES/LicenseRef-Slint-Royalty-free-2.0.md) - Permits use in **proprietary** desktop, mobile, and web applications **at no cost**. Use in embedded systems is excluded.
7
+ 2. [GNU GPLv3](LICENSES/GPL-3.0-only.txt) - Permits use in **open source software** under GPL-compatible terms, **at no cost**, for desktop, mobile, and web applications, as well as for embedded systems.
8
+ 3. [Commercial license](LICENSES/LicenseRef-Slint-Software-3.0.md) - Permits use in **proprietary** applications, including desktop, mobile, web, and embedded systems.
9
+
10
+ Third party licenses listed in the `LICENSES` folder also apply to parts of the product.
11
+
12
+ ## Definitions
13
+
14
+ A ***Desktop Application*** is a computer program that is designed to run on a general-purpose computer (PC or notebook), typically installed and executed locally on the computer's operating system.
15
+
16
+ A ***Mobile Application*** is a computer program that is designed to run on a general-purpose mobile computer (mobile phone or tablet), typically installed and executed locally on the computer's operating system.
17
+
18
+ A ***Web Application*** is a computer program that is designed to run in the sandbox environment provided by a web browser.
19
+
20
+ An ***Embedded System*** is a computer system designed to perform a specific task within a larger mechanical or electrical system.
21
+
22
+ ## Additional Info
23
+
24
+ See the [Slint licensing options on the website](https://slint.dev/pricing.html) and the [Licensing FAQ](FAQ.md#licensing).
25
+ Contact us at [info@slint.dev](mailto:info@slint.dev) if you have any questions regarding licensing.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `@slint-ui/slint-ui-dev-binary-linux-arm64-gnu`
2
+
3
+ This is the **aarch64-unknown-linux-gnu** binary for `@slint-ui/slint-ui-dev-binary`
package/package.json ADDED
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "@slint-ui/slint-ui-dev-binary-linux-arm64-gnu",
3
+ "version": "1.17.0-nightly.2026061211",
4
+ "cpu": [
5
+ "arm64"
6
+ ],
7
+ "main": "slint-ui-dev.linux-arm64-gnu.node",
8
+ "files": [
9
+ "slint-ui-dev.linux-arm64-gnu.node"
10
+ ],
11
+ "description": "Slint is a declarative GUI toolkit to build native user interfaces for desktop and embedded applications.",
12
+ "keywords": [
13
+ "GUI",
14
+ "UI",
15
+ "native",
16
+ "node",
17
+ "Slint",
18
+ "desktop",
19
+ "embedded"
20
+ ],
21
+ "homepage": "https://github.com/slint-ui/slint",
22
+ "license": "SEE LICENSE IN LICENSE.md",
23
+ "engines": {
24
+ "node": ">= 10"
25
+ },
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/slint-ui/slint"
29
+ },
30
+ "os": [
31
+ "linux"
32
+ ],
33
+ "libc": [
34
+ "glibc"
35
+ ]
36
+ }