at-spi2-core
No description available.
Library
Minimal
Install package
Latest min add at-spi2-core - Source archive SHA256
- 510e1760…6236
- Spec hash
- 0a99df49…b9d6
- Target
- amd64/linux
- Needs network
- No
- Closed source
- No
Quick links
What is at-spi2-core?
No description available.
How to use this package
Quick install
Installs the package into the current environment for this session. Use --build or --runtime to persist it as a build-time or runtime dependency.
min add at-spi2-core Declare as a task dependency in minimal.toml
Listing the package under tasks.<name>.packages makes it available inside that task’s sandbox.
[tasks.dev]
packages = ["at-spi2-core"] Build-time vs runtime
Choose build-time for tools needed during compilation, runtime for dynamic libraries loaded at runtime.
min add --build at-spi2-core
min add --runtime at-spi2-core