Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename ANPU to NKL #1

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
This is currently a meta-package for the various TenCert components.

* [SHerLOC](https://github.com/leanprover/SHerLOC)
* [ANPU](https://github.com/leanprover/ANPU)
* [NKL](https://github.com/leanprover/NKL)
* [TensorLib](https://github.com/leanprover/TensorLib)
2 changes: 1 addition & 1 deletion TenCert.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
-- Import modules here that should be built as part of the library.
import TenCert.Basic
import SHerLOC.Basic
import ANPU.Basic
import NKL
import TensorLib.Basic
10 changes: 5 additions & 5 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "3e2777320ce9326f0f212acac583ffa864dafe89",
"rev": "cf77ce5f5b389a593f6ca0689e5d445010afc056",
"name": "SHerLOC",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover/ANPU.git",
{"url": "https://github.com/leanprover/NKL.git",
"type": "git",
"subDir": null,
"scope": "",
"rev": "e989420b95f2c7c091bdb99459d87fdfdcd90898",
"name": "ANPU",
"rev": "cfe38f61d0606f1b408e654103fdbcb3db5cf064",
"name": "NKL",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inherited": false,
Expand All @@ -25,7 +25,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "8103ee2345c79143153213030ee2ebae7b809fe8",
"rev": "d1d385414f665926e3a5f5c7eea3b724ff9d5c91",
"name": "TensorLib",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down
4 changes: 2 additions & 2 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ package "TenCert" where
require SHerLOC from git
"https://github.com/leanprover/SHerLOC.git" @ "main"

require ANPU from git
"https://github.com/leanprover/ANPU.git" @ "main"
require NKL from git
"https://github.com/leanprover/NKL.git" @ "main"

require TensorLib from git
"https://github.com/leanprover/TensorLib.git" @ "main"
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.10.0
leanprover/lean4:v4.13.0-rc4