Registry / cli / libfort

libfort

JSON →
library0.4.2vcpkgunverified

A simple cross-platform library to create formatted text tables.

vcpkg install libfort
INSTALL
IMPORT
SIG · LIBFORT
L
libfort
clicppv0.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fort.h
#include <fort.h>

Create and display a simple text table.

#include "fort.h" int main() { ft_table_t *table = ft_create_table(); ft_set_cell_prop(table, 0, FT_ANY_COLUMN, FT_CPROP_ROW_TYPE, FT_ROW_HEADER); ft_write_ln(table, "Name", "Age"); ft_write_ln(table, "Alice", "30"); ft_destroy_table(table); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources

No resource links recorded.

libfort — pip install libfort · libregistry