Difference between revisions of "Blob"

m
m (Replace GitHub link with web.archive for now.)
 
(One intermediate revision by one other user 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=84626&p=216827 LÖVE forum thread]
 
[https://love2d.org/forums/viewtopic.php?f=5&t=84626&p=216827 LÖVE forum thread]
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