mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 10:24:07 +00:00
106 lines
2.3 KiB
YAML
106 lines
2.3 KiB
YAML
repositories:
|
|
- 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: doc-gen4
|
|
url: https://github.com/leanprover/doc-gen4
|
|
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: []
|
|
|
|
- name: reference-manual
|
|
url: https://github.com/leanprover/reference-manual
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies: [verso]
|
|
|
|
- name: lean4-cli
|
|
url: https://github.com/leanprover/lean4-cli
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies: []
|
|
|
|
- name: ProofWidgets4
|
|
url: https://github.com/leanprover-community/ProofWidgets4
|
|
toolchain-tag: false
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies:
|
|
- Batteries
|
|
|
|
- name: aesop
|
|
url: https://github.com/leanprover-community/aesop
|
|
toolchain-tag: true
|
|
stable-branch: true
|
|
branch: master
|
|
dependencies:
|
|
- Batteries
|
|
|
|
- name: import-graph
|
|
url: https://github.com/leanprover-community/import-graph
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies:
|
|
- Cli
|
|
- Batteries
|
|
|
|
- name: plausible
|
|
url: https://github.com/leanprover-community/plausible
|
|
toolchain-tag: true
|
|
stable-branch: false
|
|
branch: main
|
|
dependencies: []
|
|
|
|
- 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
|
|
- doc-gen4
|
|
- import-graph
|
|
- plausible
|
|
|
|
- name: repl
|
|
url: https://github.com/leanprover-community/repl
|
|
toolchain-tag: true
|
|
stable-branch: true
|
|
branch: master
|
|
dependencies:
|
|
- Mathlib
|