unlab-gpu 0.1.0

Micro scripting language for neural networks that uses unmtx-gpu.
Documentation
# Environment

## Copyright and license

Copyright (c) 2026 Ɓukasz Szpakowski

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.

## Environment variables

The environment variables are:

- `UNLAB_GPU_HOME` - the Unlab-gpu home directory
- `UNLAB_GPU_BIN_PATH` - the binary paths
- `UNLAB_GPU_LIB_PATH` - the library paths
- `UNLAB_GPU_DOC_PATH` - the documentation paths
- `UNLAB_GPU_WORK_BIN_PATH` - the binary paths for the current package
- `UNLAB_GPU_WORK_LIB_PATH` - the library paths for the current package
- `UNLAB_GPU_WORK_DOC_PATH` - the documentation paths for the current package
- `BROWSER` - the browser for the documentation

By default, the Unlab-gpu home directory is the `.unlab-gpu` directory that is in the home directory.