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
|
Source: yasi-daemon
Section: python
Priority: optional
Maintainer: Jonathan Carter <jcc@debian.org>
Build-Depends:
debhelper-compat (= 13),
Standards-Version: 4.7.2
Homepage: https://yasi.jonathancarter.org
Vcs-Browser: https://salsa.debian.org/debian/yasi-daemon-packaging
Vcs-Git: https://salsa.debian.org/debian/yasi-daemon-packaging
Package: yasi-daemon
Architecture: all
Depends:
python3,
python3-dmm,
python3-flask,
python3-waitress,
libjs-htmx,
sass-stylesheets-bulma,
fonts-fork-awesome,
gettext,
upower
Description: yasi server-side daemon
Yasi is a new experimental system installer.
.
This back-end for Yasi is written in Python with Flask.
.
It's a very early work-in-progress, use with caution.
.
The front-end configures values in a yaml file that is then
processed as a recipe with the dmm utilities.
.
NOTE: Usually, this would be configured by experts who have
read the documentation and added a configuration for an
installer. It's not intended to be installed by end users.
.
Also, this is still very experimental in nature, and many
features don't work it, or may be dangerous to us.
Package: yasi-webclient
Architecture: all
Depends:
python3,
python3-webview,
libxapp-gtk3-module
Description: web front-end wrapper for system-installer
Starts up the web front-end for system-installer in a local
browser.
|