luaPackages.luadoc: init at 3.0.1-1

Used in vim plugins like nvim-terminal-lua to generate html docs.
wip/yesman
Matthieu Coudron 5 years ago
parent af6bdae831
commit 15818981fe
  1. 1
      maintainers/scripts/luarocks-packages.csv
  2. 18
      pkgs/development/lua-modules/generated-packages.nix

@ -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,,,

1 # nix name luarocks name server version luaversion maintainers
41 luadbi-mysql
42 luadbi-postgresql
43 luadbi-sqlite3
44 luadoc
45 luaevent
46 luaexpat 1.3.0-1 arobyn flosse
47 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…
Cancel
Save