-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(kcl-lang/kcl): scaffold kcl-lang/kcl (#30712)
* feat(kcl-lang/kcl): scaffold kcl-lang/kcl * fix * fix(kcl-lang/kcl): restore generated config * fix(kcl-lang/kcl): fix version_overrides * fix(kcl-lang/kcl): fix files * fix(kcl-lang/kcl): refactor version_overrides and fix test data * fix(kcl-lang/kcl): fix files for aqua g * fix(kcl-lang/kcl): simplify --------- Co-authored-by: Shunsuke Suzuki <[email protected]>
- Loading branch information
1 parent
e5ed510
commit addb309
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
packages: | ||
- name: kcl-lang/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json | ||
packages: | ||
- type: github_release | ||
repo_owner: kcl-lang | ||
repo_name: kcl | ||
description: KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io | ||
files: | ||
- name: kcl-language-server | ||
- name: kclvm_cli | ||
version_constraint: "false" | ||
version_overrides: | ||
- version_constraint: "true" | ||
asset: kclvm-{{.Version}}-{{.OS}}-{{.Arch}}.{{.Format}} | ||
format: tar.gz | ||
files: | ||
- name: kcl-language-server | ||
src: kclvm/bin/kcl-language-server | ||
- name: kclvm_cli | ||
src: kclvm/bin/kclvm_cli | ||
supported_envs: | ||
- darwin | ||
- linux |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.