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.

33 lines
952B

  1. Source: serd-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. libzix-static (>= 6:0.6.2-1kxstudio1)
  9. Standards-Version: 4.5.0
  10. Homepage: http://drobilla.net/software/serd/
  11. Rules-Requires-Root: no
  12. Package: libserd-static
  13. Architecture: any
  14. Depends: ${misc:Depends}
  15. Conflicts: serd-static
  16. Breaks: serd-static
  17. Description: lightweight RDF syntax library (static)
  18. Serd is a lightweight C library for RDF syntax which supports reading
  19. and writing Turtle and NTriples.
  20. .
  21. This package provides the static library used in KXStudio builds.
  22. Package: serdi
  23. Section: utils
  24. Architecture: any
  25. Depends: ${misc:Depends}, ${shlibs:Depends}
  26. Description: lightweight RDF syntax library - serdi tool
  27. Serd is a lightweight C library for RDF syntax which supports reading
  28. and writing Turtle and NTriples.
  29. .
  30. This package provides the utility 'serdi'.