xtype (halted)

Check-in [7ebae51af7]
Login

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

Overview
Comment:Release 1.1.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | 1.1
Files: files | file ages | folders
SHA3-256: 7ebae51af70e45100681d31df98fbb26a1d21318072c7ddff01fc3b1aa2ef2bd
User & Date: imagic 2021-11-26 18:31:41.000
Context
2024-06-25
11:34
Migrate documentation to Markdown. ... (check-in: 7c1cdf6127 user: imagic tags: trunk)
2021-11-26
18:31
Release 1.1. ... (check-in: 7ebae51af7 user: imagic tags: trunk, 1.1)
18:24
Fix chunkname for generated code. ... (check-in: 06e6fcb534 user: imagic tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Deleted rockspecs/xtype-1.0-2.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
26
package = "xtype"
version = "1.0-2"
source = {
  url = "git://github.com/ImagicTheCat/lua-xtype",
  tag = "1.0"
}

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"
  }
}
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<




















































Added rockspecs/xtype-1.1-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
26
package = "xtype"
version = "1.1-1"
source = {
  url = "git://github.com/ImagicTheCat/lua-xtype",
  tag = "1.1"
}

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"
  }
}