control 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. Source: libopc
  2. Priority: optional
  3. Maintainer: Florian Reuter <flr@acm.org>
  4. Build-Depends: debhelper (>= 7.0.50~), python3
  5. Standards-Version: 3.9.1
  6. Section: libs
  7. Homepage: http://libopc.codeplex.com
  8. #Vcs-Git: git://git.debian.org/collab-maint/libopc.git
  9. #Vcs-Browser: http://git.debian.org/?p=collab-maint/libopc.git;a=summary
  10. Package: libopc-dev
  11. Section: libdevel
  12. Architecture: any
  13. Depends: libopc (= ${binary:Version}), libxml2-dev, zlib1g-dev, ${misc:Depends}
  14. Description: Headers and static libraries for libopc
  15. This package is needed to develop application which use libopc. It contains
  16. all headers as well as static versions of the libopc libraries.
  17. Package: libopc
  18. #Section: libs # removed since lintian complained.
  19. Architecture: any
  20. Depends: ${shlibs:Depends}, ${misc:Depends}
  21. Description: Library for handling ISO/IEC 29500 container
  22. The Open Packaging Convention (OPC) is part of the ISO/IEC 29500 specification
  23. which standardizes word-processing, spreadsheet and presentation documents. A
  24. prominent implementer of the new standard is Microsoft Office Version 2007 and
  25. beyond. Every .docx, .xslx, .pptx document is an OPC container. Libopc has
  26. functions to read/write OPC container.
  27. Another part of ISO/IEC 29500 is Markup Compatibility and Extensibility (MCE).
  28. Libopc also has features to parse and generate XML markup compatible with MCE.