mirror of
https://github.com/apple/pkl.git
synced 2026-04-17 14:09:48 +02:00
Initial commit
This commit is contained in:
22
pkl-doc/src/test/files/DocGeneratorTest/input/com.externalpackage/doc-package-info.pkl
vendored
Normal file
22
pkl-doc/src/test/files/DocGeneratorTest/input/com.externalpackage/doc-package-info.pkl
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
amends "pkl:DocPackageInfo"
|
||||
|
||||
name = "com.externalpackage"
|
||||
version = "1.2.3"
|
||||
importUri = "https://pkl.io/"
|
||||
authors {
|
||||
"publisher-externalpackage@group.apple.com"
|
||||
}
|
||||
sourceCode = "https://example.com/externalpackage/"
|
||||
sourceCodeUrlScheme = "https://example.com/blob/\(version)%{path}#L%{line}-L%{endLine}"
|
||||
issueTracker = "https://example.com/externalpackage/issues"
|
||||
|
||||
dependencies {
|
||||
new {
|
||||
name = "pkl"
|
||||
// use fixed version to avoid churn in expected test outputs
|
||||
version = "0.24.0"
|
||||
sourceCode = "https://github.com/apple/\(name)/blob/dev/stdlib/"
|
||||
sourceCodeUrlScheme = "https://github.com/apple/\(name)/blob/\(version)/stdlib%{path}#L%{line}-L%{endLine}"
|
||||
documentation = "https://pkl-lang.org/stdlib/\(name)/\(version)/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user