-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a313f3c
commit f5bd3e6
Showing
2 changed files
with
32 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,7 @@ | ||
## Introduction | ||
|
||
`kcl_type` is a module for KCL type definitions | ||
|
||
## Resource | ||
|
||
The code source and documents are [here](https://github.com/kcl-lang/artifacthub/tree/main/kcl_type) |
25 changes: 25 additions & 0 deletions
25
.integration/artifacthub/kcl_type/0.0.1/artifacthub-pkg.yaml
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,25 @@ | ||
version: 0.0.1 | ||
name: kcl_type | ||
displayName: kcl_type | ||
createdAt: "2023-11-09T01:51:35Z" | ||
description: '`kcl_type` is a module for KCL type definitions' | ||
links: | ||
- name: KCL homepage | ||
url: https://kcl-lang.io/ | ||
- name: KCL repo | ||
url: https://github.com/kcl-lang/kcl | ||
install: | | ||
#### Add `kcl_type` with tag `0.0.1` as dependency | ||
``` | ||
kpm add kcl_type:0.0.1 | ||
``` | ||
#### Pull `kcl_type` with tag `0.0.1` to local | ||
``` | ||
kpm pull kcl_type:0.0.1 | ||
``` | ||
maintainers: | ||
- name: kcl-lang.io | ||
email: [email protected] | ||
provider: | ||
name: kcl-lang.io |