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

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

  Version: 0.3.0, API: 2.0.0

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

    * LV2 (http://lv2plug.in/ns/lv2core) version 4.0;
    * LV2 Dynamic Manifest (http://lv2plug.in/ns/ext/dyn-manifest) version 1.0;
    * LV2 Port Properties (http://lv2plug.in/ns/ext/port-props) version 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) version 1.0;
    * LV2 MIDI Events (http://lv2plug.in/ns/ext/midi) version 1.0;
    * LV2 Presets (http://lv2plug.in/ns/ext/presets) version 2.2.

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.3.0.

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