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
- Host: GitHub
- URL: https://github.com/llnl/libjustify
- Owner: LLNL
- License: mit
- Created: 2023-06-23T20:32:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T22:41:54.000Z (over 2 years ago)
- Last Synced: 2025-04-12T05:03:27.412Z (about 1 year ago)
- Topics: c, tabular-data
- Language: C
- Homepage:
- Size: 196 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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