Skip to content

tong/msgpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

msgpack

Tool for converting json <-> msgpack.

Build

haxelib install build.hxml
haxe build.hxml
cc -O3 -std=c11 -msse2 -mfpmath=sse -I out out/main.c -o msgpack -lhl

Usage

Usage: msgpack <file.json|file.msgpack>