control-template 2.2 KB

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