Skip to content

Commit 09ec220

Browse files
committed
initial
1 parent 1c1f75b commit 09ec220

2 files changed

Lines changed: 13 additions & 97 deletions

File tree

lake-manifest.json

Lines changed: 2 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,5 @@
11
{"version": "1.1.0",
22
"packagesDir": ".lake/packages",
3-
"packages":
4-
[{"url": "https://github.com/leanprover-community/mathlib4",
5-
"type": "git",
6-
"subDir": null,
7-
"scope": "",
8-
"rev": "2df2f0150c275ad53cb3c90f7c98ec15a56a1a67",
9-
"name": "mathlib",
10-
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.26.0",
12-
"inherited": false,
13-
"configFile": "lakefile.lean"},
14-
{"url": "https://github.com/leanprover-community/plausible",
15-
"type": "git",
16-
"subDir": null,
17-
"scope": "leanprover-community",
18-
"rev": "160af9e8e7d4ae448f3c92edcc5b6a8522453f11",
19-
"name": "plausible",
20-
"manifestFile": "lake-manifest.json",
21-
"inputRev": "main",
22-
"inherited": true,
23-
"configFile": "lakefile.toml"},
24-
{"url": "https://github.com/leanprover-community/LeanSearchClient",
25-
"type": "git",
26-
"subDir": null,
27-
"scope": "leanprover-community",
28-
"rev": "3591c3f664ac3719c4c86e4483e21e228707bfa2",
29-
"name": "LeanSearchClient",
30-
"manifestFile": "lake-manifest.json",
31-
"inputRev": "main",
32-
"inherited": true,
33-
"configFile": "lakefile.toml"},
34-
{"url": "https://github.com/leanprover-community/import-graph",
35-
"type": "git",
36-
"subDir": null,
37-
"scope": "leanprover-community",
38-
"rev": "e9f31324f15ead11048b1443e62c5deaddd055d2",
39-
"name": "importGraph",
40-
"manifestFile": "lake-manifest.json",
41-
"inputRev": "main",
42-
"inherited": true,
43-
"configFile": "lakefile.toml"},
44-
{"url": "https://github.com/leanprover-community/ProofWidgets4",
45-
"type": "git",
46-
"subDir": null,
47-
"scope": "leanprover-community",
48-
"rev": "b4fb2aa5290ebf61bc5f80a5375ba642f0a49192",
49-
"name": "proofwidgets",
50-
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v0.0.83",
52-
"inherited": true,
53-
"configFile": "lakefile.lean"},
54-
{"url": "https://github.com/leanprover-community/aesop",
55-
"type": "git",
56-
"subDir": null,
57-
"scope": "leanprover-community",
58-
"rev": "2f6d238744c4cb07fdc91240feaf5d4221a27931",
59-
"name": "aesop",
60-
"manifestFile": "lake-manifest.json",
61-
"inputRev": "master",
62-
"inherited": true,
63-
"configFile": "lakefile.toml"},
64-
{"url": "https://github.com/leanprover-community/quote4",
65-
"type": "git",
66-
"subDir": null,
67-
"scope": "leanprover-community",
68-
"rev": "9312503909aa8e8bb392530145cc1677a6298574",
69-
"name": "Qq",
70-
"manifestFile": "lake-manifest.json",
71-
"inputRev": "master",
72-
"inherited": true,
73-
"configFile": "lakefile.toml"},
74-
{"url": "https://github.com/leanprover-community/batteries",
75-
"type": "git",
76-
"subDir": null,
77-
"scope": "leanprover-community",
78-
"rev": "24241822ef9d3e7f6a3bcc53ad136e12663db8f3",
79-
"name": "batteries",
80-
"manifestFile": "lake-manifest.json",
81-
"inputRev": "main",
82-
"inherited": true,
83-
"configFile": "lakefile.toml"},
84-
{"url": "https://github.com/leanprover/lean4-cli",
85-
"type": "git",
86-
"subDir": null,
87-
"scope": "leanprover",
88-
"rev": "933fce7e893f65969714c60cdb4bd8376786044e",
89-
"name": "Cli",
90-
"manifestFile": "lake-manifest.json",
91-
"inputRev": "v4.26.0",
92-
"inherited": true,
93-
"configFile": "lakefile.toml"}],
94-
"name": "IdentityRegimes",
3+
"packages": [],
4+
"name": "AccountableEntities",
955
"lakeDir": ".lake"}

lakefile.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@ name = "AccountableEntities"
22
version = "0.1.0"
33
defaultTargets = ["StructuralExplainability"]
44
keywords = [
5-
"ontology",
6-
"identity",
7-
"accountable-entities",
8-
"accountability",
9-
"structural-explainability"
5+
"formal-ontology",
6+
"identity-regimes",
7+
"structural-explainability",
8+
"accountability",
9+
"semantic-interoperability",
10+
"formal-verification",
11+
"theorem-proving",
12+
"lean4",
13+
"necessity-and-sufficiency",
14+
"structural-constraints"
1015
]
16+
1117
license = "MIT"
1218

1319
[[lean_lib]]

0 commit comments

Comments
 (0)