--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rockspecs/hglib-scm-0.rockspec Sat Sep 10 08:04:17 2016 +0800
+ url = 'hg+https://bitbucket.org/av6/lua-hglib',
+ summary = 'Mercurial command server client library.',
+ A pure-Lua library for interacting with Mercurial's command server.
+ homepage = 'https://bitbucket.org/av6/lua-hglib',
+ -- lpc seems to be 5.1-only (contrary to what its rockspec says), at least
+ -- until https://github.com/LuaDist/lpc/pull/1 is merged, for example.
+ -- Since hglib is depending on it, it's also 5.1-only at the moment.
+ copy_directories = { 'examples', 'spec' }