How to Install libsratom-dev in Ubuntu 18.04



Install libsratom-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libsratom-dev

Description:

library for serialising LV2 atoms to/from Turtle - development files

Sratom is a new C library for serialising LV2 atoms to/from Turtle. It is intended to be a full serialisation solution for LV2 atoms, allowing implementations to serialise binary atoms to strings and read them back again. This is particularly useful for saving plugin state, or implementing plugin control with network transparency. Sratom uses Serd and Sord to do the work, it is a small library implemented in a single source file, suitable for direct inclusion in projects if avoiding a dependency is desired. . This package provides the development files for Sratom.

Homepage: http://drobilla.net/software/sratom/

Version: 0.6.0~dfsg0-1

Section: universe/libdevel