Skip to content

Commit

Permalink
Merge Rockspec PR #1 from daelvn/master
Browse files Browse the repository at this point in the history
Added rockspec
  • Loading branch information
hugeblank authored Apr 25, 2020
2 parents 169df79 + 9c6268f commit b3ec406
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions raisin-3.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package = "raisin"
version = "3.0-1"
description = {
summary = "Threads made easy",
detailed = [[
Raisin is a priority based coroutine manager with a few additional twists.
Its name in its prototyping stage was originally 'ryzen', the joke being
that it was a 'threadripper'. Obviously that name is a poor choice, so
something similar was decided upon. As is evident Raisin is designed for
lua's coroutines to allow for many freedoms, such as manual prioritization,
grouping, toggling, and a manual coroutine death termination amount.]],
homepage = "https://github.com/hugeblank/raisin",
}
source = {
url = "git://github.com/hugeblank/raisin.git",
tag = "v3.0",
}
build = {
type = "builtin",
modules = { ["raisin"] = "raisin.lua" },
}

0 comments on commit b3ec406

Please sign in to comment.