pkg.soopen package index

brew / 順位 92

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install libevent

local Homebrew formula metadata

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

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

Linux

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

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

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

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

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

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

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

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

Debian apt確認済み · 92%
sudo apt install libevent-2.1-7t64

Debian stable package indexes · libevent-2.1-7t64 · ソース: deb.debian.org

openSUSE zypper確認済み · 92%
sudo zypper install libevent-2_1-7

openSUSE Tumbleweed package metadata · libevent-2_1-7 · ソース: download.opensuse.org

概要

パッケージ概要

Asynchronous event library

コマンドとエイリアス

  • event_rpcgen.py

履歴

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

libevent is a portable C event-notification library for scalable network servers and event-driven programs.

プロジェクトの歴史

The libevent site describes the library as a replacement for hand-written event loops in network servers: programs register callbacks for file-descriptor readiness, timers, signals, and higher-level buffered I/O rather than hard-coding select or poll loops. The site credits maintenance to Nick Mathewson, Azat Khuzhin, and Niels Provos.

The project grew around the C10K-era problem of serving many simultaneous connections portably across backends such as select, poll, epoll, kqueue, /dev/poll, Solaris event ports, and Windows APIs. Over time it added buffered network I/O, DNS, HTTP, RPC, SSL-capable bufferevents, thread hooks, and extensive portability code.

採用の歴史

The official site lists widely used downstreams including Chromium, memcached, Transmission, NTP's SNTP code, tmux, Tor, Prosody, PgBouncer, and coturn. That breadth made libevent one of the standard C event-loop dependencies in Unix package collections.

使われ方

Typical applications create an event_base, register events or bufferevents, and run event_base_dispatch. The official documentation covers setup, event bases, timers, buffered I/O, asynchronous DNS, embedded HTTP servers, and RPC support.

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

libevent is package-nerd-famous because it abstracts the messy portability matrix behind scalable C networking. It is old enough to show up in classic daemons and new enough to have ABI/API reports, split libraries, CMake and autotools history, and long-lived 1.4, 2.0, and 2.1 release lines.

タイムライン

  • 2009: Niels Provos announced libevent 1.4.12-stable and libevent 2.0.2-alpha on July 29, 2009.
  • 2010: The libevent site lists libevent-1.4.14b-stable released June 7, 2010.
  • 2012: The libevent site lists the first 2.1.x alpha release on April 3, 2012 and libevent-2.0.21-stable released November 18, 2012.
  • 2014: The libevent site lists libevent-2.0.22-stable released January 5, 2014.
  • 2017: The libevent site lists libevent-2.1.8-stable released January 22, 2017.
  • 2020: The libevent site lists libevent-2.1.12-stable released July 5, 2020.
  • 2023: The libevent site lists libevent-2.2.1-alpha-dev released May 21, 2023.

Related projects

  • Related event-loop and networking projects include libev, libuv, Boost.Asio, and downstream users such as Tor, memcached, tmux, Transmission, Chromium, PgBouncer, and coturn.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

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

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:libevent
バージョン2.1.13
パッケージマネージャHomebrew
ホームページhttps://libevent.org/
リポジトリhttps://github.com/libevent/libevent
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Debian apt95%

libevent-2.1-7t64 2.1.12-stable-10+b1

Asynchronous event notification library

https://libevent.org/

sudo apt install libevent-2.1-7t64
  • Section: libs
  • Architecture: amd64
  • Source Package: libevent
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libevent
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libevent-2.1-7t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libevent-core-2.1-7t64 2.1.12-stable-10+b1

Asynchronous event notification library (core)

https://libevent.org/

sudo apt install libevent-core-2.1-7t64
  • Section: libs
  • Architecture: amd64
  • Source Package: libevent
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libevent
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libevent-core-2.1-7t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libevent-dev 2.1.12-stable-10+b1

Asynchronous event notification library (development files)

https://libevent.org/

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

libevent-extra-2.1-7t64 2.1.12-stable-10+b1

Asynchronous event notification library (extra)

https://libevent.org/

sudo apt install libevent-extra-2.1-7t64
  • Section: libs
  • Architecture: amd64
  • Source Package: libevent
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libevent
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libevent-extra-2.1-7t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libevent-openssl-2.1-7t64 2.1.12-stable-10+b1

Asynchronous event notification library (openssl)

https://libevent.org/

sudo apt install libevent-openssl-2.1-7t64
  • Section: libs
  • Architecture: amd64
  • Source Package: libevent
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libevent
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libevent-openssl-2.1-7t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libevent-pthreads-2.1-7t64 2.1.12-stable-10+b1

Asynchronous event notification library (pthreads)

https://libevent.org/

sudo apt install libevent-pthreads-2.1-7t64
  • Section: libs
  • Architecture: amd64
  • Source Package: libevent
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libevent
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libevent-pthreads-2.1-7t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

libevent

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

libevent-2.1-7t64 2.1.12-stable-9ubuntu2

Asynchronous event notification library

https://libevent.org/

sudo apt install libevent-2.1-7t64
  • Section: libs
  • Architecture: amd64
  • Source Package: libevent
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libevent
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libevent-2.1-7t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libevent-core-2.1-7t64 2.1.12-stable-9ubuntu2

Asynchronous event notification library (core)

https://libevent.org/

sudo apt install libevent-core-2.1-7t64
  • Section: libs
  • Architecture: amd64
  • Source Package: libevent
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libevent
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libevent-core-2.1-7t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libevent-dev 2.1.12-stable-9ubuntu2

Asynchronous event notification library (development files)

https://libevent.org/

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

libevent-extra-2.1-7t64 2.1.12-stable-9ubuntu2

Asynchronous event notification library (extra)

https://libevent.org/

sudo apt install libevent-extra-2.1-7t64
  • Section: libs
  • Architecture: amd64
  • Source Package: libevent
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libevent
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libevent-extra-2.1-7t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libevent-openssl-2.1-7t64 2.1.12-stable-9ubuntu2

Asynchronous event notification library (openssl)

https://libevent.org/

sudo apt install libevent-openssl-2.1-7t64
  • Section: libs
  • Architecture: amd64
  • Source Package: libevent
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libevent
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libevent-openssl-2.1-7t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libevent-pthreads-2.1-7t64 2.1.12-stable-9ubuntu2

Asynchronous event notification library (pthreads)

https://libevent.org/

sudo apt install libevent-pthreads-2.1-7t64
  • Section: libs
  • Architecture: amd64
  • Source Package: libevent
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libevent
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libevent-pthreads-2.1-7t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

libevent 2.1.13-r0

An event notification library

https://libevent.org/

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

libevent-dev 2.1.13-r0

An event notification library (development files)

https://libevent.org/

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

libevent-static 2.1.13-r0

An event notification library (static libraries)

https://libevent.org/

sudo apk add libevent-static
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: libevent
  • normalized package name match
  • 一致条件: Libevent
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libevent-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.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