control-template 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Source: open62541
  2. Priority: optional
  3. Maintainer: open62541 Team <open62541-core@googlegroups.com>
  4. Build-Depends: debhelper (>= 9),
  5. cmake (>= 2.8),
  6. python (>= 2.7),
  7. python-sphinx,
  8. python-sphinx-rtd-theme | base-files (<= 7.2ubuntu5.6~),
  9. graphviz,
  10. texlive-fonts-recommended,
  11. texlive-latex-extra,
  12. texlive-plain-generic | texlive-generic-extra,
  13. latexmk
  14. Standards-Version: 4.4.1
  15. Section: libs
  16. Homepage: https://open62541.org/
  17. Vcs-Git: https://github.com/open62541/open62541.git
  18. Vcs-Browser: https://github.com/open62541/open62541
  19. Package: libopen62541-<soname>-dev
  20. Section: libdevel
  21. Architecture: any
  22. Multi-Arch: same
  23. Depends: libopen62541-<soname> (= ${binary:Version}), ${misc:Depends}
  24. Description: Open source implementation of OPC UA - development files
  25. open62541 (http://open62541.org) is an open source and free implementation
  26. of OPC UA (OPC Unified Architecture) written in the common subset of the
  27. C99 and C++98 languages.
  28. The library is usable with all major compilers and provides the necessary
  29. tools to implement dedicated OPC UA clients and servers, or to integrate
  30. OPC UA-based communication into existing applications.
  31. .
  32. This package provides the open62541 header and development files
  33. Package: libopen62541-<soname>-tools
  34. Section: libdevel
  35. Architecture: all
  36. Depends: ${misc:Depends}, python
  37. Recommends: libopen62541-<soname>-dev
  38. Description: Open source implementation of OPC UA - tools
  39. open62541 (http://open62541.org) is an open source and free implementation
  40. of OPC UA (OPC Unified Architecture) written in the common subset of the
  41. C99 and C++98 languages.
  42. The library is usable with all major compilers and provides the necessary
  43. tools to implement dedicated OPC UA clients and servers, or to integrate
  44. OPC UA-based communication into existing applications.
  45. .
  46. This package provides some open62541 tools, e.g. the nodeset compiler
  47. Package: libopen62541-<soname>
  48. Architecture: any
  49. Multi-Arch: same
  50. Depends: ${shlibs:Depends}, ${misc:Depends}
  51. Description: Open source implementation of OPC UA - shared library
  52. open62541 (http://open62541.org) is an open source and free implementation
  53. of OPC UA (OPC Unified Architecture) written in the common subset of the
  54. C99 and C++98 languages.
  55. The library is usable with all major compilers and provides the necessary
  56. tools to implement dedicated OPC UA clients and servers, or to integrate
  57. OPC UA-based communication into existing applications.
  58. .
  59. This package provides the open62541 shared library
  60. Package: open62541-doc
  61. Section: doc
  62. Architecture: all
  63. Multi-Arch: foreign
  64. Depends: ${misc:Depends}, ${sphinxdoc:Depends}
  65. Description: Open source implementation of OPC UA - documentation
  66. open62541 (http://open62541.org) is an open source and free implementation
  67. of OPC UA (OPC Unified Architecture) written in the common subset of the
  68. C99 and C++98 languages.
  69. The library is usable with all major compilers and provides the necessary
  70. tools to implement dedicated OPC UA clients and servers, or to integrate
  71. OPC UA-based communication into existing applications.
  72. .
  73. This package provides the open62541 documentation as PDF and HTML
  74. and example applications