@prebuilt-tdlib/linux-arm64-glibc 0.1008033.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/LICENSE.md ADDED
@@ -0,0 +1,55 @@
1
+ # Blue Oak Model License
2
+
3
+ Version 1.0.0
4
+
5
+ ## Purpose
6
+
7
+ This license gives everyone as much permission to work with
8
+ this software as possible, while protecting contributors
9
+ from liability.
10
+
11
+ ## Acceptance
12
+
13
+ In order to receive this license, you must agree to its
14
+ rules. The rules of this license are both obligations
15
+ under that agreement and conditions to your license.
16
+ You must not do anything with this software that triggers
17
+ a rule that you cannot or will not follow.
18
+
19
+ ## Copyright
20
+
21
+ Each contributor licenses you to do everything with this
22
+ software that would otherwise infringe that contributor's
23
+ copyright in it.
24
+
25
+ ## Notices
26
+
27
+ You must ensure that everyone who gets a copy of
28
+ any part of this software from you, with or without
29
+ changes, also gets the text of this license or a link to
30
+ <https://blueoakcouncil.org/license/1.0.0>.
31
+
32
+ ## Excuse
33
+
34
+ If anyone notifies you in writing that you have not
35
+ complied with [Notices](#notices), you can keep your
36
+ license by taking all practical steps to comply within 30
37
+ days after the notice. If you do not do so, your license
38
+ ends immediately.
39
+
40
+ ## Patent
41
+
42
+ Each contributor licenses you to do everything with this
43
+ software that would otherwise infringe any patent claims
44
+ they can license or become able to license.
45
+
46
+ ## Reliability
47
+
48
+ No contributor can revoke this license.
49
+
50
+ ## No Liability
51
+
52
+ ***As far as the law allows, this software comes as is,
53
+ without any warranty or condition, and no contributor
54
+ will be liable to anyone for any damages related to this
55
+ software or this license, under any kind of legal claim.***
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ This distribues a pre-built TDLib shared library that is part of the [prebuilt-tdlib][] package.
2
+
3
+ [prebuilt-tdlib]: https://npmjs.com/package/prebuilt-tdlib
package/libtdjson.so ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "@prebuilt-tdlib/linux-arm64-glibc",
3
+ "version": "0.1008033.0",
4
+ "description": "Pre-built TDLib shared library for Linux arm64 (glibc)",
5
+ "scripts": {
6
+ "build": ""
7
+ },
8
+ "files": [
9
+ "libtdjson.so",
10
+ "LICENSE.md",
11
+ "README.md"
12
+ ],
13
+ "preferUnplugged": true,
14
+ "license": "BlueOak-1.0.0",
15
+ "keywords": [
16
+ "tdlib",
17
+ "prebuilt-tdlib"
18
+ ],
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/Bannerets/tdl.git"
22
+ },
23
+ "homepage": "https://github.com/Bannerets/tdl/tree/main/packages/prebuilt-tdlib#readme",
24
+ "tdlib": {
25
+ "commit": "cb164927417f22811c74cd8678ed4a5ab7cb80ba",
26
+ "version": "1.8.33"
27
+ },
28
+ "os": [
29
+ "linux"
30
+ ],
31
+ "cpu": [
32
+ "arm64"
33
+ ]
34
+ }