wok view tree-sitter-dev/receipt @ rev 25601

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 16 18:06:38 2023 +0000 (11 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tree-sitter-dev"
4 VERSION="0.20.7"
5 CATEGORY="development"
6 SHORT_DESC="An incremental parsing system for programming tools - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://tree-sitter.github.io/tree-sitter/"
11 WANTED="tree-sitter"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 get_dev_files
17 }