forked from ev3dev/ev3dev-lang-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
26 lines (24 loc) · 1.07 KB
/
control
File metadata and controls
26 lines (24 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: python-ev3dev2
Maintainer: ev3dev Python team <[email protected]>
Section: python
Priority: optional
Standards-Version: 3.9.8
Build-Depends: python3-setuptools (>= 0.6b3), python3-all (>= 3.4), debhelper (>= 9), dh-python, python3-pillow, mpy-cross
VCS-Git: https://github.com/ev3dev/ev3dev-lang-python.git
VCS-Browser: https://github.com/ev3dev/ev3dev-lang-python
Package: python3-ev3dev2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python language bindings for ev3dev
This package is a pure Python binding to the peripheral
devices on hardware that is supported by ev3dev.org - a
minimal Debian distribution optimized for the LEGO
MINDSTORMS EV3.
Package: micropython-ev3dev2
Architecture: all
Depends: ${misc:Depends}, micropython, micropython-lib
Description: Python language bindings for ev3dev for MicroPython
This package is a pure Python binding to the peripheral
devices on hardware that is supported by ev3dev.org - a
minimal Debian distribution optimized for the LEGO
MINDSTORMS EV3. This package is designed to run on MicroPython.