Skip to content

pandom79/Ulib

Repository files navigation

Ulib

This library provides some functions to handle the following components:

  • string
  • array
  • hash table
  • files parser
  • date and time

Build instructions

Download the release from here and uncompress it.

Run the following steps:

cd ulib
meson setup build
cd build
meson compile
meson install

According the default options, the Api Documentation is available in latex and html format into build folder.
Please, consult meson_options.txt to exclude one or both.