OpenSDE Packages Database (without history before r20070)
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.

43 lines
1.7 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../tnetstrings-lua/tnetstrings-lua.desc
  5. [COPY] Copyright (C) 2012 The OpenSDE Project
  6. [COPY]
  7. [COPY] More information can be found in the files COPYING and README.
  8. [COPY]
  9. [COPY] This program is free software; you can redistribute it and/or modify
  10. [COPY] it under the terms of the GNU General Public License as published by
  11. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  12. [COPY] GNU General Public License can be found in the file COPYING.
  13. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  14. [I] An implementation of TNetStrings in Lua
  15. [T] TNetStrings stand for a "tagged netstrings" and are a modification of Dan
  16. [T] Bernstein's netstrings specification to allow for the same data structures
  17. [T] as JSON but in a format that meets these requirements:
  18. [T] - Trivial to parse in every language without making errors.
  19. [T] - Resistant to buffer overflows and other problems.
  20. [T] - Fast and low resource intensive.
  21. [T] - Makes no assumptions about string contents and can store binary data
  22. [T] without escaping or encoding them.
  23. [T] - Backward compatible with original netstrings.
  24. [T] - Transport agnostic, so it works with streams, messages, files, anything
  25. [T] that's 8-bit clean.
  26. [U] https://github.com/jsimmons/tnetstrings.lua
  27. [U] http://tnetstrings.org (TNetStrings Specification)
  28. [A] Josh Simmons <simmons.44@gmail.com>
  29. [M] Christian Wiese <chris@opensde.org>
  30. [C] extra/development
  31. [F] LUA
  32. [L] MIT
  33. [S] Stable
  34. [V] 1.1.0
  35. [P] X -----5---9 800.000
  36. [D] 1552901771 tnetstrings-1.1.0.tar.bz2 http://cloud.github.com/downloads/jsimmons/tnetstrings.lua/