packages.v1.txt 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. aberth https://github.com/a13x/aberth https://github.com/a13x/aberth Generic BERT-RPC server in Erlang
  2. active https://github.com/proger/active https://github.com/proger/active Active development for Erlang: rebuild and reload source/binary files while the VM is running
  3. aleppo https://github.com/ErlyORM/aleppo https://github.com/ErlyORM/aleppo Alternative Erlang Pre-Processor
  4. annotations https://github.com/hyperthunk/annotations https://github.com/hyperthunk/annotations Simple code instrumentation utilities
  5. apns https://github.com/inaka/apns4erl http://inaka.github.com/apns4erl Apple Push Notification Server for Erlang
  6. azdht https://github.com/arcusfelis/azdht https://github.com/arcusfelis/azdht Azureus Distributed Hash Table (DHT) in Erlang
  7. backoff https://github.com/ferd/backoff https://github.com/ferd/backoff Simple exponential backoffs in Erlang
  8. barrel https://github.com/benoitc/barrel https://github.com/benoitc/barrel barrel is a generic TCP acceptor pool with low latency in Erlang.
  9. basho_bench https://github.com/basho/basho_bench https://github.com/basho/basho_bench A load-generation and testing tool for basically whatever you can write a returning Erlang function for.
  10. beam https://github.com/tonyrog/beam https://github.com/tonyrog/beam BEAM emulator written in Erlang
  11. beanstalk https://github.com/tim/erlang-beanstalk https://github.com/tim/erlang-beanstalk An Erlang client for beanstalkd
  12. bear https://github.com/boundary/bear https://github.com/boundary/bear a set of statistics functions for erlang
  13. bertconf https://github.com/ferd/bertconf https://github.com/ferd/bertconf Make ETS tables out of statc BERT files that are auto-reloaded
  14. bifrost https://github.com/thorstadt/bifrost https://github.com/thorstadt/bifrost Erlang FTP Server Framework
  15. binpp https://github.com/jtendo/binpp https://github.com/jtendo/binpp Erlang Binary Pretty Printer
  16. bisect https://github.com/knutin/bisect https://github.com/knutin/bisect Ordered fixed-size binary dictionary in Erlang
  17. bitcask https://github.com/basho/bitcask https://github.com/basho/bitcask because you need another a key/value storage engine
  18. bitstore https://github.com/bdionne/bitstore https://github.com/bdionne/bitstore A document based ontology development environment
  19. bootstrap https://github.com/schlagert/bootstrap https://github.com/schlagert/bootstrap A simple, yet powerful Erlang cluster bootstrapping application.
  20. boss_db https://github.com/ErlyORM/boss_db https://github.com/ErlyORM/boss_db BossDB: a sharded, caching, pooling, evented ORM for Erlang
  21. boss https://github.com/ChicagoBoss/ChicagoBoss https://github.com/ChicagoBoss/ChicagoBoss Erlang web MVC, now featuring Comet
  22. bson https://github.com/comtihon/bson-erlang https://github.com/comtihon/bson-erlang BSON documents in Erlang, see bsonspec.org
  23. bullet https://github.com/extend/bullet http://ninenines.eu Simple, reliable, efficient streaming for Cowboy.
  24. cache https://github.com/fogfish/cache https://github.com/fogfish/cache Erlang in-memory cache
  25. cake https://github.com/darach/cake-erl https://github.com/darach/cake-erl Really simple terminal colorization
  26. carotene https://github.com/carotene/carotene https://github.com/carotene/carotene Real-time server
  27. cberl https://github.com/chitika/cberl https://github.com/chitika/cberl NIF based Erlang bindings for Couchbase
  28. cecho https://github.com/mazenharake/cecho https://github.com/mazenharake/cecho An ncurses library for Erlang
  29. cferl https://github.com/ddossot/cferl https://github.com/ddossot/cferl Rackspace / Open Stack Cloud Files Erlang Client
  30. chaos_monkey https://github.com/dLuna/chaos_monkey https://github.com/dLuna/chaos_monkey This is The CHAOS MONKEY. It will kill your processes.
  31. chronos https://github.com/lehoff/chronos https://github.com/lehoff/chronos Timer module for Erlang that makes it easy to abstact time out of the tests.
  32. classifier https://github.com/inaka/classifier https://github.com/inaka/classifier An Erlang Bayesian Filter and Text Classifier
  33. clique https://github.com/basho/clique https://github.com/basho/clique CLI Framework for Erlang
  34. cluster_info https://github.com/basho/cluster_info https://github.com/basho/cluster_info Fork of Hibari's nifty cluster_info OTP app
  35. confetti https://github.com/jtendo/confetti https://github.com/jtendo/confetti Erlang configuration provider / application:get_env/2 on steroids
  36. couchbeam https://github.com/benoitc/couchbeam https://github.com/benoitc/couchbeam Apache CouchDB client in Erlang
  37. couch https://github.com/benoitc/opencouch https://github.com/benoitc/opencouch A embeddable document oriented database compatible with Apache CouchDB
  38. covertool https://github.com/idubrov/covertool https://github.com/idubrov/covertool Tool to convert Erlang cover data files into Cobertura XML reports
  39. cowboy https://github.com/ninenines/cowboy http://ninenines.eu Small, fast and modular HTTP server.
  40. cowdb https://github.com/refuge/cowdb https://github.com/refuge/cowdb Pure Key/Value database library for Erlang Applications
  41. cowlib https://github.com/ninenines/cowlib http://ninenines.eu Support library for manipulating Web protocols.
  42. cpg https://github.com/okeuday/cpg https://github.com/okeuday/cpg CloudI Process Groups
  43. cqerl https://github.com/matehat/cqerl https://matehat.github.io/cqerl/ Native Erlang CQL client for Cassandra
  44. cr https://github.com/spawnproc/cr https://synrc.com/apps/cr/doc/cr.htm Chain Replication
  45. cuttlefish https://github.com/basho/cuttlefish https://github.com/basho/cuttlefish never lose your childlike sense of wonder baby cuttlefish, promise me?
  46. damocles https://github.com/lostcolony/damocles https://github.com/lostcolony/damocles Erlang library for generating adversarial network conditions for QAing distributed applications/systems on a single Linux box.
  47. debbie https://github.com/crownedgrouse/debbie https://github.com/crownedgrouse/debbie .DEB Built In Erlang
  48. decimal https://github.com/tim/erlang-decimal https://github.com/tim/erlang-decimal An Erlang decimal arithmetic library
  49. detergent https://github.com/devinus/detergent https://github.com/devinus/detergent An emulsifying Erlang SOAP library
  50. dh_date https://github.com/daleharvey/dh_date https://github.com/daleharvey/dh_date Date formatting / parsing library for erlang
  51. dhtcrawler https://github.com/kevinlynx/dhtcrawler https://github.com/kevinlynx/dhtcrawler dhtcrawler is a DHT crawler written in erlang. It can join a DHT network and crawl many P2P torrents.
  52. dirbusterl https://github.com/silentsignal/DirBustErl https://github.com/silentsignal/DirBustErl DirBuster successor in Erlang
  53. dispcount https://github.com/ferd/dispcount https://github.com/ferd/dispcount Erlang task dispatcher based on ETS counters.
  54. dlhttpc https://github.com/ferd/dlhttpc https://github.com/ferd/dlhttpc dispcount-based lhttpc fork for massive amounts of requests to limited endpoints
  55. dns https://github.com/aetrion/dns_erlang https://github.com/aetrion/dns_erlang Erlang DNS library
  56. dnssd https://github.com/benoitc/dnssd_erlang https://github.com/benoitc/dnssd_erlang Erlang interface to Apple's Bonjour D NS Service Discovery implementation
  57. dtl https://github.com/oinksoft/dtl https://github.com/oinksoft/dtl Django Template Language: A full-featured port of the Django template engine to Erlang.
  58. dynamic_compile https://github.com/jkvor/dynamic_compile https://github.com/jkvor/dynamic_compile compile and load erlang modules from string input
  59. e2 https://github.com/gar1t/e2 http://e2project.org Library to simply writing correct OTP applications.
  60. eamf https://github.com/mrinalwadhwa/eamf https://github.com/mrinalwadhwa/eamf eAMF provides Action Message Format (AMF) support for Erlang
  61. eavro https://github.com/SIfoxDevTeam/eavro https://github.com/SIfoxDevTeam/eavro Apache Avro encoder/decoder
  62. ecapnp https://github.com/kaos/ecapnp https://github.com/kaos/ecapnp Cap'n Proto library for Erlang
  63. econfig https://github.com/benoitc/econfig https://github.com/benoitc/econfig simple Erlang config handler using INI files
  64. edate https://github.com/dweldon/edate https://github.com/dweldon/edate date manipulation library for erlang
  65. edgar https://github.com/crownedgrouse/edgar https://github.com/crownedgrouse/edgar Erlang Does GNU AR
  66. edis https://github.com/inaka/edis http://inaka.github.com/edis/ An Erlang implementation of Redis KV Store
  67. edns https://github.com/hcvst/erlang-dns https://github.com/hcvst/erlang-dns Erlang/OTP DNS server
  68. edown https://github.com/uwiger/edown https://github.com/uwiger/edown EDoc extension for generating Github-flavored Markdown
  69. eep_app https://github.com/darach/eep-erl https://github.com/darach/eep-erl Embedded Event Processing
  70. eep https://github.com/virtan/eep https://github.com/virtan/eep Erlang Easy Profiling (eep) application provides a way to analyze application performance and call hierarchy
  71. efene https://github.com/efene/efene https://github.com/efene/efene Alternative syntax for the Erlang Programming Language focusing on simplicity, ease of use and programmer UX
  72. eganglia https://github.com/inaka/eganglia https://github.com/inaka/eganglia Erlang library to interact with Ganglia
  73. egeoip https://github.com/mochi/egeoip https://github.com/mochi/egeoip Erlang IP Geolocation module, currently supporting the MaxMind GeoLite City Database.
  74. ehsa https://bitbucket.org/a12n/ehsa https://bitbucket.org/a12n/ehsa Erlang HTTP server basic and digest authentication modules
  75. ejabberd https://github.com/processone/ejabberd https://github.com/processone/ejabberd Robust, ubiquitous and massively scalable Jabber / XMPP Instant Messaging platform
  76. ej https://github.com/seth/ej https://github.com/seth/ej Helper module for working with Erlang terms representing JSON
  77. ekaf https://github.com/helpshift/ekaf https://github.com/helpshift/ekaf A minimal, high-performance Kafka client in Erlang.
  78. elarm https://github.com/esl/elarm https://github.com/esl/elarm Alarm Manager for Erlang.
  79. eleveldb https://github.com/basho/eleveldb https://github.com/basho/eleveldb Erlang LevelDB API
  80. elli https://github.com/knutin/elli https://github.com/knutin/elli Simple, robust and performant Erlang web server
  81. elvis https://github.com/inaka/elvis https://github.com/inaka/elvis Erlang Style Reviewer
  82. emagick https://github.com/kivra/emagick https://github.com/kivra/emagick Wrapper for Graphics/ImageMagick command line tool.
  83. emysql https://github.com/Eonblast/Emysql https://github.com/Eonblast/Emysql Stable, pure Erlang MySQL driver.
  84. enm https://github.com/basho/enm https://github.com/basho/enm Erlang driver for nanomsg
  85. entop https://github.com/mazenharake/entop https://github.com/mazenharake/entop A top-like tool for monitoring an Erlang node
  86. epcap https://github.com/msantos/epcap https://github.com/msantos/epcap Erlang packet capture interface using pcap
  87. eper https://github.com/massemanet/eper https://github.com/massemanet/eper Erlang performance and debugging tools.
  88. epgsql https://github.com/epgsql/epgsql https://github.com/epgsql/epgsql Erlang PostgreSQL client library.
  89. episcina https://github.com/erlware/episcina https://github.com/erlware/episcina A simple non intrusive resource pool for connections
  90. eplot https://github.com/psyeugenic/eplot https://github.com/psyeugenic/eplot A plot engine written in erlang.
  91. epocxy https://github.com/duomark/epocxy https://github.com/duomark/epocxy Erlang Patterns of Concurrency
  92. epubnub https://github.com/tsloughter/epubnub https://github.com/tsloughter/epubnub Erlang PubNub API
  93. eqm https://github.com/loucash/eqm https://github.com/loucash/eqm Erlang pub sub with supply-demand channels
  94. eredis https://github.com/wooga/eredis https://github.com/wooga/eredis Erlang Redis client
  95. eredis_pool https://github.com/hiroeorz/eredis_pool https://github.com/hiroeorz/eredis_pool eredis_pool is Pool of Redis clients, using eredis and poolboy.
  96. erlang_js https://github.com/basho/erlang_js https://github.com/basho/erlang_js A linked-in driver for Erlang to Mozilla's Spidermonkey Javascript runtime.
  97. erlang_localtime https://github.com/dmitryme/erlang_localtime https://github.com/dmitryme/erlang_localtime Erlang library for conversion from one local time to another
  98. erlang_smtp https://github.com/tonyg/erlang-smtp https://github.com/tonyg/erlang-smtp Erlang SMTP and POP3 server code.
  99. erlasticsearch https://github.com/dieswaytoofast/erlasticsearch https://github.com/dieswaytoofast/erlasticsearch Erlang thrift interface to elastic_search
  100. erlastic_search https://github.com/tsloughter/erlastic_search https://github.com/tsloughter/erlastic_search An Erlang app for communicating with Elastic Search's rest interface.
  101. erlbrake https://github.com/kenpratt/erlbrake https://github.com/kenpratt/erlbrake Erlang Airbrake notification client
  102. erlcloud https://github.com/gleber/erlcloud https://github.com/gleber/erlcloud Cloud Computing library for erlang (Amazon EC2, S3, SQS, SimpleDB, Mechanical Turk, ELB)
  103. erlcron https://github.com/erlware/erlcron https://github.com/erlware/erlcron Erlang cronish system
  104. erldb https://github.com/erldb/erldb http://erldb.org ORM (Object-relational mapping) application implemented in Erlang
  105. erldis https://github.com/cstar/erldis https://github.com/cstar/erldis redis erlang client library
  106. erldns https://github.com/aetrion/erl-dns https://github.com/aetrion/erl-dns DNS server, in erlang.
  107. erldocker https://github.com/proger/erldocker https://github.com/proger/erldocker Docker Remote API client for Erlang
  108. erlfsmon https://github.com/proger/erlfsmon https://github.com/proger/erlfsmon Erlang filesystem event watcher for Linux and OSX
  109. erlgit https://github.com/gleber/erlgit https://github.com/gleber/erlgit Erlang convenience wrapper around git executable
  110. erlguten https://github.com/richcarl/erlguten https://github.com/richcarl/erlguten ErlGuten is a system for high-quality typesetting, written purely in Erlang.
  111. erlmc https://github.com/jkvor/erlmc https://github.com/jkvor/erlmc Erlang memcached binary protocol client
  112. erlmongo https://github.com/SergejJurecko/erlmongo https://github.com/SergejJurecko/erlmongo Record based Erlang driver for MongoDB with gridfs support
  113. erlog https://github.com/rvirding/erlog https://github.com/rvirding/erlog Prolog interpreter in and for Erlang
  114. erlpass https://github.com/ferd/erlpass https://github.com/ferd/erlpass A library to handle password hashing and changing in a safe manner, independent from any kind of storage whatsoever.
  115. erlport https://github.com/hdima/erlport https://github.com/hdima/erlport ErlPort - connect Erlang to other languages
  116. erlsh https://github.com/proger/erlsh https://github.com/proger/erlsh Erlang shell tools
  117. erlsom https://github.com/willemdj/erlsom https://github.com/willemdj/erlsom XML parser for Erlang
  118. erl_streams https://github.com/epappas/erl_streams https://github.com/epappas/erl_streams Streams in Erlang
  119. erlubi https://github.com/krestenkrab/erlubi https://github.com/krestenkrab/erlubi Ubigraph Erlang Client (and Process Visualizer)
  120. erlvolt https://github.com/VoltDB/voltdb-client-erlang https://github.com/VoltDB/voltdb-client-erlang VoltDB Erlang Client Driver
  121. erlware_commons https://github.com/erlware/erlware_commons https://github.com/erlware/erlware_commons Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components.
  122. erlydtl https://github.com/erlydtl/erlydtl https://github.com/erlydtl/erlydtl Django Template Language for Erlang.
  123. errd https://github.com/archaelus/errd https://github.com/archaelus/errd Erlang RRDTool library
  124. erserve https://github.com/del/erserve https://github.com/del/erserve Erlang/Rserve communication interface
  125. erwa https://github.com/bwegh/erwa https://github.com/bwegh/erwa A WAMP router and client written in Erlang.
  126. espec https://github.com/lucaspiller/espec https://github.com/lucaspiller/espec ESpec: Behaviour driven development framework for Erlang
  127. estatsd https://github.com/RJ/estatsd https://github.com/RJ/estatsd Erlang stats aggregation app that periodically flushes data to graphite
  128. etap https://github.com/ngerakines/etap https://github.com/ngerakines/etap etap is a simple erlang testing library that provides TAP compliant output.
  129. etest https://github.com/wooga/etest https://github.com/wooga/etest A lightweight, convention over configuration test framework for Erlang
  130. etest_http https://github.com/wooga/etest_http https://github.com/wooga/etest_http etest Assertions around HTTP (client-side)
  131. etoml https://github.com/kalta/etoml https://github.com/kalta/etoml TOML language erlang parser
  132. eunit_formatters https://github.com/seancribbs/eunit_formatters https://github.com/seancribbs/eunit_formatters Because eunit's output sucks. Let's make it better.
  133. eunit https://github.com/richcarl/eunit https://github.com/richcarl/eunit The EUnit lightweight unit testing framework for Erlang - this is the canonical development repository.
  134. euthanasia https://github.com/doubleyou/euthanasia https://github.com/doubleyou/euthanasia Merciful killer for your Erlang processes
  135. exec https://github.com/saleyn/erlexec http://saleyn.github.com/erlexec Execute and control OS processes from Erlang/OTP.
  136. exml https://github.com/paulgray/exml https://github.com/paulgray/exml XML parsing library in Erlang
  137. exometer https://github.com/Feuerlabs/exometer https://github.com/Feuerlabs/exometer Basic measurement objects and probe behavior
  138. exs1024 https://github.com/jj1bdx/exs1024 https://github.com/jj1bdx/exs1024 Xorshift1024star pseudo random number generator for Erlang.
  139. exs64 https://github.com/jj1bdx/exs64 https://github.com/jj1bdx/exs64 Xorshift64star pseudo random number generator for Erlang.
  140. exsplus116 https://github.com/jj1bdx/exsplus116 https://github.com/jj1bdx/exsplus116 Xorshift116plus for Erlang
  141. exsplus128 https://github.com/jj1bdx/exsplus128 https://github.com/jj1bdx/exsplus128 Xorshift128plus pseudo random number generator for Erlang.
  142. ezmq https://github.com/RoadRunnr/ezmq https://github.com/RoadRunnr/ezmq zMQ implemented in Erlang
  143. ezmtp https://github.com/a13x/ezmtp https://github.com/a13x/ezmtp ZMTP protocol in pure Erlang.
  144. fast_disk_log https://github.com/lpgauth/fast_disk_log https://github.com/lpgauth/fast_disk_log Pool-based asynchronous Erlang disk logger
  145. feeder https://github.com/michaelnisi/feeder https://github.com/michaelnisi/feeder Stream parse RSS and Atom formatted XML feeds.
  146. fix https://github.com/maxlapshin/fix https://github.com/maxlapshin/fix http://fixprotocol.org/ implementation.
  147. flower https://github.com/travelping/flower https://github.com/travelping/flower FlowER - a Erlang OpenFlow development platform
  148. fn https://github.com/reiddraper/fn https://github.com/reiddraper/fn Function utilities for Erlang
  149. folsom_cowboy https://github.com/boundary/folsom_cowboy https://github.com/boundary/folsom_cowboy A Cowboy based Folsom HTTP Wrapper.
  150. folsom https://github.com/boundary/folsom https://github.com/boundary/folsom Expose Erlang Events and Metrics
  151. folsomite https://github.com/campanja/folsomite https://github.com/campanja/folsomite blow up your graphite / riemann server with folsom metrics
  152. fs https://github.com/synrc/fs https://github.com/synrc/fs Erlang FileSystem Listener
  153. fuse https://github.com/jlouis/fuse https://github.com/jlouis/fuse A Circuit Breaker for Erlang
  154. gcm https://github.com/pdincau/gcm-erlang https://github.com/pdincau/gcm-erlang An Erlang application for Google Cloud Messaging
  155. gcprof https://github.com/knutin/gcprof https://github.com/knutin/gcprof Garbage Collection profiler for Erlang
  156. geas https://github.com/crownedgrouse/geas https://github.com/crownedgrouse/geas Guess Erlang Application Scattering
  157. geef https://github.com/carlosmn/geef https://github.com/carlosmn/geef Git NEEEEF (Erlang NIF)
  158. gen_cycle https://github.com/aerosol/gen_cycle https://github.com/aerosol/gen_cycle Simple, generic OTP behaviour for recurring tasks
  159. gen_icmp https://github.com/msantos/gen_icmp https://github.com/msantos/gen_icmp Erlang interface to ICMP sockets
  160. gen_nb_server https://github.com/kevsmith/gen_nb_server https://github.com/kevsmith/gen_nb_server OTP behavior for writing non-blocking servers
  161. gen_paxos https://github.com/gburd/gen_paxos https://github.com/gburd/gen_paxos An Erlang/OTP-style implementation of the PAXOS distributed consensus protocol
  162. gen_smtp https://github.com/Vagabond/gen_smtp https://github.com/Vagabond/gen_smtp A generic Erlang SMTP server and client that can be extended via callback modules
  163. gen_tracker https://github.com/erlyvideo/gen_tracker https://github.com/erlyvideo/gen_tracker supervisor with ets handling of children and their metadata
  164. gen_unix https://github.com/msantos/gen_unix https://github.com/msantos/gen_unix Erlang Unix socket interface
  165. getopt https://github.com/jcomellas/getopt https://github.com/jcomellas/getopt Module to parse command line arguments using the GNU getopt syntax
  166. gettext https://github.com/etnt/gettext https://github.com/etnt/gettext Erlang internationalization library.
  167. gin https://github.com/mad-cocktail/gin https://github.com/mad-cocktail/gin The guards and for Erlang parse_transform
  168. gitty https://github.com/maxlapshin/gitty https://github.com/maxlapshin/gitty Git access in erlang
  169. gpb https://github.com/tomas-abrahamsson/gpb https://github.com/tomas-abrahamsson/gpb A Google Protobuf implementation for Erlang
  170. gproc https://github.com/uwiger/gproc https://github.com/uwiger/gproc Extended process registry for Erlang
  171. grapherl https://github.com/eproxus/grapherl https://github.com/eproxus/grapherl Create graphs of Erlang systems and programs
  172. gun https://github.com/ninenines/gun http//ninenines.eu Asynchronous SPDY, HTTP and Websocket client written in Erlang.
  173. hackney https://github.com/benoitc/hackney https://github.com/benoitc/hackney simple HTTP client in Erlang
  174. hamcrest https://github.com/hyperthunk/hamcrest-erlang https://github.com/hyperthunk/hamcrest-erlang Erlang port of Hamcrest
  175. hanoidb https://github.com/krestenkrab/hanoidb https://github.com/krestenkrab/hanoidb Erlang LSM BTree Storage
  176. hottub https://github.com/bfrog/hottub https://github.com/bfrog/hottub Permanent Erlang Worker Pool
  177. hyper https://github.com/GameAnalytics/hyper https://github.com/GameAnalytics/hyper Erlang implementation of HyperLogLog
  178. ibrowse https://github.com/cmullaparthi/ibrowse https://github.com/cmullaparthi/ibrowse Erlang HTTP client
  179. ierlang https://github.com/robbielynch/ierlang https://github.com/robbielynch/ierlang An Erlang language kernel for IPython.
  180. iota https://github.com/jpgneves/iota https://github.com/jpgneves/iota iota (Inter-dependency Objective Testing Apparatus) - a tool to enforce clean separation of responsibilities in Erlang code
  181. ircd https://github.com/tonyg/erlang-ircd https://github.com/tonyg/erlang-ircd A pluggable IRC daemon application/library for Erlang.
  182. irc_lib https://github.com/OtpChatBot/irc_lib https://github.com/OtpChatBot/irc_lib Erlang irc client library
  183. iris https://github.com/project-iris/iris-erl https://github.com/project-iris/iris-erl Iris Erlang binding
  184. iso8601 https://github.com/seansawyer/erlang_iso8601 https://github.com/seansawyer/erlang_iso8601 Erlang ISO 8601 date formatter/parser
  185. itweet https://github.com/inaka/itweet http://inaka.github.com/itweet/ Twitter Stream API on ibrowse
  186. jerg https://github.com/ddossot/jerg https://github.com/ddossot/jerg JSON Schema to Erlang Records Generator
  187. jesse https://github.com/klarna/jesse https://github.com/klarna/jesse jesse (JSon Schema Erlang) is an implementation of a json schema validator for Erlang.
  188. jiffy https://github.com/davisp/jiffy https://github.com/davisp/jiffy JSON NIFs for Erlang.
  189. jiffy_v https://github.com/shizzard/jiffy-v https://github.com/shizzard/jiffy-v JSON validation utility
  190. jobs https://github.com/esl/jobs https://github.com/esl/jobs a Job scheduler for load regulation
  191. joxa https://github.com/joxa/joxa https://github.com/joxa/joxa A Modern Lisp for the Erlang VM
  192. jsonerl https://github.com/lambder/jsonerl https://github.com/lambder/jsonerl yet another but slightly different erlang <-> json encoder/decoder
  193. json https://github.com/talentdeficit/json https://github.com/talentdeficit/json a high level json library for erlang (17.0+)
  194. jsonpath https://github.com/GeneStevens/jsonpath https://github.com/GeneStevens/jsonpath Fast Erlang JSON data retrieval and updates via javascript-like notation
  195. json_rec https://github.com/justinkirby/json_rec https://github.com/justinkirby/json_rec JSON to erlang record
  196. jsonx https://github.com/iskra/jsonx https://github.com/iskra/jsonx JSONX is an Erlang library for efficient decode and encode JSON, written in C.
  197. jsx https://github.com/talentdeficit/jsx https://github.com/talentdeficit/jsx An Erlang application for consuming, producing and manipulating JSON.
  198. kafka https://github.com/wooga/kafka-erlang https://github.com/wooga/kafka-erlang Kafka consumer and producer in Erlang
  199. kai https://github.com/synrc/kai https://github.com/synrc/kai DHT storage by Takeshi Inoue
  200. katja https://github.com/nifoc/katja https://github.com/nifoc/katja A simple Riemann client written in Erlang.
  201. kdht https://github.com/kevinlynx/kdht https://github.com/kevinlynx/kdht kdht is an erlang DHT implementation
  202. kjell https://github.com/karlll/kjell https://github.com/karlll/kjell Erlang Shell
  203. kraken https://github.com/Asana/kraken https://github.com/Asana/kraken Distributed Pubsub Server for Realtime Apps
  204. kucumberl https://github.com/openshine/kucumberl https://github.com/openshine/kucumberl A pure-erlang, open-source, implementation of Cucumber
  205. kvc https://github.com/etrepum/kvc https://github.com/etrepum/kvc KVC - Key Value Coding for Erlang data structures
  206. kvlists https://github.com/jcomellas/kvlists https://github.com/jcomellas/kvlists Lists of key-value pairs (decoded JSON) in Erlang
  207. kvs https://github.com/synrc/kvs https://github.com/synrc/kvs Container and Iterator
  208. lager_amqp_backend https://github.com/jbrisbin/lager_amqp_backend https://github.com/jbrisbin/lager_amqp_backend AMQP RabbitMQ Lager backend
  209. lager https://github.com/basho/lager https://github.com/basho/lager A logging framework for Erlang/OTP.
  210. lager_syslog https://github.com/basho/lager_syslog https://github.com/basho/lager_syslog Syslog backend for lager
  211. lambdapad https://github.com/gar1t/lambdapad https://github.com/gar1t/lambdapad Static site generator using Erlang. Yes, Erlang.
  212. lasse https://github.com/inaka/lasse https://github.com/inaka/lasse SSE handler for Cowboy
  213. ldap https://github.com/spawnproc/ldap https://github.com/spawnproc/ldap LDAP server written in Erlang
  214. lethink https://github.com/taybin/lethink https://github.com/taybin/lethink erlang driver for rethinkdb
  215. lfe https://github.com/rvirding/lfe https://github.com/rvirding/lfe Lisp Flavoured Erlang (LFE)
  216. ling https://github.com/cloudozer/ling https://github.com/cloudozer/ling Erlang on Xen
  217. live https://github.com/ninenines/live http://ninenines.eu Automated module and configuration reloader.
  218. lmq https://github.com/iij/lmq https://github.com/iij/lmq Lightweight Message Queue
  219. locker https://github.com/wooga/locker https://github.com/wooga/locker Atomic distributed 'check and set' for short-lived keys
  220. locks https://github.com/uwiger/locks https://github.com/uwiger/locks A scalable, deadlock-resolving resource locker
  221. log4erl https://github.com/ahmednawras/log4erl https://github.com/ahmednawras/log4erl A logger for erlang in the spirit of Log4J.
  222. lol https://github.com/b0oh/lol https://github.com/b0oh/lol Lisp on erLang, and programming is fun again
  223. lucid https://github.com/tatsuhiro-t/lucid https://github.com/tatsuhiro-t/lucid HTTP/2 server written in Erlang
  224. luerl https://github.com/rvirding/luerl https://github.com/rvirding/luerl Lua in Erlang
  225. luwak https://github.com/basho/luwak https://github.com/basho/luwak Large-object storage interface for Riak
  226. lux https://github.com/hawk/lux https://github.com/hawk/lux Lux (LUcid eXpect scripting) simplifies test automation and provides an Expect-style execution of commands
  227. mad https://github.com/synrc/mad https://github.com/synrc/mad Small and Fast Rebar Replacement
  228. mavg https://github.com/EchoTeam/mavg https://github.com/EchoTeam/mavg Erlang :: Exponential moving average library
  229. mcd https://github.com/EchoTeam/mcd https://github.com/EchoTeam/mcd Fast memcached protocol client in pure Erlang
  230. mcerlang https://github.com/fredlund/McErlang https://github.com/fredlund/McErlang The McErlang model checker for Erlang
  231. mc_erl https://github.com/clonejo/mc-erl https://github.com/clonejo/mc-erl mc-erl is a server for Minecraft 1.4.7 written in Erlang.
  232. meck https://github.com/eproxus/meck https://github.com/eproxus/meck A mocking library for Erlang
  233. mekao https://github.com/ddosia/mekao https://github.com/ddosia/mekao SQL constructor
  234. merge_index https://github.com/basho/merge_index https://github.com/basho/merge_index MergeIndex is an Erlang library for storing ordered sets on disk. It is very similar to an SSTable (in Google's Bigtable) or an HFile (in Hadoop).
  235. merl https://github.com/richcarl/merl https://github.com/richcarl/merl Metaprogramming in Erlang
  236. mimetypes https://github.com/spawngrid/mimetypes https://github.com/spawngrid/mimetypes Erlang MIME types library
  237. mixer https://github.com/chef/mixer https://github.com/chef/mixer Mix in functions from other modules
  238. mochiweb https://github.com/mochi/mochiweb https://github.com/mochi/mochiweb MochiWeb is an Erlang library for building lightweight HTTP servers.
  239. mochiweb_xpath https://github.com/retnuh/mochiweb_xpath https://github.com/retnuh/mochiweb_xpath XPath support for mochiweb's html parser
  240. mockgyver https://github.com/klajo/mockgyver https://github.com/klajo/mockgyver A mocking library for Erlang
  241. modlib https://github.com/gar1t/modlib https://github.com/gar1t/modlib Web framework based on Erlang's inets httpd
  242. mongodb https://github.com/comtihon/mongodb-erlang https://github.com/comtihon/mongodb-erlang MongoDB driver for Erlang
  243. mongooseim https://github.com/esl/MongooseIM https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform Jabber / XMPP server with focus on performance and scalability, by Erlang Solutions
  244. moyo https://github.com/dwango/moyo https://github.com/dwango/moyo Erlang utility functions library
  245. msgpack https://github.com/msgpack/msgpack-erlang https://github.com/msgpack/msgpack-erlang MessagePack (de)serializer implementation for Erlang
  246. mustache https://github.com/mojombo/mustache.erl https://github.com/mojombo/mustache.erl Mustache template engine for Erlang.
  247. myproto https://github.com/altenwald/myproto https://github.com/altenwald/myproto MySQL Server Protocol in Erlang
  248. mysql https://github.com/dizzyd/erlang-mysql-driver https://github.com/dizzyd/erlang-mysql-driver Erlang MySQL Driver (from code.google.com)
  249. n2o https://github.com/5HT/n2o https://github.com/5HT/n2o WebSocket Application Server
  250. nat_upnp https://github.com/benoitc/nat_upnp https://github.com/benoitc/nat_upnp Erlang library to map your internal port to an external using UNP IGD
  251. neo4j https://github.com/dmitriid/neo4j-erlang https://github.com/dmitriid/neo4j-erlang Erlang client library for Neo4J.
  252. neotoma https://github.com/seancribbs/neotoma https://github.com/seancribbs/neotoma Erlang library and packrat parser-generator for parsing expression grammars.
  253. newrelic https://github.com/wooga/newrelic-erlang https://github.com/wooga/newrelic-erlang Erlang library for sending metrics to New Relic
  254. nifty https://github.com/parapluu/nifty https://github.com/parapluu/nifty Erlang NIF wrapper generator
  255. nkdocker https://github.com/Nekso/nkdocker https://github.com/Nekso/nkdocker Erlang Docker client
  256. nkpacket https://github.com/Nekso/nkpacket https://github.com/Nekso/nkpacket Generic Erlang transport layer
  257. nodefinder https://github.com/okeuday/nodefinder https://github.com/erlanger/nodefinder automatic node discovery via UDP multicast
  258. oauth2c https://github.com/kivra/oauth2_client https://github.com/kivra/oauth2_client Erlang OAuth2 Client
  259. oauth2 https://github.com/kivra/oauth2 https://github.com/kivra/oauth2 Erlang Oauth2 implementation
  260. oauth https://github.com/tim/erlang-oauth https://github.com/tim/erlang-oauth An Erlang OAuth 1.0 implementation
  261. of_protocol https://github.com/FlowForwarding/of_protocol https://github.com/FlowForwarding/of_protocol OpenFlow Protocol Library for Erlang
  262. openflow https://github.com/renatoaguiar/erlang-openflow https://github.com/renatoaguiar/erlang-openflow An OpenFlow controller written in pure erlang
  263. openid https://github.com/brendonh/erl_openid https://github.com/brendonh/erl_openid Erlang OpenID
  264. openpoker https://github.com/hpyhacking/openpoker https://github.com/hpyhacking/openpoker Genesis Texas hold'em Game Server
  265. pal https://github.com/manifest/pal https://github.com/manifest/pal Pragmatic Authentication Library
  266. parse_trans https://github.com/uwiger/parse_trans https://github.com/uwiger/parse_trans Parse transform utilities for Erlang
  267. parsexml https://github.com/maxlapshin/parsexml https://github.com/maxlapshin/parsexml Simple DOM XML parser with convenient and very simple API
  268. pegjs https://github.com/dmitriid/pegjs https://github.com/dmitriid/pegjs An implementation of PEG.js grammar for Erlang.
  269. percept2 https://github.com/huiqing/percept2 https://github.com/huiqing/percept2 Concurrent profiling tool for Erlang
  270. pgsql https://github.com/semiocast/pgsql https://github.com/semiocast/pgsql Erlang PostgreSQL driver
  271. pkgx https://github.com/arjan/pkgx https://github.com/arjan/pkgx Build .deb packages from Erlang releases
  272. pkt https://github.com/msantos/pkt https://github.com/msantos/pkt Erlang network protocol library
  273. plain_fsm https://github.com/uwiger/plain_fsm https://github.com/uwiger/plain_fsm A behaviour/support library for writing plain Erlang FSMs.
  274. plumtree https://github.com/helium/plumtree https://github.com/helium/plumtree Epidemic Broadcast Trees
  275. pmod_transform https://github.com/erlang/pmod_transform https://github.com/erlang/pmod_transform Parse transform for parameterized modules
  276. pobox https://github.com/ferd/pobox https://github.com/ferd/pobox External buffer processes to protect against mailbox overflow in Erlang
  277. ponos https://github.com/klarna/ponos https://github.com/klarna/ponos ponos is a simple yet powerful load generator written in erlang
  278. poolboy https://github.com/devinus/poolboy https://github.com/devinus/poolboy A hunky Erlang worker pool factory
  279. pooler https://github.com/seth/pooler https://github.com/seth/pooler An OTP Process Pool Application
  280. pqueue https://github.com/okeuday/pqueue https://github.com/okeuday/pqueue Erlang Priority Queues
  281. procket https://github.com/msantos/procket http://blog.listincomprehension.com/search/label/procket Erlang interface to low level socket operations
  282. proper https://github.com/manopapad/proper http://proper.softlab.ntua.gr PropEr: a QuickCheck-inspired property-based testing tool for Erlang.
  283. props https://github.com/greyarea/props https://github.com/greyarea/props Property structure library
  284. protobuffs https://github.com/basho/erlang_protobuffs https://github.com/basho/erlang_protobuffs An implementation of Google's Protocol Buffers for Erlang, based on ngerakines/erlang_protobuffs.
  285. psycho https://github.com/gar1t/psycho https://github.com/gar1t/psycho HTTP server that provides a WSGI-like interface for applications and middleware.
  286. ptrackerl https://github.com/inaka/ptrackerl https://github.com/inaka/ptrackerl Pivotal Tracker API Client written in Erlang
  287. purity https://github.com/mpitid/purity https://github.com/mpitid/purity A side-effect analyzer for Erlang
  288. push_service https://github.com/hairyhum/push_service https://github.com/hairyhum/push_service Push service
  289. qdate https://github.com/choptastic/qdate https://github.com/choptastic/qdate Date, time, and timezone parsing, formatting, and conversion for Erlang.
  290. qrcode https://github.com/komone/qrcode https://github.com/komone/qrcode QR Code encoder in Erlang
  291. quest https://github.com/eriksoe/ErlangQuest https://github.com/eriksoe/ErlangQuest Learn Erlang through this set of challenges. An interactive system for getting to know Erlang.
  292. rabbit_exchange_type_riak https://github.com/jbrisbin/riak-exchange https://github.com/jbrisbin/riak-exchange Custom RabbitMQ exchange type for sticking messages in Riak
  293. rack https://github.com/erlyvideo/rack https://github.com/erlyvideo/rack Rack handler for erlang
  294. radierl https://github.com/vances/radierl https://github.com/vances/radierl RADIUS protocol stack implemented in Erlang.
  295. rafter https://github.com/andrewjstone/rafter https://github.com/andrewjstone/rafter An Erlang library application which implements the Raft consensus protocol
  296. ranch https://github.com/ninenines/ranch http://ninenines.eu Socket acceptor pool for TCP protocols.
  297. rbeacon https://github.com/refuge/rbeacon https://github.com/refuge/rbeacon LAN discovery and presence in Erlang.
  298. rebar https://github.com/rebar/rebar3 http://www.rebar3.org Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
  299. rebus https://github.com/olle/rebus https://github.com/olle/rebus A stupid simple, internal, pub/sub event bus written in- and for Erlang.
  300. rec2json https://github.com/lordnull/rec2json https://github.com/lordnull/rec2json Compile erlang record definitions into modules to convert them to/from json easily.
  301. recon https://github.com/ferd/recon https://github.com/ferd/recon Collection of functions and scripts to debug Erlang in production.
  302. record_info https://github.com/bipthelin/erlang-record_info https://github.com/bipthelin/erlang-record_info Convert between record and proplist
  303. redgrid https://github.com/jkvor/redgrid https://github.com/jkvor/redgrid automatic Erlang node discovery via redis
  304. redo https://github.com/jkvor/redo https://github.com/jkvor/redo pipelined erlang redis client
  305. relx https://github.com/erlware/relx https://github.com/erlware/relx Sane, simple release creation for Erlang
  306. resource_discovery https://github.com/erlware/resource_discovery http://erlware.org/ An application used to dynamically discover resources present in an Erlang node cluster.
  307. restc https://github.com/kivra/restclient https://github.com/kivra/restclient Erlang Rest Client
  308. rfc4627_jsonrpc https://github.com/tonyg/erlang-rfc4627 https://github.com/tonyg/erlang-rfc4627 Erlang RFC4627 (JSON) codec and JSON-RPC server implementation.
  309. riakc https://github.com/basho/riak-erlang-client https://github.com/basho/riak-erlang-client Erlang clients for Riak.
  310. riak_core https://github.com/basho/riak_core https://github.com/basho/riak_core Distributed systems infrastructure used by Riak.
  311. riak_dt https://github.com/basho/riak_dt https://github.com/basho/riak_dt Convergent replicated datatypes in Erlang
  312. riak_ensemble https://github.com/basho/riak_ensemble https://github.com/basho/riak_ensemble Multi-Paxos framework in Erlang
  313. riakhttpc https://github.com/basho/riak-erlang-http-client https://github.com/basho/riak-erlang-http-client Riak Erlang client using the HTTP interface
  314. riak_kv https://github.com/basho/riak_kv https://github.com/basho/riak_kv Riak Key/Value Store
  315. riaknostic https://github.com/basho/riaknostic https://github.com/basho/riaknostic A diagnostic tool for Riak installations, to find common errors asap
  316. riak_pg https://github.com/cmeiklejohn/riak_pg https://github.com/cmeiklejohn/riak_pg Distributed process groups with riak_core.
  317. riak_pipe https://github.com/basho/riak_pipe https://github.com/basho/riak_pipe Riak Pipelines
  318. riakpool https://github.com/dweldon/riakpool https://github.com/dweldon/riakpool erlang riak client pool
  319. riak_sysmon https://github.com/basho/riak_sysmon https://github.com/basho/riak_sysmon Simple OTP app for managing Erlang VM system_monitor event messages
  320. riak_test https://github.com/basho/riak_test https://github.com/basho/riak_test I'm in your cluster, testing your riaks
  321. rivus_cep https://github.com/vascokk/rivus_cep https://github.com/vascokk/rivus_cep Complex event processing in Erlang
  322. rlimit https://github.com/jlouis/rlimit https://github.com/jlouis/rlimit Magnus Klaar's rate limiter code from etorrent
  323. safetyvalve https://github.com/jlouis/safetyvalve https://github.com/jlouis/safetyvalve A safety valve for your erlang node
  324. seestar https://github.com/iamaleksey/seestar https://github.com/iamaleksey/seestar The Erlang client for Cassandra 1.2+ binary protocol
  325. setup https://github.com/uwiger/setup https://github.com/uwiger/setup Generic setup utility for Erlang-based systems
  326. sext https://github.com/uwiger/sext https://github.com/uwiger/sext Sortable Erlang Term Serialization
  327. sfmt https://github.com/jj1bdx/sfmt-erlang https://github.com/jj1bdx/sfmt-erlang SFMT pseudo random number generator for Erlang.
  328. sgte https://github.com/filippo/sgte https://github.com/filippo/sgte A simple Erlang Template Engine
  329. sheriff https://github.com/extend/sheriff http://ninenines.eu Parse transform for type based validation.
  330. shotgun https://github.com/inaka/shotgun https://github.com/inaka/shotgun better than just a gun
  331. sidejob https://github.com/basho/sidejob https://github.com/basho/sidejob Parallel worker and capacity limiting library for Erlang
  332. sieve https://github.com/benoitc/sieve https://github.com/benoitc/sieve sieve is a simple TCP routing proxy (layer 7) in erlang
  333. sighandler https://github.com/jkingsbery/sighandler https://github.com/jkingsbery/sighandler Handle UNIX signals in Er lang
  334. simhash https://github.com/ferd/simhash https://github.com/ferd/simhash Simhashing for Erlang -- hashing algorithm to find near-duplicates in binary data.
  335. simple_bridge https://github.com/nitrogen/simple_bridge https://github.com/nitrogen/simple_bridge A simple, standardized interface library to Erlang HTTP Servers.
  336. simple_oauth2 https://github.com/virtan/simple_oauth2 https://github.com/virtan/simple_oauth2 Simple erlang OAuth2 client module for any http server framework (Google, Facebook, Yandex, Vkontakte are preconfigured)
  337. skel https://github.com/ParaPhrase/skel https://github.com/ParaPhrase/skel A Streaming Process-based Skeleton Library for Erlang
  338. social https://github.com/dvv/social https://github.com/dvv/social Cowboy handler for social login via OAuth2 providers
  339. spapi_router https://github.com/spilgames/spapi-router https://github.com/spilgames/spapi-router Partially-connected Erlang clustering
  340. sqerl https://github.com/hairyhum/sqerl https://github.com/hairyhum/sqerl An Erlang-flavoured SQL DSL
  341. srly https://github.com/msantos/srly https://github.com/msantos/srly Native Erlang Unix serial interface
  342. sshrpc https://github.com/jj1bdx/sshrpc https://github.com/jj1bdx/sshrpc Erlang SSH RPC module (experimental)
  343. stable https://github.com/dvv/stable https://github.com/dvv/stable Library of assorted helpers for Cowboy web server.
  344. statebox https://github.com/mochi/statebox https://github.com/mochi/statebox Erlang state monad with merge/conflict-resolution capabilities. Useful for Riak.
  345. statebox_riak https://github.com/mochi/statebox_riak https://github.com/mochi/statebox_riak Convenience library that makes it easier to use statebox with riak, extracted from best practices in our production code at Mochi Media.
  346. statman https://github.com/knutin/statman https://github.com/knutin/statman Efficiently collect massive volumes of metrics inside the Erlang VM
  347. statsderl https://github.com/lpgauth/statsderl https://github.com/lpgauth/statsderl StatsD client (erlang)
  348. stdinout_pool https://github.com/mattsta/erlang-stdinout-pool https://github.com/mattsta/erlang-stdinout-pool stdinout_pool : stuff goes in, stuff goes out. there's never any miscommunication.
  349. stockdb https://github.com/maxlapshin/stockdb https://github.com/maxlapshin/stockdb Database for storing Stock Exchange quotes in erlang
  350. stripe https://github.com/mattsta/stripe-erlang https://github.com/mattsta/stripe-erlang Erlang interface to the stripe.com API
  351. swab https://github.com/crownedgrouse/swab https://github.com/crownedgrouse/swab General purpose buffer handling module
  352. swarm https://github.com/jeremey/swarm https://github.com/jeremey/swarm Fast and simple acceptor pool for Erlang
  353. switchboard https://github.com/thusfresh/switchboard https://github.com/thusfresh/switchboard A framework for processing email using worker plugins.
  354. sync https://github.com/rustyio/sync https://github.com/rustyio/sync On-the-fly recompiling and reloading in Erlang.
  355. syntaxerl https://github.com/ten0s/syntaxerl https://github.com/ten0s/syntaxerl Syntax checker for Erlang
  356. syslog https://github.com/Vagabond/erlang-syslog https://github.com/Vagabond/erlang-syslog Erlang port driver for interacting with syslog via syslog(3)
  357. taskforce https://github.com/g-andrade/taskforce https://github.com/g-andrade/taskforce Erlang worker pools for controlled parallelisation of arbitrary tasks.
  358. tddreloader https://github.com/version2beta/tddreloader https://github.com/version2beta/tddreloader Shell utility for recompiling, reloading, and testing code as it changes
  359. tempo https://github.com/selectel/tempo https://github.com/selectel/tempo NIF-based date and time parsing and formatting for Erlang.
  360. ticktick https://github.com/ericliang/ticktick https://github.com/ericliang/ticktick Ticktick is an id generator for message service.
  361. tinymq https://github.com/ChicagoBoss/tinymq https://github.com/ChicagoBoss/tinymq TinyMQ - a diminutive, in-memory message queue
  362. tinymt https://github.com/jj1bdx/tinymt-erlang https://github.com/jj1bdx/tinymt-erlang TinyMT pseudo random number generator for Erlang.
  363. traffic_tools https://github.com/systra/traffic_tools https://github.com/systra/traffic_tools Simple traffic limiting library
  364. trane https://github.com/massemanet/trane https://github.com/massemanet/trane SAX style broken HTML parser in Erlang
  365. transit https://github.com/isaiah/transit-erlang https://github.com/isaiah/transit-erlang transit format for erlang
  366. trie https://github.com/okeuday/trie https://github.com/okeuday/trie Erlang Trie Implementation
  367. triq https://github.com/krestenkrab/triq https://github.com/krestenkrab/triq Trifork QuickCheck
  368. tunctl https://github.com/msantos/tunctl https://github.com/msantos/tunctl Erlang TUN/TAP interface
  369. twerl https://github.com/lucaspiller/twerl https://github.com/lucaspiller/twerl Erlang client for the Twitter Streaming API
  370. twitter_erlang https://github.com/ngerakines/erlang_twitter https://github.com/ngerakines/erlang_twitter An Erlang twitter client
  371. ucol_nif https://github.com/refuge/ucol_nif https://github.com/refuge/ucol_nif ICU based collation Erlang module
  372. unicorn https://github.com/shizzard/unicorn https://github.com/shizzard/unicorn Generic configuration server
  373. unsplit https://github.com/uwiger/unsplit https://github.com/uwiger/unsplit Resolves conflicts in Mnesia after network splits
  374. uuid https://github.com/okeuday/uuid https://github.com/okeuday/uuid Erlang UUID Implementation
  375. ux https://github.com/erlang-unicode/ux https://github.com/erlang-unicode/ux Unicode eXtention for Erlang (Strings, Collation)
  376. vert https://github.com/msantos/erlang-libvirt https://github.com/msantos/erlang-libvirt Erlang binding to libvirt virtualization API
  377. vmq_acl https://github.com/erlio/vmq_acl https://verne.mq/ Component of VerneMQ: A distributed MQTT message broker
  378. vmq_bridge https://github.com/erlio/vmq_bridge https://verne.mq/ Component of VerneMQ: A distributed MQTT message broker
  379. vmq_graphite https://github.com/erlio/vmq_graphite https://verne.mq/ Component of VerneMQ: A distributed MQTT message broker
  380. vmq_passwd https://github.com/erlio/vmq_passwd https://verne.mq/ Component of VerneMQ: A distributed MQTT message broker
  381. vmq_snmp https://github.com/erlio/vmq_snmp https://verne.mq/ Component of VerneMQ: A distributed MQTT message broker
  382. vmq_systree https://github.com/erlio/vmq_systree https://verne.mq/ Component of VerneMQ: A distributed MQTT message broker
  383. vmstats https://github.com/ferd/vmstats https://github.com/ferd/vmstats tiny Erlang app that works in conjunction with statsderl in order to generate information on the Erlang VM for graphite logs.
  384. walrus https://github.com/devinus/walrus https://github.com/devinus/walrus Walrus - Mustache-like Templating
  385. webmachine https://github.com/basho/webmachine https://github.com/basho/webmachine A REST-based system for building web applications.
  386. websocket_client https://github.com/jeremyong/websocket_client https://github.com/jeremyong/websocket_client Erlang websocket client (ws and wss supported)
  387. worker_pool https://github.com/inaka/worker_pool https://github.com/inaka/worker_pool a simple erlang worker pool
  388. wrangler https://github.com/RefactoringTools/wrangler http://www.cs.kent.ac.uk/projects/wrangler/Home.html Import of the Wrangler svn repository.
  389. wsock https://github.com/madtrick/wsock https://github.com/madtrick/wsock Erlang library to build WebSocket clients and servers
  390. xref_runner https://github.com/inaka/xref_runner https://github.com/inaka/xref_runner Erlang Xref Runner (inspired in rebar xref)
  391. yamerl https://github.com/yakaz/yamerl https://github.com/yakaz/yamerl YAML 1.2 parser in pure Erlang
  392. yamler https://github.com/goertzenator/yamler https://github.com/goertzenator/yamler libyaml-based yaml loader for Erlang
  393. yaws https://github.com/klacke/yaws http://yaws.hyber.org Yaws webserver
  394. zab_engine https://github.com/xinmingyao/zab_engine https://github.com/xinmingyao/zab_engine zab propotocol implement by erlang
  395. zeta https://github.com/s1n4/zeta https://github.com/s1n4/zeta HTTP access log parser in Erlang
  396. zippers https://github.com/ferd/zippers https://github.com/ferd/zippers A library for functional zipper data structures in Erlang. Read more on zippers
  397. zlists https://github.com/vjache/erlang-zlists https://github.com/vjache/erlang-zlists Erlang lazy lists library.
  398. zraft_lib https://github.com/dreyk/zraft_lib https://github.com/dreyk/zraft_lib Erlang raft consensus protocol implementation
  399. zucchini https://github.com/devinus/zucchini https://github.com/devinus/zucchini An Erlang INI parser