diff options
-rw-r--r-- | index/syn.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/syn.mk b/index/syn.mk new file mode 100644 index 0000000..71db27b --- /dev/null +++ b/index/syn.mk @@ -0,0 +1,7 @@ +PACKAGES += syn +pkg_syn_name = syn +pkg_syn_description = A global process registry for Erlang. +pkg_syn_homepage = https://github.com/ostinelli/syn +pkg_syn_fetch = git +pkg_syn_repo = https://github.com/ostinelli/syn +pkg_syn_commit = master |