We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddf351 commit 1afc2eaCopy full SHA for 1afc2ea
fplot-1.0.3-3.rockspec
@@ -0,0 +1,23 @@
1
+package = "fplot"
2
+version = "1.0.3-1"
3
+source = {
4
+ url = "git+https://github.com/ItsMeForLua/fplot.git",
5
+ tag = "v1.0.3"
6
+}
7
+description = {
8
+ summary = "A declarative plotting library for Fennel and Lua, powered by Gnuplot.",
9
+ homepage = "https://github.com/ItsMeForLua/fplot",
10
+ license = "LGPL-3.0"
11
12
+dependencies = {
13
+ "lua >= 5.1",
14
+ "fennel >= 1.0.0",
15
+ "luarocks-build-fennel >= 0.1"
16
17
+build = {
18
+ type = "builtin",
19
+ build_helper = "luarocks-build-fennel",
20
+ modules = {
21
+ fplot = "fplot.fnl"
22
+ }
23
0 commit comments