FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
scala-cli/.github/scripts/choco/scala-cli.nuspec at main · VirtusLab/scala-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
VirtusLab
/
scala-cli
Public
Notifications
You must be signed in to change notification settings
Fork
166
Star
643
Code
Issues
304
Pull requests
10
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
scala-cli
/
.github
/
scripts
/
choco
/
scala-cli.nuspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (25 loc) · 1.37 KB
Breadcrumbs
scala-cli
/
.github
/
scripts
/
choco
/
scala-cli.nuspec
Copy path
File metadata and controls
25 lines (25 loc) · 1.37 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
package
xmlns
=
"
http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd
"
>
<
metadata
>
<
id
>scala-cli</
id
>
<
version
>@LAUNCHER_VERSION@</
version
>
<
title
>Scala CLI</
title
>
<
authors
>virtuslab-chocolatey</
authors
>
<
owners
>virtuslab-chocolatey</
owners
>
<
tags
>scala-cli</
tags
>
<
summary
>Scala CLI</
summary
>
<
description
>Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)</
description
>
<
packageSourceUrl
>https://github.com/VirtusLab/scala-cli/tree/main/.github/scripts/choco</
packageSourceUrl
>
<
projectSourceUrl
>https://github.com/VirtusLab/scala-cli</
projectSourceUrl
>
<
projectUrl
>https://scala-cli.virtuslab.org/</
projectUrl
>
<
bugTrackerUrl
>https://github.com/VirtusLab/scala-cli/issues</
bugTrackerUrl
>
<
copyright
>© 2021-2022 VirtusLab Sp. z. o. o.</
copyright
>
<
iconUrl
>https://cdn.jsdelivr.net/gh/VirtusLab/scala-cli@e4c0eb72276ae77e689c61a83230ec16324791e8/.github/scripts/choco/logo.ico</
iconUrl
>
<
licenseUrl
>https://github.com/VirtusLab/scala-cli/blob/main/LICENSE</
licenseUrl
>
<
requireLicenseAcceptance
>true</
requireLicenseAcceptance
>
<
releaseNotes
>https://github.com/VirtusLab/scala-cli/releases</
releaseNotes
>
</
metadata
>
<
files
>
<
file
src
=
"
tools\**
"
target
=
"
tools
"
/>
</
files
>
</
package
>
Back
|
FazBrowse Home
|
New Git URL