From 2910e546f11b556d0f9c3013d4f74957c808bd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Mon, 17 Feb 2020 20:37:05 +0000 Subject: release v0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- rockspecs/inet-0.2.0-1.rockspec | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rockspecs/inet-0.2.0-1.rockspec diff --git a/rockspecs/inet-0.2.0-1.rockspec b/rockspecs/inet-0.2.0-1.rockspec new file mode 100644 index 0000000..9114c77 --- /dev/null +++ b/rockspecs/inet-0.2.0-1.rockspec @@ -0,0 +1,27 @@ +rockspec_format = "3.0" +package = 'inet' +version = '0.2.0-1' +source = { + url = 'https://git.2e8.dk/lua-inet/snapshot/lua-inet_0.2.0.tar.gz', +} +description = { + summary = 'an IP address mangling library', + homepage = 'https://git.2e8.dk/lua-inet/about/', + labels = { 'network', 'math' }, + license = 'GNU LGPL v3', +} +dependencies = { + 'lua >= 5.2, < 5.5', + 'lpeg >= 0.8.1', +} +build = { + type = 'builtin', + modules = { + ['inet'] = 'lua/inet/init.lua', + ['inet.bitops'] = 'lua/inet/bitops/init.lua', + ['inet.bitops.native'] = 'lua/inet/bitops/native.lua', + ['inet.common'] = 'lua/inet/common.lua', + ['inet.core'] = 'lua/inet/core.lua', + ['inet.set'] = 'lua/inet/set.lua', + }, +} -- cgit v1.2.1