summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaito Bezarius2024-04-12 20:05:29 +0200
committerRaito Bezarius2024-04-12 20:05:29 +0200
commit550bb293463989a431c8de8c6df392f5746ecb00 (patch)
tree95f62a6719fba371f6078b17b26da00bc42a4102
parent4af0e431f4201e20308a8f7472bf7262e2f7b1a2 (diff)
feat: init lake lock
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
-rw-r--r--lake-manifest.json77
1 files changed, 77 insertions, 0 deletions
diff --git a/lake-manifest.json b/lake-manifest.json
new file mode 100644
index 0000000..3e20e73
--- /dev/null
+++ b/lake-manifest.json
@@ -0,0 +1,77 @@
+{"version": 7,
+ "packagesDir": ".lake/packages",
+ "packages":
+ [{"url": "https://github.com/leanprover/std4",
+ "type": "git",
+ "subDir": null,
+ "rev": "32983874c1b897d78f20d620fe92fc8fd3f06c3a",
+ "name": "std",
+ "manifestFile": "lake-manifest.json",
+ "inputRev": "main",
+ "inherited": true,
+ "configFile": "lakefile.lean"},
+ {"url": "https://github.com/leanprover-community/quote4",
+ "type": "git",
+ "subDir": null,
+ "rev": "64365c656d5e1bffa127d2a1795f471529ee0178",
+ "name": "Qq",
+ "manifestFile": "lake-manifest.json",
+ "inputRev": "master",
+ "inherited": true,
+ "configFile": "lakefile.lean"},
+ {"url": "https://github.com/leanprover-community/aesop",
+ "type": "git",
+ "subDir": null,
+ "rev": "5fefb40a7c9038a7150e7edd92e43b1b94c49e79",
+ "name": "aesop",
+ "manifestFile": "lake-manifest.json",
+ "inputRev": "master",
+ "inherited": true,
+ "configFile": "lakefile.lean"},
+ {"url": "https://github.com/leanprover-community/ProofWidgets4",
+ "type": "git",
+ "subDir": null,
+ "rev": "fb65c476595a453a9b8ffc4a1cea2db3a89b9cd8",
+ "name": "proofwidgets",
+ "manifestFile": "lake-manifest.json",
+ "inputRev": "v0.0.30",
+ "inherited": true,
+ "configFile": "lakefile.lean"},
+ {"url": "https://github.com/leanprover/lean4-cli",
+ "type": "git",
+ "subDir": null,
+ "rev": "be8fa79a28b8b6897dce0713ef50e89c4a0f6ef5",
+ "name": "Cli",
+ "manifestFile": "lake-manifest.json",
+ "inputRev": "main",
+ "inherited": true,
+ "configFile": "lakefile.lean"},
+ {"url": "https://github.com/leanprover-community/import-graph.git",
+ "type": "git",
+ "subDir": null,
+ "rev": "61a79185b6582573d23bf7e17f2137cd49e7e662",
+ "name": "importGraph",
+ "manifestFile": "lake-manifest.json",
+ "inputRev": "main",
+ "inherited": true,
+ "configFile": "lakefile.lean"},
+ {"url": "https://github.com/leanprover-community/mathlib4.git",
+ "type": "git",
+ "subDir": null,
+ "rev": "3e99b48baf21ffdd202d5c2e39990fc23f4c6d32",
+ "name": "mathlib",
+ "manifestFile": "lake-manifest.json",
+ "inputRev": null,
+ "inherited": true,
+ "configFile": "lakefile.lean"},
+ {"url": "https://github.com/AeneasVerif/aeneas",
+ "type": "git",
+ "subDir": "backends/lean",
+ "rev": "03a175b423c9ccff2160300c4d349978f9b1aeb9",
+ "name": "base",
+ "manifestFile": "lake-manifest.json",
+ "inputRev": "main",
+ "inherited": false,
+ "configFile": "lakefile.lean"}],
+ "name": "AvlVerification",
+ "lakeDir": ".lake"}