Skip to content

Commit

Permalink
Merge b8a4b41 into 89dcec2
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Jul 19, 2021
2 parents 89dcec2 + b8a4b41 commit db0392a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions rockspecs/cassowary-2.3-1.rockspec
@@ -0,0 +1,30 @@
package = "Cassowary"
version = "2.3-1"

source = {
url = "git://github.com/simoncozens/cassowary.lua",
dir = "cassowary.lua"
}

description = {
summary = "The cassowary constraint solver.",
detailed = [[
This is a lua port of the cassowary constraint solving toolkit.
It allows you to use lua to solve algebraic equations and inequalities
and find the values of unknown variables which satisfy those inequalities.
]],
homepage = "https://github.com/simoncozens/cassowary.lua",
license = "Apache 2"
}

dependencies = {
"lua",
"penlight"
}

build = {
type = "builtin",
modules = {
cassowary = "cassowary.lua"
}
}

0 comments on commit db0392a

Please sign in to comment.