/mercury-leb128

A Mercury library providing LEB128 encoding and decoding.

Primary LanguageMercuryBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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