Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 728 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 728 Bytes

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 [email protected]