control-template 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Source: open62541
  2. Priority: optional
  3. Maintainer: open62541 Team <open62541-core@googlegroups.com>
  4. Build-Depends: debhelper (>= 9),
  5. cmake (>= 2.8),
  6. git,
  7. graphviz,
  8. python (>= 2.7),
  9. Standards-Version: 4.4.1
  10. Section: libs
  11. Homepage: https://open62541.org/
  12. Vcs-Git: https://github.com/open62541/open62541.git
  13. Vcs-Browser: https://github.com/open62541/open62541
  14. Package: libopen62541-<soname>-dev
  15. Section: libdevel
  16. Architecture: any
  17. Multi-Arch: same
  18. Depends: libopen62541-<soname> (= ${binary:Version}), ${misc:Depends}
  19. Description: Open source implementation of OPC UA - development files
  20. open62541 (http://open62541.org) is an open source and free implementation
  21. of OPC UA (OPC Unified Architecture) written in the common subset of the
  22. C99 and C++98 languages.
  23. The library is usable with all major compilers and provides the necessary
  24. tools to implement dedicated OPC UA clients and servers, or to integrate
  25. OPC UA-based communication into existing applications.
  26. .
  27. This package provides the open62541 header and development files
  28. Package: libopen62541-<soname>-tools
  29. Section: libdevel
  30. Architecture: all
  31. Depends: ${misc:Depends}, python
  32. Recommends: libopen62541-<soname>-dev
  33. Description: Open source implementation of OPC UA - tools
  34. open62541 (http://open62541.org) is an open source and free implementation
  35. of OPC UA (OPC Unified Architecture) written in the common subset of the
  36. C99 and C++98 languages.
  37. The library is usable with all major compilers and provides the necessary
  38. tools to implement dedicated OPC UA clients and servers, or to integrate
  39. OPC UA-based communication into existing applications.
  40. .
  41. This package provides some open62541 tools, e.g. the nodeset compiler
  42. Package: libopen62541-<soname>
  43. Architecture: any
  44. Multi-Arch: same
  45. Depends: ${shlibs:Depends}, ${misc:Depends}
  46. Description: Open source implementation of OPC UA - shared library
  47. open62541 (http://open62541.org) is an open source and free implementation
  48. of OPC UA (OPC Unified Architecture) written in the common subset of the
  49. C99 and C++98 languages.
  50. The library is usable with all major compilers and provides the necessary
  51. tools to implement dedicated OPC UA clients and servers, or to integrate
  52. OPC UA-based communication into existing applications.
  53. .
  54. This package provides the open62541 shared library