birkelund / libsupport

C support library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libsupport

libsupport is a C support library.

Building

libsupport uses the meson build system.

meson setup build
ninja -C build

However, libsupport is intended to be built and linked as a static library.

libsupport_proj = subproject('libsupport',
  default_options: [
    'default_library=shared',
  ], required: true,
)

License

Except where otherwise stated, all software contained within this repository is licensed under the GNU Lesser General Public License version 2.1 or later. See COPYING for more information.

About

C support library

License:GNU Lesser General Public License v2.1


Languages

Language:Perl 91.5%Language:C 6.1%Language:Meson 0.9%Language:Vim Script 0.6%Language:Python 0.6%Language:Shell 0.2%Language:Awk 0.1%