aboutsummaryrefslogtreecommitdiffstats
path: root/index/gen_paxos.mk
diff options
context:
space:
mode:
Diffstat (limited to 'index/gen_paxos.mk')
-rw-r--r--index/gen_paxos.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/index/gen_paxos.mk b/index/gen_paxos.mk
new file mode 100644
index 0000000..94d5803
--- /dev/null
+++ b/index/gen_paxos.mk
@@ -0,0 +1,7 @@
+PACKAGES += gen_paxos
+pkg_gen_paxos_name = gen_paxos
+pkg_gen_paxos_description = An Erlang/OTP-style implementation of the PAXOS distributed consensus protocol
+pkg_gen_paxos_homepage = https://github.com/gburd/gen_paxos
+pkg_gen_paxos_fetch = git
+pkg_gen_paxos_repo = https://github.com/gburd/gen_paxos
+pkg_gen_paxos_commit = master