Skip to content

Commit 55dc9bc

Browse files
committed
fix doc-gen
1 parent 660caa1 commit 55dc9bc

File tree

1 file changed

+51
-11
lines changed

1 file changed

+51
-11
lines changed

lake-manifest.json

Lines changed: 51 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
{"version": "1.1.0",
22
"packagesDir": ".lake/packages",
33
"packages":
4-
[{"url": "https://github.com/PatrickMassot/checkdecls.git",
4+
[{"url": "https://github.com/leanprover/doc-gen4",
5+
"type": "git",
6+
"subDir": null,
7+
"scope": "",
8+
"rev": "efe744c75a6ab384619513b9762db1cfc40b0fe4",
9+
"name": "«doc-gen4»",
10+
"manifestFile": "lake-manifest.json",
11+
"inputRev": "v4.20.0",
12+
"inherited": false,
13+
"configFile": "lakefile.lean"},
14+
{"url": "https://github.com/PatrickMassot/checkdecls.git",
515
"type": "git",
616
"subDir": null,
717
"scope": "",
@@ -71,6 +81,46 @@
7181
"inputRev": "v4.20.0",
7282
"inherited": false,
7383
"configFile": "lakefile.toml"},
84+
{"url": "https://github.com/mhuisi/lean4-cli",
85+
"type": "git",
86+
"subDir": null,
87+
"scope": "",
88+
"rev": "4f22c09e7ded721e6ecd3cf59221c4647ca49664",
89+
"name": "Cli",
90+
"manifestFile": "lake-manifest.json",
91+
"inputRev": "main",
92+
"inherited": true,
93+
"configFile": "lakefile.toml"},
94+
{"url": "https://github.com/fgdorais/lean4-unicode-basic",
95+
"type": "git",
96+
"subDir": null,
97+
"scope": "",
98+
"rev": "45c426d1cb016fcb4fcbe043f1cd2d97acb2dbc3",
99+
"name": "UnicodeBasic",
100+
"manifestFile": "lake-manifest.json",
101+
"inputRev": "main",
102+
"inherited": true,
103+
"configFile": "lakefile.lean"},
104+
{"url": "https://github.com/dupuisf/BibtexQuery",
105+
"type": "git",
106+
"subDir": null,
107+
"scope": "",
108+
"rev": "dbfe2b7630c5f7c5c1cf71e7747ffc0a30337f69",
109+
"name": "BibtexQuery",
110+
"manifestFile": "lake-manifest.json",
111+
"inputRev": "master",
112+
"inherited": true,
113+
"configFile": "lakefile.toml"},
114+
{"url": "https://github.com/acmepjz/md4lean",
115+
"type": "git",
116+
"subDir": null,
117+
"scope": "",
118+
"rev": "8ba0ef10d178ab95a5d6fe3cfbd586c6ecef2717",
119+
"name": "MD4Lean",
120+
"manifestFile": "lake-manifest.json",
121+
"inputRev": "main",
122+
"inherited": true,
123+
"configFile": "lakefile.lean"},
74124
{"url": "https://github.com/leanprover-community/LeanSearchClient",
75125
"type": "git",
76126
"subDir": null,
@@ -90,16 +140,6 @@
90140
"manifestFile": "lake-manifest.json",
91141
"inputRev": "master",
92142
"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": "f9e25dcbed001489c53bceeb1f1d50bbaf7451d4",
99-
"name": "Cli",
100-
"manifestFile": "lake-manifest.json",
101-
"inputRev": "main",
102-
"inherited": true,
103143
"configFile": "lakefile.toml"}],
104144
"name": "analysis",
105145
"lakeDir": ".lake"}

0 commit comments

Comments
 (0)