Skip to content

Commit

Permalink
fix: rename ANPU to NKL
Browse files Browse the repository at this point in the history
  • Loading branch information
govereau committed Oct 25, 2024
1 parent 27ebadb commit 09d1afc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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

0 comments on commit 09d1afc

Please sign in to comment.