Automic VaultAutomic Vault

brew

cln を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install cln

local Homebrew formula metadata

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

MacPorts ports tree · math/cln/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add cln

Alpine Linux edge package indexes · cln · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install libcln-dev

Debian stable package indexes · libcln-dev · ソース: deb.debian.org

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

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

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

nixpkgs package indexes · pkgs/by-name/cl/cln/package.nix · ソース: api.github.com

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

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

openSUSE zypper確認済み · 92%
sudo zypper install cln

openSUSE Tumbleweed package metadata · cln · ソース: download.opensuse.org

Windows

Windows Package Manager確認済み · 92%
winget install --id EarendilWorks.pi -e

Windows Package Manager source index · EarendilWorks.pi · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Class Library for Numbers

履歴

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

CLN, the Class Library for Numbers, is a C++ library for arbitrary-precision integers, rationals, floats, complex numbers, modular integers, and univariate polynomials.

プロジェクトの歴史

CLN was written by Bruno Haible and is maintained by Richard B. Kreckel. The manual copyright history reaches back to Haible's 1988 work, and the official NEWS file records public 1.0-era releases beginning in January 1999.

The library was designed around efficient numeric computation in C++: immediate small numbers, garbage collection, assembly kernels on selected CPUs, optional GMP low-level routines, Karatsuba multiplication, very-large-number algorithms, and binary splitting.

採用の歴史

CLN is closely associated with GiNaC, whose website lists CLN as related software and whose symbolic-computation focus explains why an arbitrary-precision numeric substrate mattered. CLN's own manual notes that its numeric subtypes match Common Lisp number types, so CLN can serve Common Lisp implementations as well as C++ mathematical software.

The official CLN page points users to Debian, Fedora, openSUSE, and other distribution packages, while the batch input records packaging across Alpine, Homebrew, Debian/Ubuntu as `libcln-dev`, Fedora, MacPorts, Nix, Arch, Winget, and openSUSE.

使われ方

Developers link CLN into C++ programs that need arbitrary-precision numeric types with algebraic operator syntax. The manual documents building with a C++11 compiler, optional GMP support, namespace `cln`, and integration hooks for memory allocation and exceptions.

The Homebrew package exposes the sample `pi` executable, but CLN's primary value is as a development library rather than an end-user CLI.

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

CLN matters to package maintainers because it is a compiled C++ numeric library with ABI, compiler, architecture, and GMP concerns. The NEWS history repeatedly calls out portability fixes for CPU architectures, GCC versions, MinGW, ARM, AArch64, MIPS64, RISC-V, LoongArch, and cross-compilation.

Its 1.1.0 move into namespace `cln`, separate headers, and dependence on installed GMP version 3 or newer are classic downstream packaging events: they changed include paths, source compatibility, and dependency expectations.

タイムライン

  • 1988: Manual copyright history begins with Bruno Haible's work.
  • 1999: CLN 1.0 released.
  • 2000: CLN 1.1.0 moves identifiers into namespace `cln` and relies on installed GMP.
  • 2008: CLN 1.2.0 adds huge-number support and C++ exceptions.
  • 2009: CLN 1.3.0 switches to GNU autotools.
  • 2019: CLN 1.3.5 adds build support for 64-bit MinGW, Elbrus 2000, RISC-V64, and MIPS release 6.
  • 2024: CLN 1.3.7 adds LoongArch support and ARM compilation fixes.
  • 2026: Official Codeberg repository metadata is created for ginac/cln.

Related projects

  • Related projects include GiNaC, GNU GMP, Common Lisp numeric systems, LiDIA, and mathematical C++ software that needs arbitrary-precision arithmetic.

セキュリティ状態

保護ツール対応はまだ見つかっていません

cln に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://www.ginac.de/CLN/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://www.ginac.de/CLN/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:cln
バージョン1.3.7
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/cln
ホームページhttps://www.ginac.de/CLN/
リポジトリhttps://codeberg.org/ginac/cln
上流ドキュメントhttps://www.ginac.de/CLN/cln.html
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://www.ginac.de/CLN/cln-1.3.7.tar.bz2
依存関係gmp
Bottle利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

libcln-dev 1.3.7-1+b1

Development library for Class Library for Numbers (c++)

http://www.ginac.de/CLN/

sudo apt install libcln-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: cln
  • 2 依存関係
  • 1 提供
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Cln
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcln-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libcln6 1.3.7-1+b1

Class Library for Numbers (C++)

http://www.ginac.de/CLN/

sudo apt install libcln6
  • Section: libs
  • Architecture: amd64
  • Source Package: cln
  • 4 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Cln
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcln6 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

pi 1.3.7-1+b1

Compute Archimedes' constant Pi to arbitrary precision

http://www.ginac.de/CLN/

sudo apt install pi
  • Section: math
  • Architecture: amd64
  • Source Package: cln
  • 4 依存関係
  • normalized package name match
  • 一致条件: Cln
Debian stable package indexes · deb.debian.org · Debian stable package indexes: pi from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

cln

nix profile install nixpkgs#cln
  • normalized package name match
  • 一致条件: Cln
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/cl/cln/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libcln-dev 1.3.7-1

Development library for Class Library for Numbers (c++)

http://www.ginac.de/CLN/

sudo apt install libcln-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: cln
  • 2 依存関係
  • 1 提供
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Cln
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libcln-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libcln6 1.3.7-1

Class Library for Numbers (C++)

http://www.ginac.de/CLN/

sudo apt install libcln6
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: cln
  • 4 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Cln
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libcln6 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

pi 1.3.7-1

Compute Archimedes' constant Pi to arbitrary precision

http://www.ginac.de/CLN/

sudo apt install pi
  • Section: universe/math
  • Architecture: amd64
  • Source Package: cln
  • 4 依存関係
  • normalized package name match
  • 一致条件: Cln
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: pi from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

cln 1.3.7-r2

C++ class library for numbers

https://www.ginac.de/CLN/

sudo apk add cln
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: cln
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Cln
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: cln from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

cln-dev 1.3.7-r2

C++ class library for numbers (development files)

https://www.ginac.de/CLN/

sudo apk add cln-dev
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: cln
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Cln
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: cln-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

cln-doc 1.3.7-r2

C++ class library for numbers (documentation)

https://www.ginac.de/CLN/

sudo apk add cln-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: cln
  • normalized package name match
  • 一致条件: Cln
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: cln-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

cln 1.3.6-10.fc44

Class Library for Numbers

http://www.ginac.de/CLN/

sudo dnf install cln
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: cln
  • 6 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Cln
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: cln from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

cln-devel 1.3.6-10.fc44

Development files for programs using the CLN library

http://www.ginac.de/CLN/

sudo dnf install cln-devel
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: cln
  • 4 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Cln
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: cln-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

cln 1.3.7-3

Class library for numbers

https://www.ginac.de/CLN/

sudo pacman -S cln
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 4 依存関係
  • normalized package name match
  • 一致条件: Cln
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: cln from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

cln 1.3.7-1.7

Class Library for Numbers (C++)

https://www.ginac.de/CLN/

sudo zypper install cln
  • License: GPL-2.0-or-later
  • Category: Productivity/Scientific/Math
  • Architecture: x86_64
  • Source Package: cln
  • 7 依存関係
  • 4 提供
  • normalized package name match
  • 一致条件: Cln
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cln from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

cln-devel 1.3.7-1.7

Class Library for Numbers (C++)

https://www.ginac.de/CLN/

sudo zypper install cln-devel
  • License: GPL-2.0-or-later
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: cln
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Cln
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cln-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

cln

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

ソース経路

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

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

使用ソース

  • Nucleus package database
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment