mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 07:47:41 +00:00
luaPackages.luadoc: init at 3.0.1-1
Used in vim plugins like nvim-terminal-lua to generate html docs.
This commit is contained in:
parent
af6bdae831
commit
15818981fe
@ -41,6 +41,7 @@ luadbi,,,,,
|
||||
luadbi-mysql,,,,,
|
||||
luadbi-postgresql,,,,,
|
||||
luadbi-sqlite3,,,,,
|
||||
luadoc,,,,,
|
||||
luaevent,,,,,
|
||||
luaexpat,,,1.3.0-1,,arobyn flosse
|
||||
luaffi,,http://luarocks.org/dev,,,
|
||||
|
|
@ -886,6 +886,24 @@ luadbi-sqlite3 = buildLuarocksPackage {
|
||||
};
|
||||
};
|
||||
};
|
||||
luadoc = buildLuarocksPackage {
|
||||
pname = "luadoc";
|
||||
version = "3.0.1-1";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://luarocks/luadoc-3.0.1-1.src.rock;
|
||||
sha256 = "112zqjbzkrhx3nvavrxx3vhpv2ix85pznzzbpa8fq4piyv5r781i";
|
||||
};
|
||||
propagatedBuildInputs = [ lualogging luafilesystem ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://luadoc.luaforge.net/";
|
||||
description = "LuaDoc is a documentation tool for Lua source code";
|
||||
license = {
|
||||
fullName = "MIT/X11";
|
||||
};
|
||||
};
|
||||
};
|
||||
luaevent = buildLuarocksPackage {
|
||||
pname = "luaevent";
|
||||
version = "0.4.6-1";
|
||||
|
Loading…
Reference in New Issue
Block a user