# Installer go-jsonnet avec Homebrew, apk, MacPorts, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de go-jsonnet pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:go-jsonnet
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install go-jsonnet
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install go-jsonnet
```

  Preuve: MacPorts ports tree: devel/go-jsonnet/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add go-jsonnet
```

  Preuve: Alpine Linux edge package indexes: go-jsonnet from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#go-jsonnet
```

  Preuve: nixpkgs package indexes: pkgs/by-name/go/go-jsonnet/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/go-jsonnet
```

  Preuve: Scoop official bucket manifest trees: bucket/go-jsonnet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:go-jsonnet
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.22.0
- **Résumé source:** Go implementation of configuration language for defining JSON data
- **Page d'accueil:** <https://jsonnet.org/>
- **Dépôt:** <https://github.com/google/go-jsonnet>
- **Dernière mise à jour:** 2026-07-27T16:47:23+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- jsonnet-deps (alias)
- jsonnet-lint (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.22.0
## Historique du projet et usages

go-jsonnet is the Go implementation of Jsonnet, a configuration language for producing JSON, YAML, and other structured data.

### Historique du projet

Jsonnet began at Google in early 2014 as a 20 percent project and was launched on August 6 of that year. The go-jsonnet repository followed in 2016 as a pure-Go implementation; its README describes it as feature complete and production ready, with command-line tools and embeddable Go library support.

### Historique d'adoption

Jsonnet gained adoption in configuration-heavy infrastructure work because it lets users compute, compose, and reuse structured data. The original C++ Jsonnet repository points users toward go-jsonnet as a newer implementation that can be much faster in some cases and is recommended in preference to the C++ version.

### Modes d'utilisation

Practitioners use the jsonnet command to evaluate .jsonnet files into JSON, YAML, or other outputs, and use jsonnetfmt, jsonnet-lint, and jsonnet-deps around repository review and build pipelines. Go programs can embed the VM directly to evaluate Jsonnet snippets or files inside larger tools.

### Pourquoi les passionnés de paquets s'y intéressent

For package users, go-jsonnet matters because it turns a configuration language into a small, portable Go toolchain with CLI binaries, pre-commit hooks, library APIs, and package-manager installs.

### Chronologie

- 2014: Jsonnet began as a Google 20 percent project and launched on August 6.
- 2016: go-jsonnet public GitHub repository created.
- 2020: v0.17.0 release series available from the Go implementation.
- 2026: v0.22.0 release published with Go and Python packaging changes.

### Related projects

- google/jsonnet is the original C++ implementation. jsonnet.org hosts the language reference and standard-library documentation used by both implementations.

### Sources

- <https://github.com/google/go-jsonnet>
- <https://github.com/google/go-jsonnet/releases>
- <https://github.com/google/jsonnet>
- <https://jsonnet.org/>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - go-jsonnet: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/go-jsonnet/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - go-jsonnet - 0.21.0-r11: normalized package name match | Alpine Linux edge package indexes: go-jsonnet from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Implementation of Jsonnet in Go | https://jsonnet.org
- MacPorts - go-jsonnet: normalized package name match | MacPorts ports tree: devel/go-jsonnet/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/go-jsonnet: normalized package name match | Scoop official bucket manifest trees: bucket/go-jsonnet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/go-jsonnet.yml](https://github.com/mxcl/pkgdb/blob/main/combined/go-jsonnet.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
