External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.1KB

  1. Source: sratom-static
  2. Section: devel
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts (>= 5),
  7. python3,
  8. pkg-config,
  9. libsord-static (>= 6:0.16.8-1kxstudio4),
  10. lv2-dev (>= 6:1.18.2-1kxstudio1)
  11. Standards-Version: 4.5.0
  12. Homepage: http://drobilla.net/software/sratom/
  13. Rules-Requires-Root: no
  14. Package: libsratom-static
  15. Architecture: any
  16. Depends: ${misc:Depends}, libsord-static, lv2-dev
  17. Conflicts: sratom-static
  18. Breaks: sratom-static
  19. Description: library for serialising LV2 atoms to/from Turtle (static)
  20. Sratom is a new C library for serialising LV2 atoms to/from Turtle.
  21. It is intended to be a full serialisation solution for LV2 atoms,
  22. allowing implementations to serialise binary atoms to strings and
  23. read them back again. This is particularly useful for saving plugin
  24. state, or implementing plugin control with network transparency.
  25. Sratom uses Serd and Sord to do the work, it is a small library
  26. implemented in a single source file, suitable for direct inclusion
  27. in projects if avoiding a dependency is desired.
  28. .
  29. This package provides the static library used in KXStudio builds.