diff options
Diffstat (limited to 'index/ranch.mk')
-rw-r--r-- | index/ranch.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/ranch.mk b/index/ranch.mk new file mode 100644 index 0000000..7ac64f2 --- /dev/null +++ b/index/ranch.mk @@ -0,0 +1,7 @@ +PACKAGES += ranch +pkg_ranch_name = ranch +pkg_ranch_description = Socket acceptor pool for TCP protocols. +pkg_ranch_homepage = http://ninenines.eu +pkg_ranch_fetch = git +pkg_ranch_repo = https://github.com/ninenines/ranch +pkg_ranch_commit = 1.1.0 |