mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
This PR removes the batteries dependency from ProofWidgets4 in `release_repos.yml`. ProofWidgets4 no longer has any `require` statements in its lakefile, so it doesn't depend on batteries. 🤖 Prepared with Claude Code Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
156 lines
3.5 KiB
YAML
156 lines
3.5 KiB
YAML
repositories:
|
|
- name: lean4-cli
|
|
url: https://github.com/leanprover/lean4-cli
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies: []
|
|
|
|
- name: batteries
|
|
url: https://github.com/leanprover-community/batteries
|
|
toolchain-tag: true
|
|
stable-branch: true
|
|
branch: main
|
|
bump-branch: true
|
|
dependencies: []
|
|
|
|
- name: lean4checker
|
|
url: https://github.com/leanprover/lean4checker
|
|
toolchain-tag: true
|
|
stable-branch: true
|
|
branch: master
|
|
dependencies: []
|
|
|
|
- name: quote4
|
|
url: https://github.com/leanprover-community/quote4
|
|
toolchain-tag: true
|
|
stable-branch: true
|
|
branch: master
|
|
dependencies: []
|
|
|
|
- name: plausible
|
|
url: https://github.com/leanprover-community/plausible
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies: []
|
|
|
|
- name: verso
|
|
url: https://github.com/leanprover/verso
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies:
|
|
- plausible
|
|
|
|
- name: import-graph
|
|
url: https://github.com/leanprover-community/import-graph
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies:
|
|
- lean4-cli
|
|
|
|
- name: lean4-unicode-basic
|
|
url: https://github.com/fgdorais/lean4-unicode-basic
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies: []
|
|
|
|
- name: BibtexQuery
|
|
url: https://github.com/dupuisf/BibtexQuery
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: master
|
|
dependencies: [lean4-unicode-basic]
|
|
|
|
- name: reference-manual
|
|
url: https://github.com/leanprover/reference-manual
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies: [verso]
|
|
|
|
- name: ProofWidgets4
|
|
url: https://github.com/leanprover-community/ProofWidgets4
|
|
toolchain-tag: false
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies: []
|
|
|
|
- name: aesop
|
|
url: https://github.com/leanprover-community/aesop
|
|
toolchain-tag: true
|
|
stable-branch: true
|
|
branch: master
|
|
dependencies:
|
|
- batteries
|
|
|
|
- name: mathlib4
|
|
url: https://github.com/leanprover-community/mathlib4
|
|
toolchain-tag: true
|
|
stable-branch: true
|
|
branch: master
|
|
bump-branch: true
|
|
dependencies:
|
|
- aesop
|
|
- ProofWidgets4
|
|
- lean4checker
|
|
- batteries
|
|
- lean4-cli
|
|
- import-graph
|
|
- plausible
|
|
|
|
- name: doc-gen4
|
|
url: https://github.com/leanprover/doc-gen4
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies: [lean4-cli, BibtexQuery, mathlib4]
|
|
|
|
- name: cslib
|
|
url: https://github.com/leanprover/cslib
|
|
toolchain-tag: true
|
|
stable-branch: true
|
|
branch: main
|
|
bump-branch: true
|
|
dependencies:
|
|
- mathlib4
|
|
|
|
- name: repl
|
|
url: https://github.com/leanprover-community/repl
|
|
toolchain-tag: true
|
|
stable-branch: true
|
|
branch: master
|
|
dependencies:
|
|
- mathlib4
|
|
|
|
- name: verso-web-components
|
|
url: https://github.com/leanprover/verso-web-components
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies:
|
|
- verso
|
|
|
|
- name: lean-fro.org
|
|
url: https://github.com/leanprover/lean-fro.org
|
|
toolchain-tag: false
|
|
stable-branch: false
|
|
branch: master
|
|
dependencies:
|
|
- verso-web-components
|
|
|
|
- name: comparator
|
|
url: https://github.com/leanprover/comparator
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: master
|
|
|
|
- name: lean4export
|
|
url: https://github.com/leanprover/lean4export
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: master
|