forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: ChilliBits.Spice version 0.20.1
- Loading branch information
1 parent
1c56e5b
commit 8b07bad
Showing
3 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
manifests/c/ChilliBits/Spice/0.20.1/ChilliBits.Spice.installer.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,23 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: ChilliBits.Spice | ||
PackageVersion: 0.20.1 | ||
InstallerLocale: en-US | ||
Platform: | ||
- Windows.Desktop | ||
InstallerType: wix | ||
Scope: machine | ||
InstallModes: | ||
- silent | ||
UpgradeBehavior: install | ||
ProductCode: '{1F08BEE4-68A4-49ED-B8A9-4061BD9EA72A}' | ||
ReleaseDate: 2024-06-01 | ||
AppsAndFeaturesEntries: | ||
- UpgradeCode: '{68FE8A8A-70EF-4133-9437-DE17D684D5FF}' | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/spicelang/spice/releases/download/0.20.1/spice_x64_setup.msi | ||
InstallerSha256: B5FC3A0FD833970A078B44EA610C26DA494C1DBEB91ACE1EF9D41E52B21CB1E2 | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
56 changes: 56 additions & 0 deletions
56
manifests/c/ChilliBits/Spice/0.20.1/ChilliBits.Spice.locale.en-US.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,56 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: ChilliBits.Spice | ||
PackageVersion: 0.20.1 | ||
PackageLocale: en-US | ||
Publisher: ChilliBits | ||
PublisherUrl: https://chillibits.com | ||
PublisherSupportUrl: https://www.spicelang.com | ||
PrivacyUrl: https://www.chillibits.com/en/legal-notice | ||
Author: Marc Auberer | ||
PackageName: Spice | ||
PackageUrl: https://www.spicelang.com | ||
License: MIT | ||
LicenseUrl: https://raw.githubusercontent.com/spicelang/spice/main/LICENSE | ||
Copyright: Copyright (c) 2021-2023 ChilliBits | ||
ShortDescription: Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system. | ||
Description: |- | ||
The Spice Programming Language is a compiled language, which can score with it's blazing fast execution time and the universal applicability. | ||
Spice is inspired partially by Golang and C, but improves some things by abstraction which could impact ones productivity in a negative way. | ||
Tags: | ||
- antlr | ||
- chillibits | ||
- cli | ||
- compiler | ||
- docker | ||
- language | ||
- llvm | ||
- programming-language | ||
- spice | ||
ReleaseNotes: |- | ||
Changelog | ||
- : Implement more bootstrap parts (#560) (@marcauberer) | ||
- : Implement more bootstrap parts (#561) (@marcauberer) | ||
- : Allow interfaces with no signatures (#562) (@marcauberer) | ||
- : Fix bug with circular import detection (#563) (@marcauberer) | ||
- : Fix another bug in circular dependency detection (#564) (@marcauberer) | ||
- : Add support for public type aliases (#565) (@marcauberer) | ||
- : Do not mark anonymous symbols as fields (#566) (@marcauberer) | ||
- : Pull more compiler components to the bootstrap compiler (#567) (@marcauberer) | ||
- : Fix ctor calls on generic types (#568) (@marcauberer) | ||
- : Extend bootstrap compiler (#569) (@marcauberer) | ||
- : Add unit tests for CLI driver (#570) (@marcauberer) | ||
- : Add block allocator stats to the debug dump (#572) (@marcauberer) | ||
- : Only run coverage on main push event (#573) (@marcauberer) | ||
- : Fix profiler run option (#574) (@marcauberer) | ||
- : Remove thread pool dependency (#575) (@marcauberer) | ||
- : Finish binary tree std (#576) (@marcauberer) | ||
- : Fix bug in return path analysis (#577) (@marcauberer) | ||
- : Add cache for CompositeDITypes to fix problem with recursive DIType lookup (@marcauberer) | ||
What to do next? | ||
- Install Spice | ||
- Visit www.spicelang.com to test the new features | ||
ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.20.1 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
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,8 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: ChilliBits.Spice | ||
PackageVersion: 0.20.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |