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

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

  Version: 0.4.0, API: 2.0.1

About
-----

  NASPRO Bridge it (http://naspro.atheme.org/libraries/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:

    * LV2 (http://lv2plug.in/ns/lv2core) >= 4.0;
    * LV2 Dynamic Manifest (http://lv2plug.in/ns/ext/dynmanifest) >= 1.0;
    * LV2 Port Properties (http://lv2plug.in/ns/ext/port-props) >= 0.1 (only for
      the logarithmic port property);
    * Extended Port Information (http://lv2plug.in/ns/dev/extportinfo) draft
      revision 3 (only for the logarithmic port property, deprecated);
    * LV2 Events (http://lv2plug.in/ns/ext/event) >= 1.0;
    * LV2 MIDI Events (http://lv2plug.in/ns/ext/midi) >= 1.0;
    * LV2 Presets (http://lv2plug.in/ns/ext/presets) >= 2.2.

  The code is released under the LGPL 2.1
  (http://www.gnu.org/licenses/lgpl-2.1.html).

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

  It is written in C99 and 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/libraries/naspro-core/) >= 0.4.0.

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

  * LV2 (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.68, 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-2).

Installation
------------

  As usual:

  $ ./configure && make && make install

  Extra ./configure options
  -------------------------

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