Skip to content

juliensf/mercury-leb128

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mercury-LEB128

mercury_leb128 is a Mercury library for reading and writing LEB128 encoded integers from byte (uint8) streams.

License

mercury_leb128 is licensed under a simple 2-clause BSD style license. See the file COPYING for details.

Installation

Check the values in the file Make.options to see if they agree with your system, then do:

$ make install

You can also override values in Make.options on the command line, for example

$ make INSTALL_PREFIX=/foo/bar install

causes the library to be installed in the directory /foo/bar.

Author

Julien Fischer juliensf@gmail.com

About

A Mercury library providing LEB128 encoding and decoding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published