pkg.soopen package index

brew / 順位 691

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install uriparser

local Homebrew formula metadata

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

MacPorts ports tree · devel/uriparser/Portfile · ソース: api.github.com

Linux

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

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

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

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

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

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

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

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

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

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

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

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

概要

パッケージ概要

URI parsing library (strictly RFC 3986 compliant)

コマンドとエイリアス

  • uriparse

履歴

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

uriparser is a C99 URI parsing and handling library focused on strict RFC 3986 compliance. Its README emphasizes cross-platform support, `char` and `wchar_t` APIs, CMake integration, and an optional `uriparse` command-line tool.

プロジェクトの歴史

The ChangeLog reaches back to the 0.2.1 release in 2006 and shows the library maturing quickly in 2007: version 0.3.0 introduced a new API, wide-string support, Doxygen documentation, tests, and BSD licensing for the library; 0.3.4 added shared-library support through libtool; and 0.4.x/0.5.x releases added reference resolution, string conversion, normalization, escaping, and Visual Studio project support.

採用の歴史

uriparser's package adoption follows from being a small C library with stable ABI concerns. The ChangeLog records pkg-config support in 0.7.5 and long-running soname updates, while the batch input lists packages for Homebrew, Debian, Ubuntu, Alpine, Fedora, Arch, MacPorts, Nix, and openSUSE.

使われ方

Developers use uriparser from C or C++ build systems when they need RFC 3986 parsing, normalization, composition, file-URI conversion, and URI component handling without pulling in a larger framework. The README shows CMake consumers using `find_package(uriparser ... CONFIG REQUIRED char wchar_t)` and linking `uriparser::uriparser`.

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

uriparser is a package-nerd library because it is small, ABI-sensitive, widely packaged, and security-relevant. Its recent ChangeLog entries include fuzzing, sanitizer, CI, mutation-testing, CVE, and C99 baseline work, which are exactly the kinds of maintenance details distro and Homebrew maintainers watch.

タイムライン

  • 2006: ChangeLog records release 0.2.1.
  • 2007: 0.3.0 introduced a new API, wide strings, Doxygen docs, tests, and BSD library licensing.
  • 2007: 0.3.4 added shared-library support.
  • 2009: 0.7.5 added a pkg-config file.
  • 2018: GitHub repository metadata says the project moved from SourceForge to GitHub.
  • 2025: 1.0.0 began requiring a C99 compiler and fixed a parser stack-overflow CVE.
  • 2026: 1.0.1 and 1.0.2 fixed additional CVEs and memory-safety issues.

Related projects

  • The README ties uriparser to RFC 3986 and to CMake package consumers. The ChangeLog mentions OSS-Fuzz, GoogleTest, Doxygen, Qt compressed help, pkg-config, Visual Studio, and platform packaging work.

セキュリティ状態

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

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

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
uriparse実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

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

ページ生成日2026-08-03
マネージャ版1.0.2
マネージャ更新日2026-05-09
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:uriparser
バージョン1.0.2
パッケージマネージャHomebrew
ホームページhttps://uriparser.github.io/
リポジトリhttps://github.com/uriparser/uriparser
最終更新2026-05-09T19:50:55Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Debian apt95%

liburiparser-dev 0.9.8+dfsg-2

development files for uriparser

https://uriparser.github.io/

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

liburiparser-doc 0.9.8+dfsg-2

documentation files for uriparser

https://uriparser.github.io/

sudo apt install liburiparser-doc
  • Section: doc
  • Architecture: all
  • Source Package: uriparser
  • normalized package name match
  • 一致条件: Uriparser
Debian stable package indexes · deb.debian.org · Debian stable package indexes: liburiparser-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

liburiparser1 0.9.8+dfsg-2

URI parsing library compliant with RFC 3986

https://uriparser.github.io/

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

uriparser

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

liburiparser-dev 0.9.7+dfsg-2build1

development files for uriparser

http://uriparser.sourceforge.net

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

liburiparser-doc 0.9.7+dfsg-2build1

documentation files for uriparser

http://uriparser.sourceforge.net

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

liburiparser1 0.9.7+dfsg-2build1

URI parsing library compliant with RFC 3986

http://uriparser.sourceforge.net

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

liburiparser 1.0.2-r0

strictly RFC 3986 compliant URI parsing and handling library (libraries)

https://uriparser.github.io/

sudo apk add liburiparser
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: uriparser
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Uriparser
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: liburiparser from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

uriparser 1.0.2-r0

strictly RFC 3986 compliant URI parsing and handling library

https://uriparser.github.io/

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

uriparser-dev 1.0.2-r0

strictly RFC 3986 compliant URI parsing and handling library (development files)

https://uriparser.github.io/

sudo apk add uriparser-dev
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: uriparser
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Uriparser
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: uriparser-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

mingw32-uriparser 1.0.2-2.fc45

MinGW Windows uriparser library

https://uriparser.github.io/

sudo dnf install mingw32-uriparser
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: uriparser
  • 4 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Uriparser
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mingw32-uriparser from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

mingw64-uriparser 1.0.2-2.fc45

MinGW Windows uriparser library

https://uriparser.github.io/

sudo dnf install mingw64-uriparser
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: uriparser
  • 4 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Uriparser
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mingw64-uriparser from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

uriparser 1.0.2-2.fc45

URI parsing library - RFC 3986

https://uriparser.github.io/

sudo dnf install uriparser
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: uriparser
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Uriparser
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: uriparser from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

uriparser-devel 1.0.2-2.fc45

Development files for uriparser

https://uriparser.github.io/

sudo dnf install uriparser-devel
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: uriparser
  • 4 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Uriparser
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: uriparser-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

uriparser-doc 1.0.2-2.fc45

HTML documentation for uriparser

https://uriparser.github.io/

sudo dnf install uriparser-doc
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: uriparser
  • 1 提供
  • normalized package name match
  • 一致条件: Uriparser
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: uriparser-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

uriparser 1.0.2-1

uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode

https://github.com/uriparser/uriparser

sudo pacman -S uriparser
  • License: custom
  • Architecture: x86_64
  • normalized package name match
  • 一致条件: Uriparser
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: uriparser from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

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

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

使用ソース

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