aboutsummaryrefslogtreecommitdiffstats
path: root/index/merge_index.mk
diff options
context:
space:
mode:
Diffstat (limited to 'index/merge_index.mk')
-rw-r--r--index/merge_index.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/index/merge_index.mk b/index/merge_index.mk
new file mode 100644
index 0000000..d1e6d93
--- /dev/null
+++ b/index/merge_index.mk
@@ -0,0 +1,7 @@
+PACKAGES += merge_index
+pkg_merge_index_name = merge_index
+pkg_merge_index_description = MergeIndex is an Erlang library for storing ordered sets on disk. It is very similar to an SSTable (in Google's Bigtable) or an HFile (in Hadoop).
+pkg_merge_index_homepage = https://github.com/basho/merge_index
+pkg_merge_index_fetch = git
+pkg_merge_index_repo = https://github.com/basho/merge_index
+pkg_merge_index_commit = master