This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_ERLANG_P1_CACHE_TAB
bool "erlang-p1-cache-tab"
select BR2_PACKAGE_ERLANG_P1_UTILS
help
Erlang library implementing cache tables
https://github.com/processone/cache_tab

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 169c3ca82b99c482e5914b616d594fed25cf34a4c995e37bfe1651d70bbaea55 erlang-p1-cache-tab-1.0.16.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# erlang-p1-cache-tab
#
################################################################################
ERLANG_P1_CACHE_TAB_VERSION = 1.0.16
ERLANG_P1_CACHE_TAB_SITE = $(call github,processone,cache_tab,$(ERLANG_P1_CACHE_TAB_VERSION))
ERLANG_P1_CACHE_TAB_LICENSE = Apache-2.0
ERLANG_P1_CACHE_TAB_LICENSE_FILES = LICENSE.txt
ERLANG_P1_CACHE_TAB_DEPENDENCIES = erlang-p1-utils
$(eval $(rebar-package))