Automic VaultAutomic Vault

brew

mlton を Homebrew, dnf, MacPorts, Nix, pacman, apt でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install mlton

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install mlton

MacPorts ports tree · lang/mlton/Portfile · ソース: api.github.com

Linux

Fedora dnf確認済み · 92%
sudo dnf install mlton

Fedora Rawhide package metadata · mlton · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#mlton

nixpkgs package indexes · mlton · ソース: raw.githubusercontent.com

Arch Linux pacman確認済み · 92%
sudo pacman -S mlton

Arch Linux sync databases · mlton · ソース: geo.mirror.pkgbuild.com

Ubuntu apt確認済み · 92%
sudo apt install mlton

Ubuntu 24.04 LTS package indexes · mlton · ソース: archive.ubuntu.com

概要

パッケージ概要

Whole-program, optimizing compiler for Standard ML

コマンドとエイリアス

  • mllex
  • mlnlffigen
  • mlprof
  • mlton
  • mlyacc

履歴

プロジェクトの歴史と使われ方

MLton grew out of Standard ML compiler research in the late 1990s. The project history traces its start to April 1997, when Stephen Weeks wrote a defunctorizer for Standard ML and integrated it with SML/NJ. That origin explains the shape of the compiler: MLton is not an interactive SML environment, but a whole-program compiler that takes the complete program as input and uses that global view for optimization.

プロジェクトの歴史

The project became known in the Standard ML community for aggressive whole-program optimization and standalone native executables. Its own repository describes support for SML97, a complete Standard ML Basis Library, the ML Basis system, a C foreign-function interface, source-level profiling, mllex, mlyacc, and mlnlffigen. The implementation emphasizes small executables and runtime performance through unboxed representations, native arrays, GMP-backed arbitrary precision arithmetic, multiple code generators, and multiple garbage-collection strategies.

使われ方

In package-manager terms, MLton occupies the serious native-code SML compiler niche alongside SML/NJ, Poly/ML, and MLKit rather than the lightweight scripting or teaching niche. It is used when SML code needs to be compiled into fast standalone programs, when whole-program analysis is useful, or when tools from the MLton distribution such as mllex, mlyacc, and mlprof are part of the workflow.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 8 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
mllexcliグローバル実行可能ファイル
mlnlffigencliグローバル実行可能ファイル
mlprofcliグローバル実行可能ファイル
mltoncliグローバル実行可能ファイル
mlyacccliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版20241230
マネージャ更新日2026-06-22
ローカルデータOK
上流not checked
検出された最新未検出

http://mlton.org

  • 情報Release/tag comparison is only available for GitHub repositories.http://mlton.org信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:mlton
バージョン20241230
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/mlton
ホームページhttp://mlton.org
リポジトリhttps://github.com/MLton/mlton
上流ドキュメントhttps://www.mlton.org/Documentation
ライセンスHPND
ソースアーカイブhttps://downloads.sourceforge.net/project/mlton/mlton/20241230/mlton-20241230.src.tgz
最終更新2026-06-22T14:05:30-07:00
Pulseupdated
依存関係gmp
ビルド依存関係autoconf, automake
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemlton
Version Scheme1
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

mlton

nix profile install nixpkgs#mlton
  • normalized package name match
  • 一致条件: Mlton
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: mlton from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

mlton 20210117+dfsg-3

Optimizing compiler for Standard ML

http://mlton.org/

sudo apt install mlton
  • Section: universe/devel
  • Architecture: all
  • 2 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Mlton
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mlton from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

mlton-basis 20210117+dfsg-3

Optimizing compiler for Standard ML - basis library

http://mlton.org/

sudo apt install mlton-basis
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: mlton
  • normalized package name match
  • 一致条件: Mlton
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mlton-basis from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

mlton-compiler 20210117+dfsg-3

Optimizing compiler for Standard ML - compiler

http://mlton.org/

sudo apt install mlton-compiler
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: mlton
  • 7 依存関係
  • normalized package name match
  • 一致条件: Mlton
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mlton-compiler from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

mlton-doc 20210117+dfsg-3

Optimizing compiler for Standard ML - documentation

http://mlton.org/

sudo apt install mlton-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: mlton
  • normalized package name match
  • 一致条件: Mlton
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mlton-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

mlton-runtime-native 20210117+dfsg-3

Optimizing compiler for Standard ML - native runtime libraries

http://mlton.org/

sudo apt install mlton-runtime-native
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: mlton
  • 1 依存関係
  • normalized package name match
  • 一致条件: Mlton
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mlton-runtime-native from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

mlton-runtime-x86-64-linux-gnu 20210117+dfsg-3

Optimizing compiler for Standard ML - amd64 runtime libraries

http://mlton.org/

sudo apt install mlton-runtime-x86-64-linux-gnu
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: mlton
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Mlton
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mlton-runtime-x86-64-linux-gnu from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

mlton-tools 20210117+dfsg-3

Optimizing compiler for Standard ML - tools

http://mlton.org/

sudo apt install mlton-tools
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: mlton
  • 2 依存関係
  • normalized package name match
  • 一致条件: Mlton
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mlton-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

mlton 20210117-12.fc44

Optimizing compiler for Standard ML

http://mlton.org/

sudo dnf install mlton
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mlton
  • 8 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Mlton
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mlton from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

mlton 20241230-1

Whole-program optimizing Standard ML compiler

http://mlton.org/

sudo pacman -S mlton
  • License: HPND AND MIT
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Mlton
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: mlton from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

mlton

sudo port install mlton
  • normalized package name match
  • 一致条件: Mlton
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/mlton/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment