Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0x211 committed Mar 26, 2024
1 parent 829d120 commit 3e91bf1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions rockspecs/io-reader-0.2.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package = "io-reader"
version = "0.2.0-1"
source = {
url = "git+https://github.com/mah0x211/io-reader.git",
tag = "v0.2.0",
}
description = {
summary = "A reader that reads data from a file or file descriptor.",
homepage = "https://github.com/mah0x211/io-reader",
license = "MIT/X11",
maintainer = "Masatoshi Fukunaga",
}
dependencies = {
"lua >= 5.1",
"errno >= 0.5",
"gpoll >= 0.9.0",
"io-isfile >= 0.1.0",
"io-fopen >= 0.1.3",
"io-fileno >= 0.1.0",
"io-readn >= 0.1.0",
"metamodule >= 0.5.0",
}
build = {
type = "builtin",
modules = {
["io.reader"] = "reader.lua",
},
}

0 comments on commit 3e91bf1

Please sign in to comment.