Metadata-Version: 2.4
Name: sagelite-gap-package-tomlib
Version: 10.9
Summary: Optional GAP TomLib package companion wheel for sagelite
Author-email: The Sage Developers <sage-support@googlegroups.com>
License-Expression: GPL-2.0-or-later
Project-URL: Homepage, https://www.sagemath.org
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# sagelite-gap-package-tomlib

Optional GAP TomLib package companion wheel for `sagelite`.

The `sagelite-gap-runtime` wheel supplies the GAP core runtime. This companion
wheel supplies GAP's `tomlib` package as package data so installed `sagelite`
environments can run doctests and table-of-marks computations tagged
`gap_package_tomlib` without requiring a traditional Sage prefix.

Build this package on a machine with TomLib installed in a GAP root:

```bash
SAGELITE_GAP_TOMLIB_ROOT=/usr/share/gap python -m build companion-packages/sagelite-gap-package-tomlib
```

If `SAGELITE_GAP_TOMLIB_ROOT` is not set, the build checks `GAP_ROOT_PATHS` and
common GAP roots such as `/usr/share/gap`.
