Skip to content

Commit 5ecd9b0

Browse files
authored
New version: Lean.Lean version 4.23.0 (microsoft#292965)
1 parent 384c474 commit 5ecd9b0

File tree

4 files changed

+101
-0
lines changed

4 files changed

+101
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Lean.Lean
5+
PackageVersion: 4.23.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: lean-4.23.0-windows\bin\lake.exe
10+
- RelativeFilePath: lean-4.23.0-windows\bin\lean.exe
11+
- RelativeFilePath: lean-4.23.0-windows\bin\leanc.exe
12+
Commands:
13+
- lean
14+
- leanc
15+
ReleaseDate: 2025-09-14
16+
ArchiveBinariesDependOnPath: true
17+
Installers:
18+
- Architecture: x64
19+
InstallerUrl: https://github.com/leanprover/lean4/releases/download/v4.23.0/lean-4.23.0-windows.zip
20+
InstallerSha256: 062653F40C6936CD97AF036BD4812FF15C4DC4875FD7C53DA72A5B8522C22A1A
21+
ManifestType: installer
22+
ManifestVersion: 1.10.0
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Lean.Lean
5+
PackageVersion: 4.23.0
6+
PackageLocale: en-US
7+
Publisher: Lean FRO
8+
PublisherUrl: https://lean-fro.org/
9+
PublisherSupportUrl: https://github.com/leanprover/lean4/issues
10+
PrivacyUrl: https://lean-lang.org/about/privacy-policy
11+
Author: Lean FRO
12+
PackageName: Lean
13+
PackageUrl: https://lean-lang.org/
14+
License: Apache-2.0
15+
LicenseUrl: https://github.com/leanprover/lean4/blob/HEAD/LICENSE
16+
ShortDescription: Programming Language and Theorem Prover
17+
Description: |-
18+
Lean is a functional programming language that makes it easy to write correct and maintainable code. You can also use Lean as an interactive theorem prover. Lean programming primarily involves defining types and functions. This allows your focus to remain on the problem domain and manipulating its data, rather than the details of programming. Lean has numerous features, including:
19+
- Type inference
20+
- First-class functions
21+
- Powerful data types
22+
- Pattern matching
23+
- Type classes
24+
- Extensible syntax
25+
- Hygienic macros
26+
- Dependent types
27+
- Metaprogramming framework
28+
- Multithreading
29+
- Verification: you can prove properties of your functions using Lean itself
30+
Tags:
31+
- language
32+
- programming
33+
- programming-language
34+
- theorem-prover
35+
ReleaseNotesUrl: https://github.com/leanprover/lean4/releases/tag/v4.23.0
36+
Documentations:
37+
- DocumentLabel: Documentation
38+
DocumentUrl: https://lean-lang.org/documentation/
39+
ManifestType: defaultLocale
40+
ManifestVersion: 1.10.0
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: Lean.Lean
5+
PackageVersion: 4.23.0
6+
PackageLocale: zh-CN
7+
ShortDescription: 编程语言和定理证明器
8+
Description: |-
9+
Lean 是一门函数式编程语言,它能帮助开发者轻松编写正确且可维护的代码。您也可以将 Lean 作为交互式定理证明器使用。Lean 编程的核心在于定义类型与函数,这种方式能让您专注于问题领域及其数据操作,而非编程细节。Lean 拥有丰富的特性,包括:
10+
- 类型推断
11+
- 头等函数
12+
- 强大的数据类型
13+
- 模式匹配
14+
- Type 类
15+
- 可扩展语法
16+
- 卫生宏
17+
- 依值类型
18+
- 元编程框架
19+
- 多线程支持
20+
- 验证功能:您可以直接使用 Lean 证明函数的属性
21+
Tags:
22+
- 定理证明
23+
- 编程
24+
- 编程语言
25+
- 语言
26+
ReleaseNotesUrl: https://github.com/leanprover/lean4/releases/tag/v4.23.0
27+
Documentations:
28+
- DocumentLabel: 文档
29+
DocumentUrl: https://lean-lang.org/documentation/
30+
ManifestType: locale
31+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Lean.Lean
5+
PackageVersion: 4.23.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)