kaiming-builder 0.1.0 source package in openKylin

Changelog

kaiming-builder (0.1.0) nile; urgency=medium

  * Initial Release.

 -- zhouganqing <email address hidden>  Thu, 20 Jun 2024 14:45:28 +0800

Upload details

Uploaded by:
周淦清
Uploaded to:
Nile V2.0
Original maintainer:
周淦清
Architectures:
arm64 amd64 riscv64
Section:
debug
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed pty debug
Huanghe V3.0 release pty debug
Nile V2.0 release pty debug
Nile V2.0 proposed pty debug

Downloads

File Size SHA-256 Checksum
kaiming-builder_0.1.0.tar.xz 7.9 KiB 706dfef196e00e487d683066563d3b5749513d7555b774dd5f710c183023c025
kaiming-builder_0.1.0.dsc 1.4 KiB 801ebf674f86d731a8210b83db2899baba82095653b4c353eb129e704e0916a5

View changes file

Binary packages built by this source

kaiming-builder: Application deployment framework for desktop apps

 Kaiming installs, manages and runs sandboxed desktop application bundles.
 Application bundles run partially isolated from the wider system, using
 containerization techniques such as namespaces to prevent direct access
 to system resources. Resources from outside the sandbox can be accessed
 via "portal" services, which are responsible for access control; for
 example, the Documents portal displays an "Open" dialog outside the
 sandbox, then allows the application to access only the selected file.
 .
 Each application uses a specified "runtime", or set of libraries, which is
 available as /usr inside its sandbox. This can be used to run application
 bundles with multiple, potentially incompatible sets of dependencies within
 the same desktop environment.
 .
 This package contains the services and executables needed to install and
 launch sandboxed applications, and the portal services needed to provide
 limited access to resources outside the sandbox.

kaiming-builder-dbgsym: debug symbols for kaiming-builder