NASPRO Bridge it
================

  http://naspro.atheme.org/naspro-bridge-it/

  Version: 0.2.91, API: 1.1.0

About
-----

  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 specifications/extensions:

    * LV2 (http://lv2plug.in/ns/lv2core) revision 4.0;
    * LV2 Dynamic Manifest (http://lv2plug.in/ns/ext/dyn-manifest) revision
      1.0;
    * Extended Port Information (http://lv2plug.in/ns/dev/extportinfo) draft
      revision 3 (only for the logarithmic port property);
    * LV2 Events (http://lv2plug.in/ns/ext/event) revision 1.0;
    * LV2 MIDI Events (http://lv2plug.in/ns/ext/midi) revision 1.0.

  It is written in C99 and is almost entirely reentrant and thread-safe.

Supported platforms/compilers
-----------------------------

  There is no platform- or compiler-specific code, hence wherever NASPRO core
  (http://naspro.atheme.org/naspro-core/) runs, this library is able to run.

Runtime dependencies
--------------------

  * NASPRO core (http://naspro.atheme.org/naspro-core/) >= 0.2.91.

Build-time dependencies
-----------------------

  * LV2 core (http://lv2plug.in) >= 4.0;
  * pkg-config (http://pkg-config.freedesktop.org/);
  * An environment capable of running Autotools-based build systems;
  * (optional) GNU Autoconf (http://www.gnu.org/software/autoconf/) >= 2.61, GNU
    Automake (http://www.gnu.org/software/automake/) and GNU Libtool
    (http://www.gnu.org/software/libtool/) to regenerate the build system;
  * (optional) Natural Docs (http://www.naturaldocs.org/) >= 1.5 to regenerate
    the build system and/or the documentation.

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-1).
