-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Package: GnuWin32.Flex #212692
base: master
Are you sure you want to change the base?
New Package: GnuWin32.Flex #212692
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: GnuWin32.Flex | ||
PackageVersion: 2.5.4a-1 | ||
ReleaseDate: 2004-04-07 | ||
InstallerType: inno | ||
Installers: | ||
- InstallerUrl: https://kumisystems.dl.sourceforge.net/project/gnuwin32/flex/2.5.4a-1/flex-2.5.4a-1.exe | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please use the generic sourceforge download link and not a specific CDN |
||
Architecture: x86 | ||
InstallerSha256: E8DD37C5E132B52248B58DA14F7608C45D1DD239B020EFA80B03788501D633E5 | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,25 @@ | ||||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||||||
|
||||||
PackageIdentifier: GnuWin32.Flex | ||||||
PackageVersion: 2.5.4a-1 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Please update file path to match this change. |
||||||
PackageLocale: en-US | ||||||
Publisher: GnuWin32 | ||||||
PublisherUrl: https://gnuwin32.sourceforge.net/ | ||||||
PublisherSupportUrl: https://gnuwin32.sourceforge.net/lists.html | ||||||
PackageName: 'GnuWin32: Flex' | ||||||
PackageUrl: https://gnuwin32.sourceforge.net/packages/flex.htm | ||||||
License: GnuWin License | ||||||
LicenseUrl: http://gnuwin32.sourceforge.net/license.html | ||||||
Copyright: Free Software Foundation | ||||||
ShortDescription: fast lexical analyzer generator | ||||||
Description: |- | ||||||
Flex is a fast lexical analyzer generator. It is a tool for generating programs that perform pattern-matching on text. | ||||||
There are many applications for Flex, including writing compilers in conjunction with GNU Bison. | ||||||
Flex is a free implementation of the well known Lex program. | ||||||
It features a Lex compatibility mode, and also provides several new features such as exclusive start conditions. | ||||||
Tags: | ||||||
- gnuwin32 | ||||||
- parser | ||||||
- flex | ||||||
ManifestType: defaultLocale | ||||||
ManifestVersion: 1.9.0 |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,7 @@ | ||||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||||||
|
||||||
PackageIdentifier: GnuWin32.Flex | ||||||
PackageVersion: 2.5.4a-1 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Please update file path to match this change. |
||||||
DefaultLocale: en-US | ||||||
ManifestType: version | ||||||
ManifestVersion: 1.9.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update file path to match this change.