xtype (halted)

Check-in [85f9d87c4c]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update dev rockspec.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 85f9d87c4caf82f64169bd553e8eb6c8d9dbb4b70e1ca43d4482746bb6fec0fd
User & Date: imagic 2024-10-06 15:06:34.308
Context
2025-01-23
00:36
Add hindsight about the project. ... (check-in: 69eb7d673b user: imagic tags: trunk)
2024-10-06
15:06
Update dev rockspec. ... (check-in: 85f9d87c4c user: imagic tags: trunk)
15:00
Import Luaoop as `xtype.class`. ... (check-in: 9efe067d01 user: imagic tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Name change from rockspecs/xtype-scm-2.rockspec to rockspecs/xtype-dev-1.rockspec.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

package = "xtype"
version = "scm-2"
source = {
  url = "git://github.com/ImagicTheCat/lua-xtype",
}

description = {
  summary = "A dynamic type system library for Lua.",
  detailed = [[
xtype, or Extended Type, is a dynamic type system library for Lua.
  ]],
  homepage = "https://github.com/ImagicTheCat/lua-xtype",
  license = "MIT"
}

dependencies = {
  "lua >= 5.1, <= 5.4"
}

build = {
  type = "builtin",
  modules = {
    xtype = "src/xtype.lua"
  }
}
>

|

|







|






<
<
<
<
<
<
<
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19







rockspec_format = "3.0"
package = "xtype"
version = "dev-1"
source = {
  url = "https://imagicthecat.thul.fr/fossils/xtype/zip/trunk/xtype-dev.zip"
}

description = {
  summary = "A dynamic type system library for Lua.",
  detailed = [[
xtype, or Extended Type, is a dynamic type system library for Lua.
  ]],
  homepage = "https://imagicthecat.thul.fr/fossils/xtype",
  license = "MIT"
}

dependencies = {
  "lua >= 5.1, <= 5.4"
}