macOS
brew install gengetoptlocal Homebrew formula metadata
sudo port install gengetoptMacPorts ports tree · devel/gengetopt/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gengetopt pour les workflows d'agents IA.
installation
brew install gengetoptlocal Homebrew formula metadata
sudo port install gengetoptMacPorts ports tree · devel/gengetopt/Portfile · Source: api.github.com
sudo apk add gengetoptAlpine Linux edge package indexes · gengetopt · Source: dl-cdn.alpinelinux.org
sudo apt install gengetoptDebian stable package indexes · gengetopt · Source: deb.debian.org
sudo dnf install gengetoptFedora Rawhide package metadata · gengetopt · Source: dl.fedoraproject.org
nix profile install nixpkgs#gengetoptnixpkgs package indexes · pkgs/by-name/ge/gengetopt/package.nix · Source: api.github.com
sudo pacman -S gengetoptArch Linux sync databases · gengetopt · Source: geo.mirror.pkgbuild.com
sudo zypper install gengetoptopenSUSE Tumbleweed package metadata · gengetopt · Source: download.opensuse.org
aperçu
Generate C code to parse command-line arguments via getopt_long
historique
GNU Gengetopt is a GNU programming tool that generates C command-line option parsers from declarative option descriptions. Its generated code uses getopt_long and fills a struct, saving C and C++ programmers from hand-writing the same option parsing, validation, help, and configuration-file plumbing.
The Savannah README says Gengetopt was originally written by Roberto Arturo Tena Sanchez and later maintained by Tomas Volf. The manual positions it as a tool for C and C++ programmers and documents .ggo input files, generated parsers, generated help output, configuration-file parsing, multiple parsers, and operation on systems without getopt_long.
Gengetopt's adoption came through the GNU toolchain ecosystem: GNU FTP hosted regular tarball releases from the early 2000s through the 2.23 release in 2019, and the tool appears in Unix package managers as a code generator for projects that want generated C parsers without taking on a larger framework.
Practitioners write a .ggo file describing short and long options, defaults, required values, groups, modes, and help text, then run gengetopt to produce C source and header files. Autoconf and Automake projects use it when generated parser code is preferable to a hand-maintained getopt_long loop.
Gengetopt is a classic small GNU build dependency: it is rarely the star of a system, but it sits in source-release and distribution workflows where reproducible generated C code is easier to audit and package than bespoke argument parsers.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
gengetopt | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://www.gnu.org/software/gengetopt/
métadonnées d'installation
| Clé du paquet | brew:gengetopt |
|---|---|
| Version | 2.23 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/gengetopt |
| Page d'accueil | https://www.gnu.org/software/gengetopt/ |
| Docs amont | https://www.gnu.org/software/gengetopt |
| Licence | GPL-3.0-or-later |
| Archive source | https://ftpmirror.gnu.org/gnu/gengetopt/gengetopt-2.23.tar.xz |
| Dépendances de compilation | texinfo |
| Bouteille | disponible (sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gengetopt |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
gengetopt 2.23+dfsg1-1
skeleton main.c generator
https://www.gnu.org/software/gengetopt/
sudo apt install gengetoptgengetopt
nix profile install nixpkgs#gengetoptgengetopt 2.23+dfsg1-1
skeleton main.c generator
https://www.gnu.org/software/gengetopt/
sudo apt install gengetoptgengetopt 2.23-r2
Tool to write command line option parsing code for C programs
https://www.gnu.org/software/gengetopt/
sudo apk add gengetoptgengetopt-dev 2.23-r2
Tool to write command line option parsing code for C programs (development files)
https://www.gnu.org/software/gengetopt/
sudo apk add gengetopt-devgengetopt-doc 2.23-r2
Tool to write command line option parsing code for C programs (documentation)
https://www.gnu.org/software/gengetopt/
sudo apk add gengetopt-docgengetopt 2.23-17.fc44
Tool to write command line option parsing code for C programs
http://www.gnu.org/software/gengetopt/
sudo dnf install gengetoptgengetopt 2.23-4
A tool to write command line option parsing code for C programs
https://www.gnu.org/software/gengetopt/gengetopt.html
sudo pacman -S gengetoptgengetopt 2.23-1.24
Commandline parser generator
https://www.gnu.org/software/gengetopt/
sudo zypper install gengetoptgengetopt
sudo port install gengetoptpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.