-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanytype.ipkg
More file actions
20 lines (18 loc) · 617 Bytes
/
Copy pathanytype.ipkg
File metadata and controls
20 lines (18 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- anytype kernel package.
-- Module namespace matches the physical path under src/kernel exactly
-- (case-sensitive on every filesystem) — see abi.ipkg for the lesson.
package anytype
version = 0.1.0
authors = "hyperpolymath"
license = "MPL-2.0"
brief = "Parameterised graded type checker: pick the algebra, get the discipline"
sourcedir = "src/kernel"
depends = base
modules = Anytype.Grade.Algebra
, Anytype.Grade.Affine
, Anytype.Grade.Exact
, Anytype.Core.Syntax
, Anytype.Core.Normalise
, Anytype.Core.Conversion
, Anytype.Core.Check
, Anytype.Kernel