File: control

package info (click to toggle)
yotta 0.20.5-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,760 kB
  • sloc: python: 11,279; makefile: 50; sh: 30
file content (89 lines) | stat: -rw-r--r-- 2,551 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: yotta
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Section: devel
Priority: optional
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 dh-python,
 git,
 jekyll,
 mbed-test-wrapper,
 pandoc,
 python3,
 python3-argcomplete,
 python3-certifi,
 python3-colorama,
 python3-cryptography,
 python3-github,
 python3-hgapi,
 python3-idna,
 python3-intelhex,
 python3-jinja2,
 python3-json-pointer,
 python3-jsonschema,
 python3-jwt,
 python3-nose,
 python3-openssl,
 python3-requests,
 python3-semantic-version,
 python3-setuptools,
 valinor
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/yotta
Vcs-Git: https://salsa.debian.org/python-team/packages/yotta.git
Homepage: https://github.com/ARMmbed/yotta
Rules-Requires-Root: no

Package: yotta
Architecture: all
Depends:
 cmake,
 mbed-test-wrapper,
 valinor,
 ${misc:Depends},
 ${python3:Depends}
Recommends:
 git
Suggests:
 clang,
 g++,
 gcc,
 gcc-arm-none-eabi,
 yotta-doc
Description: build tool for C/C++ projects using modular components
 yotta is a build tool to make it easier to build better C/C++ software by
 re-using modules. Modules can be published to the yotta registry to share
 with other people, or can be re-used privately in your own projects.
 .
 Whenever a project is built with yotta, a yotta build target is selected.
 Targets describe the platform that you're building for (such as an embedded
 IoT development board, or natively for Linux), and provide all the information
 that yotta and the modules you're using need to configure themselves correctly
 for that platform.
 .
 This package provides the yotta build system for Python 3.

Package: yotta-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 libjs-bootstrap,
 libjs-jquery,
 ${misc:Depends}
Suggests:
 www-browser
Description: build tool for C/C++ projects using modular components (documentation)
 yotta is a build tool to make it easier to build better C/C++ software by
 re-using modules. Modules can be published to the yotta registry to share
 with other people, or can be re-used privately in your own projects.
 .
 Whenever a project is built with yotta, a yotta build target is selected.
 Targets describe the platform that you're building for (such as an embedded
 IoT development board, or natively for Linux), and provide all the information
 that yotta and the modules you're using need to configure themselves correctly
 for that platform.
 .
 This package provides the yotta documentation.