diff options
author | 2016-06-06 23:13:18 +0100 | |
---|---|---|
committer | 2016-06-07 23:20:02 +0100 | |
commit | 546a027a36ccbecc90f015393de3d0d97859648f (patch) | |
tree | 5ce5628fe2a74b2eaa75ebe694ee44221c8c48e8 /dev-erlang/cache_tab/metadata.xml | |
parent | dev-erlang: Add new category (diff) | |
download | gentoo-546a027a36ccbecc90f015393de3d0d97859648f.tar.gz gentoo-546a027a36ccbecc90f015393de3d0d97859648f.tar.bz2 gentoo-546a027a36ccbecc90f015393de3d0d97859648f.zip |
dev-erlang/cache_tab: Add new package
It is debundled from net-im/ejabberd-16.04 and therefore inherits
keywords from ejabberd: ~amd64, ~arm, ~ppc and ~x86. ~ia64 and ~sparc
are not inherited because other dependency is missing these keywords and
there's no chance it can get them any time soon.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-erlang/cache_tab/metadata.xml')
-rw-r--r-- | dev-erlang/cache_tab/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-erlang/cache_tab/metadata.xml b/dev-erlang/cache_tab/metadata.xml new file mode 100644 index 000000000000..2d7e53a55514 --- /dev/null +++ b/dev-erlang/cache_tab/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>aidecoe@gentoo.org</email> + <name>Amadeusz Żołnowski</name> + </maintainer> + <longdescription lang="en"> + cache_tab application is intended to proxy back-end operations for + Key-Value insert, lookup and delete and maintain a cache of those + Key-Values in-memory, to save back-end operations. + + Operations are intended to be atomic between back-end and cache tables. + + The lifetime of the cache object and the max size of the cache can be + defined as table parameters to limit the size of the in-memory tables. + </longdescription> +</pkgmetadata> |