summaryrefslogtreecommitdiffstats
path: root/package/copas/Config.in
blob: f4e05ea21dc7a5ed02f77d309f3ee88f34d03ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_COPAS
	bool "copas"
	select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT # runtime
	select BR2_PACKAGE_LUASOCKET # runtime
	help
	  Copas is a dispatcher based on coroutines that can be used
	  for asynchronous networking. For example TCP or UDP based
	  servers. But it also features timers and client support for
	  http(s), ftp and smtp requests.

	  http://www.keplerproject.org/copas/
OpenPOWER on IntegriCloud