control 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. Source: awlsim
  2. Maintainer: Michael Buesch <m@bues.ch>
  3. Section: python
  4. Priority: optional
  5. Build-Depends: dh-python,
  6. cython3,
  7. python3-all-dev (>= 3.4.2-2),
  8. python3-setuptools,
  9. pypy,
  10. pypy-setuptools,
  11. debhelper (>= 9)
  12. Standards-Version: 3.9.8
  13. X-Python3-Version: >= 3.4
  14. Vcs-Git: git://git.bues.ch/awlsim.git
  15. Vcs-Browser: https://bues.ch/cgit/awlsim.git/
  16. Homepage: https://awlsim.de
  17. Package: python3-awlsim
  18. Architecture: any
  19. Depends: ${misc:Depends},
  20. ${python3:Depends},
  21. ${shlibs:Depends}
  22. Description: S7 AWL/STL Soft-PLC core libraries (Python 3)
  23. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  24. Package: cython3-awlsim
  25. Architecture: any
  26. Depends: ${misc:Depends},
  27. ${python3:Depends},
  28. ${shlibs:Depends}
  29. Description: S7 AWL/STL Soft-PLC core libraries (Cython 3)
  30. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  31. Package: cython3-awlsimhw-dummy
  32. Architecture: any
  33. Depends: ${misc:Depends},
  34. ${python3:Depends},
  35. ${shlibs:Depends}
  36. Description: S7 AWL/STL Soft-PLC dummy hardware module (Cython 3)
  37. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  38. Package: cython3-awlsimhw-linuxcnc
  39. Architecture: any
  40. Depends: ${misc:Depends},
  41. ${python3:Depends},
  42. ${shlibs:Depends}
  43. Description: S7 AWL/STL Soft-PLC LinuxCNC hardware module (Cython 3)
  44. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  45. Package: cython3-awlsimhw-profibus
  46. Architecture: any
  47. Depends: ${misc:Depends},
  48. ${python3:Depends},
  49. ${shlibs:Depends}
  50. Description: S7 AWL/STL Soft-PLC PROFIBUS-DP hardware module (Cython 3)
  51. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  52. Package: cython3-awlsimhw-rpigpio
  53. Architecture: any
  54. Depends: ${misc:Depends},
  55. ${python3:Depends},
  56. ${shlibs:Depends}
  57. Description: S7 AWL/STL Soft-PLC Raspberry Pi hardware module (Cython 3)
  58. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  59. Package: cython3-awlsimhw-pixtend
  60. Architecture: any
  61. Depends: ${misc:Depends},
  62. ${python3:Depends},
  63. ${shlibs:Depends}
  64. Description: S7 AWL/STL Soft-PLC PiXtend hardware module (Cython 3)
  65. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  66. Package: python3-awlsim-gui
  67. Architecture: any
  68. Depends: python3-awlsim,
  69. python3-pyside,
  70. ${misc:Depends},
  71. ${python3:Depends},
  72. ${shlibs:Depends}
  73. Suggests: python3-pyqt5,
  74. cython-awlsim
  75. Description: S7 AWL/STL Soft-PLC gui libraries (Python 3)
  76. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  77. Package: python3-awlsimhw-dummy
  78. Architecture: any
  79. Depends: python3-awlsim,
  80. ${misc:Depends},
  81. ${python3:Depends},
  82. ${shlibs:Depends}
  83. Description: S7 AWL/STL Soft-PLC dummy hardware module (Python 3)
  84. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  85. Package: python3-awlsimhw-linuxcnc
  86. Architecture: any
  87. Depends: python3-awlsim,
  88. ${misc:Depends},
  89. ${python3:Depends},
  90. ${shlibs:Depends}
  91. Description: S7 AWL/STL Soft-PLC LinuxCNC hardware module (Python 3)
  92. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  93. Package: python3-awlsimhw-profibus
  94. Architecture: any
  95. Depends: python3-awlsim,
  96. ${misc:Depends},
  97. ${python3:Depends},
  98. ${shlibs:Depends}
  99. Description: S7 AWL/STL Soft-PLC PROFIBUS-DP hardware module (Python 3)
  100. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  101. Package: python3-awlsimhw-rpigpio
  102. Architecture: any
  103. Depends: python3-awlsim,
  104. ${misc:Depends},
  105. ${python3:Depends},
  106. ${shlibs:Depends}
  107. Description: S7 AWL/STL Soft-PLC Raspberry Pi hardware module (Python 3)
  108. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  109. Package: python3-awlsimhw-pixtend
  110. Architecture: any
  111. Depends: python3-awlsim,
  112. ${misc:Depends},
  113. ${python3:Depends},
  114. ${shlibs:Depends}
  115. Description: S7 AWL/STL Soft-PLC PiXtend hardware module (Python 3)
  116. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  117. Package: pypy-awlsim
  118. Architecture: any
  119. Depends: ${misc:Depends},
  120. ${pypy:Depends},
  121. ${shlibs:Depends}
  122. Description: S7 AWL/STL Soft-PLC core libraries (PyPy 2)
  123. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  124. Package: pypy-awlsimhw-dummy
  125. Architecture: any
  126. Depends: pypy-awlsim,
  127. ${misc:Depends},
  128. ${pypy:Depends},
  129. ${shlibs:Depends}
  130. Description: S7 AWL/STL Soft-PLC dummy hardware module (PyPy 2)
  131. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  132. Package: pypy-awlsimhw-profibus
  133. Architecture: any
  134. Depends: pypy-awlsim,
  135. ${misc:Depends},
  136. ${pypy:Depends},
  137. ${shlibs:Depends}
  138. Description: S7 AWL/STL Soft-PLC PROFIBUS-DP hardware module (PyPy 2)
  139. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  140. Package: pypy-awlsimhw-rpigpio
  141. Architecture: any
  142. Depends: pypy-awlsim,
  143. ${misc:Depends},
  144. ${pypy:Depends},
  145. ${shlibs:Depends}
  146. Description: S7 AWL/STL Soft-PLC Raspberry Pi hardware module (PyPy 2)
  147. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  148. Package: pypy-awlsimhw-pixtend
  149. Architecture: any
  150. Depends: pypy-awlsim,
  151. ${misc:Depends},
  152. ${pypy:Depends},
  153. ${shlibs:Depends}
  154. Description: S7 AWL/STL Soft-PLC PiXtend hardware module (PyPy 2)
  155. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  156. Package: awlsim-client
  157. Architecture: any
  158. Depends: python3-awlsim,
  159. ${misc:Depends},
  160. ${python3:Depends},
  161. ${shlibs:Depends}
  162. Suggests: cython3-awlsim
  163. Description: S7 AWL/STL Soft-PLC client
  164. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  165. Package: awlsim-server
  166. Architecture: any
  167. Depends: python3-awlsim,
  168. ${misc:Depends},
  169. ${python3:Depends},
  170. ${shlibs:Depends}
  171. Suggests: cython3-awlsim
  172. Description: S7 AWL/STL Soft-PLC core server
  173. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  174. Package: awlsim-symtab
  175. Architecture: any
  176. Depends: python3-awlsim,
  177. ${misc:Depends},
  178. ${python3:Depends},
  179. ${shlibs:Depends}
  180. Suggests: cython3-awlsim
  181. Description: S7 AWL/STL Soft-PLC symbol table parser
  182. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  183. Package: awlsim-test
  184. Architecture: any
  185. Depends: python3-awlsim,
  186. ${misc:Depends},
  187. ${python3:Depends},
  188. ${shlibs:Depends}
  189. Suggests: cython3-awlsim
  190. Description: S7 AWL/STL Soft-PLC testing interface
  191. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  192. Package: awlsim-proupgrade
  193. Architecture: any
  194. Depends: python3-awlsim,
  195. ${misc:Depends},
  196. ${python3:Depends},
  197. ${shlibs:Depends}
  198. Suggests: cython3-awlsim
  199. Description: S7 AWL/STL Soft-PLC project file format upgrade utility
  200. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  201. Package: awlsim-linuxcnc-hal
  202. Architecture: any
  203. Depends: python3-awlsim,
  204. python3-awlsimhw-linuxcnc,
  205. ${misc:Depends},
  206. ${python3:Depends},
  207. ${shlibs:Depends}
  208. Suggests: cython3-awlsim
  209. Description: S7 AWL/STL Soft-PLC LinuxCNC HAL module
  210. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  211. Package: awlsim-gui
  212. Architecture: any
  213. Depends: python3-awlsim-gui,
  214. ${misc:Depends},
  215. ${python3:Depends},
  216. ${shlibs:Depends}
  217. Description: S7 AWL/STL Soft-PLC graphical user interface
  218. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.