NASPRO Bridge it

NASPRO Bridge it is a little helper library to develop insert-your-API-here to LV2 bridges.

As of now, it basically offers a few utility functions and Turtle/RDF serialization for LV2 dynamic manifest generation, supporting the following LV2 extensions:

The code is released under the LGPL 2.1.

Supported platforms/compilers

It is written in C99 and there is no platform- or compiler-specific code, hence wherever NASPRO core runs, this library is able to run.

Usage

Just include <NASPRO/brit/lib.h> in your source files and use the pkg-config tool to retrieve compiler and linker flags (package name: nabrit-3).

Documentation

You can take a look at the auto-generated documentation.

Installation

Download

See the downloads page.

Dependencies

Runtime dependencies

Build-time requirements

Installation instructions

As usual:

$ ./configure && make && make install

Extra ./configure options

--with-pkgconfigdir=DIR
Where to put pkg-config’s .pc files [LIBDIR/pkgconfig]