control-template 3.1 KB

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