File tree Expand file tree Collapse file tree 4 files changed +62
-0
lines changed
modules/tree-sitter-c-bazel Expand file tree Collapse file tree 4 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright 2024 github.com/zadlg
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http:#www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+
14
+ "zadlg/tree-sitter-c-bazel"
15
+
16
+ module (
17
+ name = "tree-sitter-c-bazel" ,
18
+ version = "0.20.7" ,
19
+ compatibility_level = 1 ,
20
+ repo_name = "tree-sitter-c-bazel" ,
21
+ )
22
+
23
+ bazel_dep (name = "bazel_skylib" , version = "1.5.0" )
24
+ bazel_dep (name = "tree-sitter-bazel" , version = "0.22.5" )
25
+
26
+ tree_sitter_c_source_code = use_extension (":extensions.bzl" , "tree_sitter_c_source_code" )
27
+ use_repo (tree_sitter_c_source_code , "tree-sitter-c-raw" )
Original file line number Diff line number Diff line change
1
+ matrix :
2
+ platform :
3
+ - centos7
4
+ - debian10
5
+ - macos
6
+ - macos_arm64
7
+ - ubuntu2004
8
+ bazel :
9
+ - 7.x
10
+ - 6.x
11
+
12
+ tasks :
13
+ verify_targets :
14
+ name : Verify build targets
15
+ platform : ${{ platform }}
16
+ bazel : ${{ bazel }}
17
+ build_targets :
18
+ - ' @tree-sitter-c-bazel//:tree-sitter-c'
Original file line number Diff line number Diff line change
1
+ {
2
+ "url" : " https://github.com/zadlg/tree-sitter-c-bazel/releases/download/v0.20.7/tree-sitter-c.tar.gz" ,
3
+ "integrity" : " sha384-WqzeDAxp67zDtVdxcZ7VtXcgL3zOEzb+tGO/HysK40RAYZk6aLeo0jjNNyXAhUA1" ,
4
+ "strip_prefix" : " tree-sitter-c-bazel-0.20.7"
5
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "homepage" : " https://github.com/zadlg/tree-sitter-c-bazel" ,
3
+ "maintainers" : [
4
+ {
5
+ "github" : " zadlg" ,
6
+ "name" : " zadig"
7
+ }
8
+ ],
9
+ "repository" : [" github:zadlg/tree-sitter-c-bazel" ],
10
+ "versions" : [" 0.20.7" ],
11
+ "yanked_versions" : {}
12
+ }
You can’t perform that action at this time.
0 commit comments