Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, winget 安装 cln

查看 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 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • 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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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