LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gprbuild

GNAT project-aware Ada builder

TLDR

Build project
$ gprbuild -P [project.gpr]
copy
Build with configuration
$ gprbuild -P [project.gpr] -XBUILD_MODE=release
copy
Clean and build
$ gprbuild -P [project.gpr] --clean
copy
Parallel build
$ gprbuild -P [project.gpr] -j[4]
copy

SYNOPSIS

gprbuild [options] [project]

DESCRIPTION

gprbuild is the GNAT project-aware builder for Ada. It compiles Ada projects defined in GPR (GNAT Project) files, handling dependencies and build configuration automatically.The tool manages compilation of Ada sources with incremental builds, supporting configuration through external variables and multiple build modes.

PARAMETERS

PROJECT

Project file (.gpr).
-P FILE
Project file.
-X NAME=VALUE
External variable.
-j N
Parallel jobs.
--clean
Clean before build.
-v
Verbose output.
--help
Display help information.

INSTALL

sudo apt install gprbuild
copy
sudo dnf install gprbuild
copy
nix profile install nixpkgs#gprbuild
copy

CAVEATS

Ada/GNAT specific. Requires GPR project file. Part of GNAT toolchain.

HISTORY

gprbuild is part of the GNAT Ada toolchain, developed by AdaCore for Ada project building.

SEE ALSO

gnat(1), gnatmake(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid