diff options
Diffstat (limited to 'index')
-rw-r--r-- | index/bitcask.mk | 2 | ||||
-rw-r--r-- | index/brod.mk | 7 | ||||
-rw-r--r-- | index/geode.mk | 7 | ||||
-rw-r--r-- | index/jesse.mk | 4 | ||||
-rw-r--r-- | index/jsone.mk | 7 | ||||
-rw-r--r-- | index/kafka_protocol.mk | 7 | ||||
-rw-r--r-- | index/slack.mk | 7 | ||||
-rw-r--r-- | index/supervisor3.mk | 7 |
8 files changed, 45 insertions, 3 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/brod.mk b/index/brod.mk new file mode 100644 index 0000000..2650f2c --- /dev/null +++ b/index/brod.mk @@ -0,0 +1,7 @@ +PACKAGES += brod +pkg_brod_name = brod +pkg_brod_description = Kafka client in Erlang +pkg_brod_homepage = https://github.com/klarna/brod +pkg_brod_fetch = git +pkg_brod_repo = https://github.com/klarna/brod.git +pkg_brod_commit = master 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/jesse.mk b/index/jesse.mk index ae96908..b36b699 100644 --- a/index/jesse.mk +++ b/index/jesse.mk @@ -1,7 +1,7 @@ PACKAGES += jesse pkg_jesse_name = jesse pkg_jesse_description = jesse (JSon Schema Erlang) is an implementation of a json schema validator for Erlang. -pkg_jesse_homepage = https://github.com/klarna/jesse +pkg_jesse_homepage = https://github.com/for-GET/jesse pkg_jesse_fetch = git -pkg_jesse_repo = https://github.com/klarna/jesse +pkg_jesse_repo = https://github.com/for-GET/jesse pkg_jesse_commit = master diff --git a/index/jsone.mk b/index/jsone.mk new file mode 100644 index 0000000..cf7378e --- /dev/null +++ b/index/jsone.mk @@ -0,0 +1,7 @@ +PACKAGES += jsone +pkg_jsone_name = jsone +pkg_jsone_description = An Erlang library for encoding, decoding JSON data. +pkg_jsone_homepage = https://github.com/sile/jsone.git +pkg_jsone_fetch = git +pkg_jsone_repo = https://github.com/sile/jsone.git +pkg_jsone_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 diff --git a/index/slack.mk b/index/slack.mk new file mode 100644 index 0000000..f01bd1c --- /dev/null +++ b/index/slack.mk @@ -0,0 +1,7 @@ +PACKAGES += slack +pkg_slack_name = slack +pkg_slack_description = Minimal slack notification OTP library. +pkg_slack_homepage = https://github.com/DonBranson/slack +pkg_slack_fetch = git +pkg_slack_repo = https://github.com/DonBranson/slack.git +pkg_slack_commit = 1.0.0 diff --git a/index/supervisor3.mk b/index/supervisor3.mk new file mode 100644 index 0000000..09356f6 --- /dev/null +++ b/index/supervisor3.mk @@ -0,0 +1,7 @@ +PACKAGES += supervisor3 +pkg_supervisor3_name = supervisor3 +pkg_supervisor3_description = OTP supervisor with additional strategies +pkg_supervisor3_homepage = https://github.com/klarna/supervisor3 +pkg_supervisor3_fetch = git +pkg_supervisor3_repo = https://github.com/klarna/supervisor3.git +pkg_supervisor3_commit = master |