Skip to content

Commit 9176ba2

Browse files
committed
fixed rockspec
1 parent 3daf351 commit 9176ba2

File tree

2 files changed

+24
-29
lines changed

2 files changed

+24
-29
lines changed

fplot-1.0.2-3.rockspec

Lines changed: 0 additions & 29 deletions
This file was deleted.

fplot-1.0.3.rockspec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
package = "fplot"
2+
version = "1.0.3-1"
3+
4+
source = {
5+
url = "git+https://github.com/ItsMeForLua/fplot.git",
6+
tag = "v1.0.3"
7+
}
8+
9+
description = {
10+
summary = "A declarative plotting library for Fennel and Lua, powered by Gnuplot.",
11+
homepage = "https://github.com/ItsMeForLua/fplot",
12+
license = "LGPL-3.0"
13+
}
14+
15+
dependencies = {
16+
"lua >= 5.1"
17+
}
18+
19+
build = {
20+
type = "builtin",
21+
modules = {
22+
fplot = "fplot.fnl"
23+
}
24+
}

0 commit comments

Comments
 (0)