kaiming 0.14.7 source package in openKylin

Changelog

kaiming (0.14.7) nile; urgency=medium

  * Initial Release.

 -- zhouganqing <email address hidden>  Thu, 30 May 2024 18:43:45 +0800

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
kaiming_0.14.7.tar.xz 7.9 KiB da1fa86104523c90518af33cbc5c90ea455e948de0a2b3c203f067b29608a6a6
kaiming_0.14.7.dsc 1.2 KiB 31899d238b82a1fb9da4e69bff0016d8e74a7af2ba293a33ce722043c50daded

Available diffs

View changes file

Binary packages built by this source

kaiming: 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.

libkaiming-dev: Application deployment framework for desktop apps (development)

 Kaiming installs, manages and runs sandboxed desktop application bundles.
 See the kaiming package for a more comprehensive description.
 .
 This package contains development headers and pkg-config metadata
 for libkaiming0, and the kaiming-coredump and kaiming-bisect scripts used
 to debug Kaiming applications.