Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_COPAS
bool "copas"
# Runtime dependency only
select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_LUASOCKET
help
Copas is a dispatcher based on coroutines that
can be used by TCP/IP servers.
http://keplerproject.github.com/copas/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 05be032ac2f3a32eb2eb536d41d2f5af620dded6e158c54d1ab0f73d2957dc68 copas-2.0.0-1.src.rock

View File

@@ -0,0 +1,11 @@
################################################################################
#
# copas
#
################################################################################
COPAS_VERSION = 2.0.0-1
COPAS_SUBDIR = copas-2_0_0
COPAS_LICENSE = MIT
$(eval $(luarocks-package))