tree_sitter_language_pack 1.10.9-arm64-darwin → 1.11.0-arm64-darwin
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.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +40 -33
- data/lib/tree_sitter_language_pack/native.rb +1 -1
- data/lib/tree_sitter_language_pack/version.rb +2 -2
- data/lib/tree_sitter_language_pack.rb +1 -1
- data/lib/ts_pack_core_rb.bundle +0 -0
- data/sig/types.rbs +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cd3fae3643733f3dafb91c355bcff3198c6a1fd631a26adb370bf173ca4f17c
|
|
4
|
+
data.tar.gz: 10a6d097616223f1303cf1b34bf982e0d59ffd5d53d08df2304f4a08f0249557
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbaf2ab42ee30aa7e178014af4e63f29f02cce4894d759fc26ae1e57649b3097610dfc32bb09a63bb9508c1f319b73125edd7db9592174326ef7e39603edc5e7
|
|
7
|
+
data.tar.gz: b523c12fec8b3df4098135d836210c2988eb51c6cb8c09b827a3c2f09ff825ee576947635422583be8f167747dff2233d91577f007faa99b72f39de3c10f29dd
|
data/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright 2025-2026
|
|
1
|
+
Copyright 2025-2026 Kreuzberg, Inc.
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
4
|
|
data/README.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-dark.svg">
|
|
4
|
+
<img alt="Xberg" width="420" src="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-light.svg">
|
|
5
|
+
</picture>
|
|
6
|
+
</p>
|
|
7
|
+
|
|
1
8
|
# Ruby
|
|
2
9
|
|
|
3
10
|
<div align="center" style="display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 20px 0">
|
|
4
|
-
<a href="https://github.com/
|
|
11
|
+
<a href="https://github.com/xberg-io/alef">
|
|
5
12
|
<img src="https://img.shields.io/badge/Bindings-alef%20%D7%90-007ec6" alt="Bindings" />
|
|
6
13
|
</a>
|
|
7
14
|
<!-- Language Bindings -->
|
|
@@ -11,36 +18,36 @@
|
|
|
11
18
|
<a href="https://pypi.org/project/tree-sitter-language-pack/">
|
|
12
19
|
<img src="https://img.shields.io/pypi/v/tree-sitter-language-pack?label=Python&color=007ec6" alt="Python" />
|
|
13
20
|
</a>
|
|
14
|
-
<a href="https://www.npmjs.com/package/@
|
|
21
|
+
<a href="https://www.npmjs.com/package/@xberg-io/tree-sitter-language-pack">
|
|
15
22
|
<img
|
|
16
|
-
src="https://img.shields.io/npm/v/@
|
|
23
|
+
src="https://img.shields.io/npm/v/@xberg-io/tree-sitter-language-pack?label=Node.js&color=007ec6"
|
|
17
24
|
alt="Node.js"
|
|
18
25
|
/>
|
|
19
26
|
</a>
|
|
20
|
-
<a href="https://www.npmjs.com/package/@
|
|
27
|
+
<a href="https://www.npmjs.com/package/@xberg-io/tree-sitter-language-pack-wasm">
|
|
21
28
|
<img
|
|
22
|
-
src="https://img.shields.io/npm/v/@
|
|
29
|
+
src="https://img.shields.io/npm/v/@xberg-io/tree-sitter-language-pack-wasm?label=WASM&color=007ec6"
|
|
23
30
|
alt="WASM"
|
|
24
31
|
/>
|
|
25
32
|
</a>
|
|
26
|
-
<a href="https://central.sonatype.com/artifact/
|
|
33
|
+
<a href="https://central.sonatype.com/artifact/io.xberg.treesitterlanguagepack/tree-sitter-language-pack">
|
|
27
34
|
<img
|
|
28
|
-
src="https://img.shields.io/maven-central/v/
|
|
35
|
+
src="https://img.shields.io/maven-central/v/io.xberg.treesitterlanguagepack/tree-sitter-language-pack?label=Java&color=007ec6"
|
|
29
36
|
alt="Java"
|
|
30
37
|
/>
|
|
31
38
|
</a>
|
|
32
|
-
<a href="https://pkg.go.dev/github.com/
|
|
39
|
+
<a href="https://pkg.go.dev/github.com/xberg-io/tree-sitter-language-pack/packages/go">
|
|
33
40
|
<img
|
|
34
|
-
src="https://img.shields.io/github/v/tag/
|
|
41
|
+
src="https://img.shields.io/github/v/tag/xberg-io/tree-sitter-language-pack?label=Go&color=007ec6"
|
|
35
42
|
alt="Go"
|
|
36
43
|
/>
|
|
37
44
|
</a>
|
|
38
|
-
<a href="https://www.nuget.org/packages/TreeSitterLanguagePack/">
|
|
39
|
-
<img src="https://img.shields.io/nuget/v/TreeSitterLanguagePack?label=C%23&color=007ec6" alt="C#" />
|
|
45
|
+
<a href="https://www.nuget.org/packages/XbergIo.TreeSitterLanguagePack/">
|
|
46
|
+
<img src="https://img.shields.io/nuget/v/XbergIo.TreeSitterLanguagePack?label=C%23&color=007ec6" alt="C#" />
|
|
40
47
|
</a>
|
|
41
|
-
<a href="https://packagist.org/packages/
|
|
48
|
+
<a href="https://packagist.org/packages/xberg-io/tree-sitter-language-pack">
|
|
42
49
|
<img
|
|
43
|
-
src="https://img.shields.io/packagist/v/
|
|
50
|
+
src="https://img.shields.io/packagist/v/xberg-io/tree-sitter-language-pack?label=PHP&color=007ec6"
|
|
44
51
|
alt="PHP"
|
|
45
52
|
/>
|
|
46
53
|
</a>
|
|
@@ -53,27 +60,27 @@
|
|
|
53
60
|
<a href="https://pub.dev/packages/tree_sitter_language_pack">
|
|
54
61
|
<img src="https://img.shields.io/pub/v/tree_sitter_language_pack?label=Dart&color=007ec6" alt="Dart" />
|
|
55
62
|
</a>
|
|
56
|
-
<a href="https://central.sonatype.com/artifact/
|
|
63
|
+
<a href="https://central.sonatype.com/artifact/io.xberg.tslp.android/tree-sitter-language-pack-android">
|
|
57
64
|
<img
|
|
58
|
-
src="https://img.shields.io/maven-central/v/
|
|
65
|
+
src="https://img.shields.io/maven-central/v/io.xberg.tslp.android/tree-sitter-language-pack-android?label=Kotlin&color=007ec6"
|
|
59
66
|
alt="Kotlin"
|
|
60
67
|
/>
|
|
61
68
|
</a>
|
|
62
|
-
<a href="https://github.com/
|
|
69
|
+
<a href="https://github.com/xberg-io/tree-sitter-language-pack/tree/main/packages/swift">
|
|
63
70
|
<img src="https://img.shields.io/badge/Swift-SPM-007ec6" alt="Swift" />
|
|
64
71
|
</a>
|
|
65
|
-
<a href="https://github.com/
|
|
72
|
+
<a href="https://github.com/xberg-io/tree-sitter-language-pack/tree/main/packages/zig">
|
|
66
73
|
<img src="https://img.shields.io/badge/Zig-package-007ec6" alt="Zig" />
|
|
67
74
|
</a>
|
|
68
|
-
<a href="https://github.com/
|
|
75
|
+
<a href="https://github.com/xberg-io/tree-sitter-language-pack/releases">
|
|
69
76
|
<img src="https://img.shields.io/badge/C-FFI-007ec6" alt="C FFI" />
|
|
70
77
|
</a>
|
|
71
78
|
|
|
72
79
|
<!-- Project Info -->
|
|
73
|
-
<a href="https://github.com/
|
|
80
|
+
<a href="https://github.com/xberg-io/tree-sitter-language-pack/blob/main/LICENSE">
|
|
74
81
|
<img src="https://img.shields.io/badge/License-MIT-007ec6" alt="License" />
|
|
75
82
|
</a>
|
|
76
|
-
<a href="https://docs.tree-sitter-language-pack.
|
|
83
|
+
<a href="https://docs.tree-sitter-language-pack.xberg.io">
|
|
77
84
|
<img src="https://img.shields.io/badge/Docs-tree--sitter--language--pack-007ec6" alt="Documentation" />
|
|
78
85
|
</a>
|
|
79
86
|
</div>
|
|
@@ -106,7 +113,7 @@ gem install tree_sitter_language_pack
|
|
|
106
113
|
|
|
107
114
|
## Quick Start
|
|
108
115
|
|
|
109
|
-
See the [language guide](https://docs.tree-sitter-language-pack.
|
|
116
|
+
See the [language guide](https://docs.tree-sitter-language-pack.xberg.io) for `ruby`-specific usage.
|
|
110
117
|
|
|
111
118
|
## Features
|
|
112
119
|
|
|
@@ -114,29 +121,29 @@ See the [language guide](https://docs.tree-sitter-language-pack.kreuzberg.dev) f
|
|
|
114
121
|
- **On-demand download + cache** — parsers fetched at first use; subsequent runs hit the local cache.
|
|
115
122
|
- **Code intelligence** — extract functions, classes, imports, exports, symbols, docstrings, and diagnostics with one API.
|
|
116
123
|
- **Syntax-aware chunking** — semantic chunks for RAG/LLM pipelines.
|
|
117
|
-
- **Polyglot bindings** — native APIs across 15 languages: Rust, Python, TypeScript/Node.js, Go, Java, C#, Ruby, PHP, Elixir, WebAssembly, Dart, Kotlin, Swift, Zig, and C/C++ via [alef](https://github.com/
|
|
124
|
+
- **Polyglot bindings** — native APIs across 15 languages: Rust, Python, TypeScript/Node.js, Go, Java, C#, Ruby, PHP, Elixir, WebAssembly, Dart, Kotlin, Swift, Zig, and C/C++ via [alef](https://github.com/xberg-io/alef).
|
|
118
125
|
|
|
119
126
|
## Documentation
|
|
120
127
|
|
|
121
|
-
- **[Documentation](https://docs.tree-sitter-language-pack.
|
|
122
|
-
- **[GitHub Repository](https://github.com/
|
|
128
|
+
- **[Documentation](https://docs.tree-sitter-language-pack.xberg.io)** -- Full docs and API reference
|
|
129
|
+
- **[GitHub Repository](https://github.com/xberg-io/tree-sitter-language-pack)** -- Source, issues, and discussions
|
|
123
130
|
|
|
124
|
-
## Part of
|
|
131
|
+
## Part of Xberg
|
|
125
132
|
|
|
126
|
-
- [
|
|
127
|
-
- [
|
|
128
|
-
- [
|
|
129
|
-
- [html-to-markdown](https://github.com/
|
|
130
|
-
- [liter-llm](https://github.com/
|
|
131
|
-
- [alef](https://github.com/
|
|
133
|
+
- [Xberg](https://github.com/xberg-io/xberg) — document intelligence: text, tables, metadata from 91+ formats with optional OCR.
|
|
134
|
+
- [Xberg Enterprise](https://github.com/xberg-io/xberg-enterprise) — managed extraction API with SDKs, dashboards, and observability.
|
|
135
|
+
- [crawlberg](https://github.com/xberg-io/crawlberg) — web crawling and scraping with HTML→Markdown and headless-Chrome fallback.
|
|
136
|
+
- [html-to-markdown](https://github.com/xberg-io/html-to-markdown) — fast, lossless HTML→Markdown engine.
|
|
137
|
+
- [liter-llm](https://github.com/xberg-io/liter-llm) — universal LLM API client with native bindings for 14 languages and 143 providers.
|
|
138
|
+
- [alef](https://github.com/xberg-io/alef) — the polyglot binding generator that produces this README and all per-language bindings.
|
|
132
139
|
- [Discord](https://discord.gg/xt9WY3GnKR) — community, roadmap, announcements.
|
|
133
140
|
|
|
134
141
|
## Contributing
|
|
135
142
|
|
|
136
|
-
Contributions are welcome! See [CONTRIBUTING.md](https://github.com/
|
|
143
|
+
Contributions are welcome! See [CONTRIBUTING.md](https://github.com/xberg-io/tree-sitter-language-pack/blob/main/CONTRIBUTING.md) for guidelines.
|
|
137
144
|
|
|
138
145
|
Join our [Discord community](https://discord.gg/xt9WY3GnKR) for questions and discussion.
|
|
139
146
|
|
|
140
147
|
## License
|
|
141
148
|
|
|
142
|
-
MIT -- see [LICENSE](https://github.com/
|
|
149
|
+
MIT -- see [LICENSE](https://github.com/xberg-io/tree-sitter-language-pack/blob/main/LICENSE) for details.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:c12a0c91b350f00ea392220382bd9dbc251a243082ac1fcb1980863619a973b9
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:c12a0c91b350f00ea392220382bd9dbc251a243082ac1fcb1980863619a973b9
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
|
6
6
|
|
|
7
7
|
module TreeSitterLanguagePack
|
|
8
8
|
## The version string for this package.
|
|
9
|
-
VERSION = "1.
|
|
9
|
+
VERSION = "1.11.0"
|
|
10
10
|
end
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:c12a0c91b350f00ea392220382bd9dbc251a243082ac1fcb1980863619a973b9
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
data/lib/ts_pack_core_rb.bundle
CHANGED
|
Binary file
|
data/sig/types.rbs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:c12a0c91b350f00ea392220382bd9dbc251a243082ac1fcb1980863619a973b9
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tree_sitter_language_pack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.11.0
|
|
5
5
|
platform: arm64-darwin
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Na'aman Hirschfeld
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
@@ -36,7 +36,7 @@ files:
|
|
|
36
36
|
- lib/tree_sitter_language_pack/version.rb
|
|
37
37
|
- lib/ts_pack_core_rb.bundle
|
|
38
38
|
- sig/types.rbs
|
|
39
|
-
homepage: https://github.com/
|
|
39
|
+
homepage: https://github.com/xberg-io/tree-sitter-language-pack
|
|
40
40
|
licenses:
|
|
41
41
|
- MIT
|
|
42
42
|
metadata:
|