lang/lualanes: update url and description
authorKarl Palsson <karlp@tweak.net.au>
Wed, 11 Nov 2020 23:48:13 +0000 (23:48 +0000)
committerKarl Palsson <karlp@tweak.net.au>
Wed, 6 Jan 2021 09:45:51 +0000 (09:45 +0000)
No package version bump as no change to built package.  URL now points
to current useful webpage, and description is based on current release.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
lang/lualanes/Makefile

index b95b625f009847a22dc0421e647f00d02b4a6aae..93922c7a4d2dfc49cbcc970f085f1e4a48ce5fec 100644 (file)
@@ -28,13 +28,22 @@ define Package/lualanes
        SECTION:=lang
        CATEGORY:=Languages
        TITLE:=LuaLanes
-       URL:=http://luaforge.net/projects/lanes/
+       URL:=http://lualanes.github.io/lanes/
        DEPENDS:=+lua +luac +liblua +libpthread
        MAINTAINER:=Vladimir Malyutin <first-leon@yandex.ru>
 endef
 
 define Package/lualanes/description
-       Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 and 5.2.
+ Lua Lanes is a Lua extension library providing the possibility to run
+multiple Lua states in parallel. It is intended to be used for optimizing
+performance on multicore CPU's and to study ways to make Lua programs
+naturally parallel to begin with.
+
+Lanes is included into your software by the regular require "lanes" method.
+No C side programming is needed; all APIs are Lua side, and most existing
+extension modules should work seamlessly together with the multiple lanes.
+
+Lanes supports Lua 5.1, 5.2 and 5.3
 endef
 
 define Build/Compile