diff options
Diffstat (limited to 'index')
-rw-r--r-- | index/bitcask.mk | 2 | ||||
-rw-r--r-- | index/geode.mk | 7 | ||||
-rw-r--r-- | index/kafka_protocol.mk | 7 |
3 files changed, 15 insertions, 1 deletions
diff --git a/index/bitcask.mk b/index/bitcask.mk index 2bc7af8..31930f3 100644 --- a/index/bitcask.mk +++ b/index/bitcask.mk @@ -4,4 +4,4 @@ pkg_bitcask_description = because you need another a key/value storage engine pkg_bitcask_homepage = https://github.com/basho/bitcask pkg_bitcask_fetch = git pkg_bitcask_repo = https://github.com/basho/bitcask -pkg_bitcask_commit = master +pkg_bitcask_commit = develop diff --git a/index/geode.mk b/index/geode.mk new file mode 100644 index 0000000..4eaec34 --- /dev/null +++ b/index/geode.mk @@ -0,0 +1,7 @@ +PACKAGES += geode +pkg_geode_name = geode +pkg_geode_description = geohash/proximity lookup in pure, uncut erlang. +pkg_geode_homepage = https://github.com/bradfordw/geode +pkg_geode_fetch = git +pkg_geode_repo = https://github.com/bradfordw/geode +pkg_geode_commit = master diff --git a/index/kafka_protocol.mk b/index/kafka_protocol.mk new file mode 100644 index 0000000..8a9fb2f --- /dev/null +++ b/index/kafka_protocol.mk @@ -0,0 +1,7 @@ +PACKAGES += kafka_protocol +pkg_kafka_protocol_name = kafka_protocol +pkg_kafka_protocol_description = Kafka protocol Erlang library +pkg_kafka_protocol_homepage = https://github.com/klarna/kafka_protocol +pkg_kafka_protocol_fetch = git +pkg_kafka_protocol_repo = https://github.com/klarna/kafka_protocol.git +pkg_kafka_protocol_commit = master |