Skip to content

A cross-platform Little Endian base128 variable length integer reader/writer

License

Notifications You must be signed in to change notification settings

darmie/binary128

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary128

Dependencies

Run haxelib install all to install the dependencies.

Compile neko

haxe build-neko.hxml
neko bin/Binary128.n

Compile nodejs

haxe build-nodejs.hxml
node bin/Binary128.js

Compile js

haxe build-js.hxml

Compile cpp

haxe build-cpp.hxml

Compile cs

haxe build-cs.hxml
bin/Binary128/bin/Main.exe.exe

Compile java

haxe build-java.hxml
java -jar bin/Binary128.jar

About

A cross-platform Little Endian base128 variable length integer reader/writer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages