mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
- Remove Float from Core/SilverSightCore.lean (Receipt.pathCost is now Option Nat) - Prove TIC theorems tic_never_decreases and computation_generates_time - Add lakefile.lean, lean-toolchain, and .gitignore for .lake/ - Port Research-Stack Semantics.FixedPoint.lean to formal/CoreFormalism/FixedPoint.lean - Delete thin Q16_16_Spec.lean; update Python/QUBO comments and docs - Create AGENTS.md distilled from Research Stack core bindings - Update REBASE_RULES.md to strip legacy hacks and reference AGENTS.md Build: 2978 jobs, 0 errors (lake build)
96 lines
3.1 KiB
JSON
96 lines
3.1 KiB
JSON
{"version": "1.2.0",
|
|
"packagesDir": ".lake/packages",
|
|
"packages":
|
|
[{"url": "https://github.com/leanprover-community/mathlib4.git",
|
|
"type": "git",
|
|
"subDir": null,
|
|
"scope": "",
|
|
"rev": "e5836dbb05fccdfa24ab3396d46f1f49b1f816ed",
|
|
"name": "mathlib",
|
|
"manifestFile": "lake-manifest.json",
|
|
"inputRev": null,
|
|
"inherited": false,
|
|
"configFile": "lakefile.lean"},
|
|
{"url": "https://github.com/leanprover-community/plausible",
|
|
"type": "git",
|
|
"subDir": null,
|
|
"scope": "leanprover-community",
|
|
"rev": "f3f26cc72646205ca167117487c008ee1dafe816",
|
|
"name": "plausible",
|
|
"manifestFile": "lake-manifest.json",
|
|
"inputRev": "main",
|
|
"inherited": true,
|
|
"configFile": "lakefile.toml"},
|
|
{"url": "https://github.com/leanprover-community/LeanSearchClient",
|
|
"type": "git",
|
|
"subDir": null,
|
|
"scope": "leanprover-community",
|
|
"rev": "c5d5b8fe6e5158def25cd28eb94e4141ad97c843",
|
|
"name": "LeanSearchClient",
|
|
"manifestFile": "lake-manifest.json",
|
|
"inputRev": "main",
|
|
"inherited": true,
|
|
"configFile": "lakefile.toml"},
|
|
{"url": "https://github.com/leanprover-community/import-graph",
|
|
"type": "git",
|
|
"subDir": null,
|
|
"scope": "leanprover-community",
|
|
"rev": "41f407a8e85b0fdc00910633a8f14754139b63f4",
|
|
"name": "importGraph",
|
|
"manifestFile": "lake-manifest.json",
|
|
"inputRev": "main",
|
|
"inherited": true,
|
|
"configFile": "lakefile.toml"},
|
|
{"url": "https://github.com/leanprover-community/ProofWidgets4",
|
|
"type": "git",
|
|
"subDir": null,
|
|
"scope": "leanprover-community",
|
|
"rev": "e6518a674e62de322b8f79eebeda7bcae2a36bc3",
|
|
"name": "proofwidgets",
|
|
"manifestFile": "lake-manifest.json",
|
|
"inputRev": "main",
|
|
"inherited": true,
|
|
"configFile": "lakefile.lean"},
|
|
{"url": "https://github.com/leanprover-community/aesop",
|
|
"type": "git",
|
|
"subDir": null,
|
|
"scope": "leanprover-community",
|
|
"rev": "b5b9e2bb45ce91e4bc44eaa738c3a8910404ab82",
|
|
"name": "aesop",
|
|
"manifestFile": "lake-manifest.json",
|
|
"inputRev": "master",
|
|
"inherited": true,
|
|
"configFile": "lakefile.toml"},
|
|
{"url": "https://github.com/leanprover-community/quote4",
|
|
"type": "git",
|
|
"subDir": null,
|
|
"scope": "leanprover-community",
|
|
"rev": "7a62bd13860cd39ac98da16ffc8c24d601353f69",
|
|
"name": "Qq",
|
|
"manifestFile": "lake-manifest.json",
|
|
"inputRev": "master",
|
|
"inherited": true,
|
|
"configFile": "lakefile.toml"},
|
|
{"url": "https://github.com/leanprover-community/batteries",
|
|
"type": "git",
|
|
"subDir": null,
|
|
"scope": "leanprover-community",
|
|
"rev": "125807f43a86b5d58892b7ea6972eec0d6c164d2",
|
|
"name": "batteries",
|
|
"manifestFile": "lake-manifest.json",
|
|
"inputRev": "main",
|
|
"inherited": true,
|
|
"configFile": "lakefile.toml"},
|
|
{"url": "https://github.com/leanprover/lean4-cli",
|
|
"type": "git",
|
|
"subDir": null,
|
|
"scope": "leanprover",
|
|
"rev": "406ebb8c8e2f7e852a1b47764b42494022ce652c",
|
|
"name": "Cli",
|
|
"manifestFile": "lake-manifest.json",
|
|
"inputRev": "v4.32.0-rc1",
|
|
"inherited": true,
|
|
"configFile": "lakefile.toml"}],
|
|
"name": "SilverSight",
|
|
"lakeDir": ".lake",
|
|
"fixedToolchain": false}
|