pkg.soopen package index

brew / 排名 6272

使用 Homebrew, apk, MacPorts, Nix, pacman, apt, scoop 安装 pacparser

查看 pacparser 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install pacparser

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install pacparser

MacPorts ports tree · net/pacparser/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add pacparser

Alpine Linux edge package indexes · pacparser · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#pacparser

nixpkgs package indexes · pkgs/by-name/pa/pacparser/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S pacparser

Arch Linux sync databases · pacparser · 来源: geo.mirror.pkgbuild.com

Debian apt已验证 · 92%
sudo apt install libpacparser-dev

Debian stable package indexes · libpacparser-dev · 来源: deb.debian.org

Windows

Scoop已验证 · 92%
scoop install main/pacparser

Scoop official bucket manifest trees · bucket/pacparser.json · 来源: api.github.com

概览

软件包摘要

Library to parse proxy auto-config (PAC) files

命令和别名

  • pactester

历史

项目历史与用法

pacparser is a portable C library, Python module, and command-line toolset for parsing and testing Proxy Auto-Config files.

项目历史

Manu Garg developed pacparser to make Proxy Auto-Config parsing easy to embed in other programs. The implementation evaluates PAC JavaScript and supplies the additional helper functions expected by PAC files.

The current official README says pacparser embeds QuickJS. Its API remains available through C and Python interfaces alongside the pactester CLI.

采用历史

The official README reports support for Linux, FreeBSD, macOS, and Windows, and distributes the project as a C shared library, Python module, and pactester command-line utility. The input package metadata also records packaging across Homebrew, Debian/Ubuntu, Alpine, MacPorts, Nix, Arch, and Scoop.

使用方式

Applications initialize the parser, load a PAC file or string, and query which proxy should handle a URL and host. Administrators and developers can use pactester to exercise PAC behavior from the command line.

The official README warns that parser state is process-global and the API is not thread-safe; multithreaded consumers must serialize calls.

为什么软件包爱好者会关心

pacparser gives programs a reusable implementation of browser-style PAC evaluation rather than requiring each consumer to embed and reproduce PAC JavaScript helper behavior. It is useful for testing PAC rules independently with pactester and for adding PAC awareness to C or Python software.

时间线

  • Current generation: The official README documents QuickJS as the embedded JavaScript engine.
  • Current distribution: Prebuilt Python packages cover Linux, Windows, Intel macOS, and Apple-silicon macOS.

Related projects

  • QuickJS provides the embedded JavaScript engine in the current implementation. Mozilla's PAC implementation supplied the basis for standard PAC helper functions.

安全态势

风险级别:绿色

library-like package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • library-like package without higher-risk signals

信号

  • metadata:library-like

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
pactestercli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-09-19
管理器版本1.5.2
管理器更新时间2026-09-11
本地数据OK
上游当前
检测到的最新版本v1.5.2

https://github.com/manugarg/pacparser

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:pacparser
版本1.5.2
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/pacparser
主页https://github.com/manugarg/pacparser
仓库https://github.com/manugarg/pacparser
许可证LGPL-3.0-or-later
源码归档https://github.com/manugarg/pacparser/archive/refs/tags/v1.5.2.tar.gz
最后更新2026-09-11T18:13:46Z
Pulseupdated
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namepacparser
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%

libpacparser-dev 1.4.5-4+b2

library to parse proxy auto-config files (development files)

https://github.com/manugarg/pacparser

sudo apt install libpacparser-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: pacparser
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Pacparser
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libpacparser-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libpacparser1 1.4.5-4+b2

library to parse proxy auto-config files

https://github.com/manugarg/pacparser

sudo apt install libpacparser1
  • Section: libs
  • Architecture: amd64
  • Source Package: pacparser
  • 1 依赖
  • normalized package name match
  • 匹配方式:Pacparser
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libpacparser1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-pacparser 1.4.5-4+b2

Python 3 module to parse proxy auto-config files

https://github.com/manugarg/pacparser

sudo apt install python3-pacparser
  • Section: python
  • Architecture: amd64
  • Source Package: pacparser
  • 2 依赖
  • normalized package name match
  • 匹配方式:Pacparser
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-pacparser from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

pacparser

nix profile install nixpkgs#pacparser
  • normalized package name match
  • 匹配方式:Pacparser
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/pa/pacparser/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libpacparser-dev 1.4.3-1build1

library to parse proxy auto-config files (development files)

https://github.com/manugarg/pacparser

sudo apt install libpacparser-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: pacparser
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Pacparser
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libpacparser-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libpacparser1 1.4.3-1build1

library to parse proxy auto-config files

https://github.com/manugarg/pacparser

sudo apt install libpacparser1
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: pacparser
  • 1 依赖
  • normalized package name match
  • 匹配方式:Pacparser
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libpacparser1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-pacparser 1.4.3-1build1

Python 3 module to parse proxy auto-config files

https://github.com/manugarg/pacparser

sudo apt install python3-pacparser
  • Section: universe/python
  • Architecture: amd64
  • Source Package: pacparser
  • 2 依赖
  • normalized package name match
  • 匹配方式:Pacparser
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-pacparser from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

pacparser 1.5.1-r0

A library to parse proxy auto-config (PAC) files

https://pacparser.manugarg.com/

sudo apk add pacparser
  • License: LGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: pacparser
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Pacparser
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pacparser from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

pacparser-dev 1.5.1-r0

A library to parse proxy auto-config (PAC) files (development files)

https://pacparser.manugarg.com/

sudo apk add pacparser-dev
  • License: LGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: pacparser
  • 1 依赖
  • normalized package name match
  • 匹配方式:Pacparser
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pacparser-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

pacparser-doc 1.5.1-r0

A library to parse proxy auto-config (PAC) files (documentation)

https://pacparser.manugarg.com/

sudo apk add pacparser-doc
  • License: LGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: pacparser
  • normalized package name match
  • 匹配方式:Pacparser
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pacparser-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

py3-pacparser 1.5.1-r0

A library to parse proxy auto-config (PAC) files

https://pacparser.manugarg.com/

sudo apk add py3-pacparser
  • License: LGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: pacparser
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Pacparser
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: py3-pacparser from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

py3-pacparser-pyc 1.5.1-r0

Precompiled Python bytecode for py3-pacparser

https://pacparser.manugarg.com/

sudo apk add py3-pacparser-pyc
  • License: LGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: pacparser
  • 1 依赖
  • normalized package name match
  • 匹配方式:Pacparser
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: py3-pacparser-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

pacparser 1.5.2-1

Library to parse proxy auto-config (PAC) files

https://github.com/manugarg/pacparser

sudo pacman -S pacparser
  • License: LGPL-3.0-or-later
  • Architecture: x86_64
  • normalized package name match
  • 匹配方式:Pacparser
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: pacparser from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

pacparser

sudo port install pacparser
  • normalized package name match
  • 匹配方式:Pacparser
MacPorts ports tree · api.github.com · MacPorts ports tree: net/pacparser/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/pacparser

scoop install main/pacparser
  • normalized package name match
  • 匹配方式:Pacparser
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/pacparser.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

来源线索

由仓库数据生成

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

使用的来源

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