erlang自定义二进制协议
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 rivejä
375 B

  1. {application,genProto,
  2. [{description,"An OTP library"},
  3. {vsn,"0.1.0"},
  4. {registered,[]},
  5. {applications,[kernel,stdlib]},
  6. {env,[]},
  7. {modules,[protoCode,protoCode_bak,protoField,protoGen,
  8. protoParse]},
  9. {licenses,["Apache 2.0"]},
  10. {links,[]}]}.