Skip to content

Commit f93fb7d

Browse files
committed
update and add cslib
1 parent b7c22e8 commit f93fb7d

3 files changed

Lines changed: 111 additions & 5 deletions

File tree

lake-manifest.json

Lines changed: 105 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,106 @@
1-
{"version": "1.1.0",
1+
{"version": "1.2.0",
22
"packagesDir": ".lake/packages",
3-
"packages": [],
4-
"name": "«inhabit»",
5-
"lakeDir": ".lake"}
3+
"packages":
4+
[{"url": "https://github.com/leanprover/cslib",
5+
"type": "git",
6+
"subDir": null,
7+
"scope": "leanprover",
8+
"rev": "dc23a39f58d6a8b84ef2e45975fd9c396af41082",
9+
"name": "cslib",
10+
"manifestFile": "lake-manifest.json",
11+
"inputRev": "main",
12+
"inherited": false,
13+
"configFile": "lakefile.toml"},
14+
{"url": "https://github.com/leanprover-community/mathlib4",
15+
"type": "git",
16+
"subDir": null,
17+
"scope": "leanprover-community",
18+
"rev": "360da6fa66c1273b76b6b2d8c5666fd5ac2e3b56",
19+
"name": "mathlib",
20+
"manifestFile": "lake-manifest.json",
21+
"inputRev": "360da6fa66c1273b76b6b2d8c5666fd5ac2e3b56",
22+
"inherited": true,
23+
"configFile": "lakefile.lean"},
24+
{"url": "https://github.com/leanprover-community/plausible",
25+
"type": "git",
26+
"subDir": null,
27+
"scope": "leanprover-community",
28+
"rev": "f3f26cc72646205ca167117487c008ee1dafe816",
29+
"name": "plausible",
30+
"manifestFile": "lake-manifest.json",
31+
"inputRev": "main",
32+
"inherited": true,
33+
"configFile": "lakefile.toml"},
34+
{"url": "https://github.com/leanprover-community/LeanSearchClient",
35+
"type": "git",
36+
"subDir": null,
37+
"scope": "leanprover-community",
38+
"rev": "c5d5b8fe6e5158def25cd28eb94e4141ad97c843",
39+
"name": "LeanSearchClient",
40+
"manifestFile": "lake-manifest.json",
41+
"inputRev": "main",
42+
"inherited": true,
43+
"configFile": "lakefile.toml"},
44+
{"url": "https://github.com/leanprover-community/import-graph",
45+
"type": "git",
46+
"subDir": null,
47+
"scope": "leanprover-community",
48+
"rev": "41f407a8e85b0fdc00910633a8f14754139b63f4",
49+
"name": "importGraph",
50+
"manifestFile": "lake-manifest.json",
51+
"inputRev": "main",
52+
"inherited": true,
53+
"configFile": "lakefile.toml"},
54+
{"url": "https://github.com/leanprover-community/ProofWidgets4",
55+
"type": "git",
56+
"subDir": null,
57+
"scope": "leanprover-community",
58+
"rev": "e6518a674e62de322b8f79eebeda7bcae2a36bc3",
59+
"name": "proofwidgets",
60+
"manifestFile": "lake-manifest.json",
61+
"inputRev": "main",
62+
"inherited": true,
63+
"configFile": "lakefile.lean"},
64+
{"url": "https://github.com/leanprover-community/aesop",
65+
"type": "git",
66+
"subDir": null,
67+
"scope": "leanprover-community",
68+
"rev": "b5b9e2bb45ce91e4bc44eaa738c3a8910404ab82",
69+
"name": "aesop",
70+
"manifestFile": "lake-manifest.json",
71+
"inputRev": "master",
72+
"inherited": true,
73+
"configFile": "lakefile.toml"},
74+
{"url": "https://github.com/leanprover-community/quote4",
75+
"type": "git",
76+
"subDir": null,
77+
"scope": "leanprover-community",
78+
"rev": "7a62bd13860cd39ac98da16ffc8c24d601353f69",
79+
"name": "Qq",
80+
"manifestFile": "lake-manifest.json",
81+
"inputRev": "master",
82+
"inherited": true,
83+
"configFile": "lakefile.toml"},
84+
{"url": "https://github.com/leanprover-community/batteries",
85+
"type": "git",
86+
"subDir": null,
87+
"scope": "leanprover-community",
88+
"rev": "954dbc9873f3b4534dc9896604593406d0383520",
89+
"name": "batteries",
90+
"manifestFile": "lake-manifest.json",
91+
"inputRev": "main",
92+
"inherited": true,
93+
"configFile": "lakefile.toml"},
94+
{"url": "https://github.com/leanprover/lean4-cli",
95+
"type": "git",
96+
"subDir": null,
97+
"scope": "leanprover",
98+
"rev": "406ebb8c8e2f7e852a1b47764b42494022ce652c",
99+
"name": "Cli",
100+
"manifestFile": "lake-manifest.json",
101+
"inputRev": "v4.32.0-rc1",
102+
"inherited": true,
103+
"configFile": "lakefile.toml"}],
104+
"name": "inhabit",
105+
"lakeDir": ".lake",
106+
"fixedToolchain": false}

lakefile.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ name = "Inhabit"
88
[[lean_exe]]
99
name = "inhabit"
1010
root = "Main"
11+
12+
[[require]]
13+
name = "cslib"
14+
scope = "leanprover"
15+
rev = "main"

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.29.1
1+
leanprover/lean4:v4.32.0-rc1

0 commit comments

Comments
 (0)