🍺 BREW Explorer

← all formulae

libevent

brew install libevent v2.1.12_1 BSD-3-Clause

C library for asynchronous I/O and event-driven programming with support for multiple reactor patterns.

Why you might care

libevent is a foundational dependency for networked daemons and high-concurrency applications that need efficient event multiplexing without threading headaches. It abstracts away platform differences (epoll, kqueue, IOCP) and powers widely-used tools like memcached, Redis, and Tor. Use it if your C/C++ project needs to handle thousands of concurrent connections.

Categories

Alternatives

libev Boost.Asio libuv
28.3k
30-day installs · #195
171.9k
90-day · #122
714.0k
365-day · #92

Runtime dependencies

Build dependencies

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "libev",
    "Boost.Asio",
    "libuv"
  ],
  "build_dependencies": [
    "autoconf",
    "automake",
    "libtool",
    "pkgconf"
  ],
  "categories": [
    "library",
    "networking"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "openssl@3"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Asynchronous event library",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:40:44+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "libevent",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://libevent.org/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "libevent",
  "installs_30d": 28333,
  "installs_365d": 714046,
  "installs_90d": 171855,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "BSD-3-Clause",
  "llm_generated_at": "2026-06-20T23:43:19+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "libevent",
  "oldnames": [],
  "one_liner": "C library for asynchronous I/O and event-driven programming with support for multiple reactor patterns.",
  "optional_dependencies": [],
  "rank_30d": 195,
  "rank_365d": 92,
  "rank_90d": 122,
  "raw_hash": "8e476a207d972827",
  "recommended_dependencies": [],
  "revision": 1,
  "ruby_source_path": "Formula/lib/libevent.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "2.1.12",
  "versioned_formulae": [],
  "why_use_this": "libevent is a foundational dependency for networked daemons and high-concurrency applications that need efficient event multiplexing without threading headaches. It abstracts away platform differences (epoll, kqueue, IOCP) and powers widely-used tools like memcached, Redis, and Tor. Use it if your C/C++ project needs to handle thousands of concurrent connections."
}