lusc_luv: init at 4.0.1-1

This commit is contained in:
barsoosayque 2024-11-23 13:25:04 +07:00
parent cf659d5107
commit f7b46bfd5f
2 changed files with 26 additions and 0 deletions

View File

@ -103,6 +103,7 @@ luazip,,,,,,
lush.nvim,,,https://luarocks.org/dev,,,teto
luuid,,,,20120509-2,,
luv,,,,1.48.0-2,,
lusc_luv,,,,,,
lyaml,,,,,,lblasc
lz.n,,,,,,mrcjkb
lze,,,,,,birdee

1 name rockspec ref server version luaversion maintainers
103 lush.nvim https://luarocks.org/dev teto
104 luuid 20120509-2
105 luv 1.48.0-2
106 lusc_luv
107 lyaml lblasc
108 lz.n mrcjkb
109 lze birdee

View File

@ -2443,6 +2443,31 @@ buildLuarocksPackage {
};
}) {};
lusc_luv = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder, luv }:
buildLuarocksPackage {
pname = "lusc_luv";
version = "4.0.1-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/lusc_luv-4.0.1-1.rockspec";
sha256 = "1bgk481ljfy8q7r3w9z1x5ix0dm6v444c7mf9nahlpyrz9skxakp";
}).outPath;
src = fetchFromGitHub {
owner = "svermeulen";
repo = "lusc_luv";
rev = "838b8f647911b1fcfe160ddce881409ea9b35acf";
hash = "sha256-xT3so0QHtzzLRNRb7yqfaRMwkl2bt1MP1xh8BkHKqqo=";
};
disabled = luaOlder "5.1";
propagatedBuildInputs = [ luv ];
meta = {
homepage = "https://github.com/svermeulen/lusc_luv";
description = "Structured Async/Concurrency for Lua using Luv";
license.fullName = "MIT";
};
}) {};
luv = callPackage({ buildLuarocksPackage, cmake, fetchurl, luaOlder }:
buildLuarocksPackage {
pname = "luv";