Skip to content

Commit

Permalink
Added egg as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas4991 committed Sep 26, 2024
1 parent d4b57e4 commit f12a459
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,16 @@
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/marcusrossel/lean-egg",
"type": "git",
"subDir": null,
"scope": "",
"rev": "99504504ae93c2e4a58a40c3ec54b8b63a94a6d8",
"name": "egg",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "equational_theories",
"lakeDir": ".lake"}
5 changes: 5 additions & 0 deletions lakefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ git = "https://github.com/leanprover/doc-gen4"
rev = "main"
[[lean_lib]]
name = "equational_theories"

[[require]]
name = "egg"
git = "https://github.com/marcusrossel/lean-egg"
rev = "main"

0 comments on commit f12a459

Please sign in to comment.