# dhall-json を Homebrew, dnf, Nix, pacman でインストール

dhall-json のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:dhall-json
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install dhall-json
```

  証拠: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install dhall-json
```

  証拠: Fedora Rawhide package metadata: dhall-json from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#dhall-json
```

  証拠: nixpkgs package indexes: dhall-json from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S dhall-json
```

  証拠: Arch Linux sync databases: dhall-json from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:dhall-json
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.7.12
- **ソース概要:** Dhall to JSON compiler and a Dhall to YAML compiler
- **ホームページ:** <https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json>
- **リポジトリ:** <https://github.com/dhall-lang/dhall-haskell>
- **最終更新:** 2026-07-22T03:48:04Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dhall-to-json (エイリアス)
- dhall-to-yaml (エイリアス)
- json-to-dhall (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.7.12
## プロジェクトの歴史と使われ方

dhall-json is the standard Dhall-to-JSON and Dhall-to-YAML command package from dhall-haskell. For many users it is the front door to Dhall, because it turns typed Dhall expressions into formats consumed by tools that know nothing about Dhall.

### プロジェクトの歴史

The language-independent Dhall README describes Dhall as a maintainable configuration language, informally JSON plus functions, types, and imports, with termination guarantees from being non-Turing-complete. That same README says the easiest way to experiment is to install dhall-to-json or dhall-to-yaml, while the dhall-json package README identifies the package as providing both compilers.

### 採用の歴史

Official Dhall documentation centers the JSON/YAML workflow in the getting-started tutorial and documents Homebrew installation for macOS. The Dhall-in-production page lists real users and integrations that generate or manage configuration, including Kubernetes and runtime configuration workflows where dhall-to-yaml is part of the bridge to existing systems.

### 使われ方

The package exposes dhall-to-json, dhall-to-yaml, and json-to-dhall. Users typically author Dhall records and lists, type-check and normalize them, then render JSON or YAML for downstream tools; the official examples show records, booleans, lists, and null-producing optional values becoming conventional JSON or YAML.

### パッケージ好きにとっての重要性

dhall-json is package-manager important because it is the practical converter package people install even when they do not need Haskell libraries. It follows the Unix-y model of placing a strong configuration language in front of plain JSON and YAML consumers, making the executable package more visible than the underlying library for many users.

### タイムライン

- 2017: dhall-haskell public releases included the multi-package Dhall command-line toolchain.
- 2026: Official Dhall tutorials still teach JSON and YAML generation as the getting-started path.

### Related projects

- dhall-yaml supplies the newer dhall-to-yaml-ng path, while dhall-bash, dhall-toml, dhall-nix, and dhall-lsp-server cover other integrations in the same dhall-haskell repository.

### ソース

- <https://github.com/dhall-lang/dhall-lang>
- <https://docs.dhall-lang.org/tutorials/Getting-started_Generate-JSON-or-YAML.html>
- <https://github.com/dhall-lang/dhall-haskell>
- <https://github.com/dhall-lang/dhall-haskell/tree/main/dhall-json>
- <https://docs.dhall-lang.org/discussions/Dhall-in-production.html>
- <https://api.github.com/repos/dhall-lang/dhall-haskell/releases?per_page=100>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - dhall-json: normalized package name match | nixpkgs package indexes: dhall-json from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- dnf - dhall-json - 1.7.12-14.fc45: normalized package name match | Fedora Rawhide package metadata: dhall-json from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Convert between Dhall and JSON or YAML | https://hackage.haskell.org/package/dhall-json
- dnf - ghc-dhall-json - 1.7.12-14.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-dhall-json from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Haskell dhall-json library | https://hackage.haskell.org/package/dhall-json
- dnf - ghc-dhall-json-devel - 1.7.12-14.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-dhall-json-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Haskell dhall-json library development files | https://hackage.haskell.org/package/dhall-json
- dnf - ghc-dhall-json-doc - 1.7.12-14.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-dhall-json-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Haskell dhall-json library documentation | https://hackage.haskell.org/package/dhall-json
- dnf - ghc-dhall-json-prof - 1.7.12-14.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-dhall-json-prof from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Haskell dhall-json profiling library | https://hackage.haskell.org/package/dhall-json
- pacman - dhall-json - 1.7.12-236: normalized package name match | Arch Linux sync databases: dhall-json from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Convert between Dhall and JSON or YAML | https://dhall-lang.org


## Combined YAML source

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


## ソース

- 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
