package = 'telegram'
version = '0.8-3'
source = {
	url = 'https://github.com/otgo/lua-telegram-api-async/archive/v0.8-3.tar.gz',
	dir = 'lua-telegram-api-async-0.8-3',
}
description = {
	summary = 'Telegram bots API functions using threads by @otgo.',
	detailed = [[
		Telegram bots API functions using threads working as good as asynchronous mode.
	]],
	homepage = 'https://github.com/otgo/lua-telegram-api-async',
	license = 'MIT/X11'
}
dependencies = {
	'lua >= 5.2', 'ltn12', 'dkjson', 'cqueues', 'luasec', 'serpent'
}
build = {
	type = 'builtin',
	copy_directories = {
		"examples"
	},
	modules = {
		['telegram.init'] = 'src/init.lua',
		['telegram.api'] = 'src/api.lua',
		['telegram.utils'] = 'src/utils.lua'
	}
}
