An open API service indexing awesome lists of open source software.

https://github.com/llnl/libjustify

Dynamic justification of tabular data in native C
https://github.com/llnl/libjustify

c tabular-data

Last synced: 19 days ago
JSON representation

Dynamic justification of tabular data in native C

Awesome Lists containing this project

README

          

libjustify
==========

### Authors

libjustify was created by Barry Rountree (rountree@llnl.gov).

### Installing

Installation is as simple as:
```
git clone https://github.com/LLNL/libjustify.git
mkdir build && cd build
cmake ../src/
make
```

### License

libjustify is distributed under the terms of the MIT license.

See [LICENSE](https://github.com/llnl/libjustify/blob/main/LICENSE) and
[NOTICE](https://github.com/llnl/libjustify/blob/main/NOTICE) for details.

SPDX-License-Identifier: MIT

LLNL-CODE-843152