Difference between revisions of "Blob"

(Created page with "Blob.lua is a LuaJIT library that performs serialization into a compact binary format. It can be used to parse arbitrary binary data, or to serialize data for efficient storag...")
 
m (Replace GitHub link with web.archive for now.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Blob.lua is a LuaJIT library that performs serialization into a compact binary format. It can be used to parse arbitrary binary data, or to serialize data for efficient storage or transmission.
 
Blob.lua is a LuaJIT library that performs serialization into a compact binary format. It can be used to parse arbitrary binary data, or to serialize data for efficient storage or transmission.
  
[http://github.com/megagrump/blob GitHub repositiory]
+
(Internet Archive) [https://web.archive.org/web/20210125002105/https://github.com/megagrump/blob GitHub repositiory] ([https://web.archive.org/web/20210125002138/https://codeload.github.com/megagrump/blob/tar.gz/2.0.2 Download])
  
[https://love2d.org/forums/viewtopic.php?f=5&t=85137 LÖVE forum thread]
+
[https://love2d.org/forums/viewtopic.php?f=5&t=84626&p=216827 LÖVE forum thread]
  
 
{{#set:LOVE Version=Any}}
 
{{#set:LOVE Version=Any}}
Line 11: Line 11:
 
{{#set:License=MIT}}
 
{{#set:License=MIT}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 +
== Ohter Languages ==
 +
{{i18n|Blob}}

Latest revision as of 02:56, 3 October 2022

Blob.lua is a LuaJIT library that performs serialization into a compact binary format. It can be used to parse arbitrary binary data, or to serialize data for efficient storage or transmission.

(Internet Archive) GitHub repositiory (Download)

LÖVE forum thread

Ohter Languages