🍺 BREW Explorer

← all formulae

aws-c-event-stream

brew install aws-c-event-stream v0.7.1 Apache-2.0

C99 shared library implementing Amazon EventStream content-type encoding/decoding.

Why you might care

Essential dependency for AWS SDK libraries and tools that need to parse or generate EventStream-formatted messages (used by services like S3 Select, DynamoDB Streams, Kinesis). You won't use this directly—it's a low-level building block for AWS C SDK integrations.

Categories

4.5k
30-day installs · #648
13.3k
90-day · #694
52.1k
365-day · #660
37
★ GitHub stars · updated 1d ago

Runtime dependencies

Build dependencies

Links

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

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [
    "library",
    "binding"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "aws-c-common",
    "aws-c-io",
    "aws-checksums"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "C99 implementation of the vnd.amazon.eventstream content-type",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:40+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "aws-c-event-stream",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-19T16:42:41Z",
  "github_readme_excerpt": "## AWS C Event Stream\n\nC99 implementation of the vnd.amazon.event-stream content-type. Spec of event-stream: https://smithy.io/2.0/aws/amazon-eventstream.html#amazon-event-stream-specification.\n\n## License\n\nThis library is licensed under the Apache 2.0 License.\n\n## Usage\n\n### Building\n\nCMake 3.9+ is required to build.\n\n`\u003cinstall-path\u003e` must be an absolute path in the following instructions.\n\n#### Linux-Only Dependencies\n\nIf you are building on Linux, you will need to build aws-lc and s2n-tls first.\n\n```\ngit clone git@github.com:awslabs/aws-lc.git\ncmake -S aws-lc -B aws-lc/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e\ncmake --build aws-lc/build --target install\n\ngit clone git@github.com:aws/s2n-tls.git\ncmake -S s2n-tls -B s2n-tls/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build s2n-tls/build --target install\n```\n\n#### Building aws-c-event-stream and Remaining Dependencies\n\n```\ngit clone git@github.com:awslabs/aws-c-common.git\ncmake -S aws-c-common -B aws-c-common/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e\ncmake --build aws-c-common/build --target install\n\ngit clone git@github.com:awslabs/aws-checksums.git\ncmake -S aws-checksums -B aws-checksums/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-checksums/build --target install\n\ngit clone git@github.com:awslabs/aws-c-cal.git\ncmake -S aws-c-cal -B aws-c-cal/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-cal/build --target install\n\ngit clone git@github.com:awslabs/aws-c-io.git\ncmake -S aws-c-io -B aws-c-io/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-io/build --target install\n\ngit clone git@github.com:awslabs/aws-c-event-stream.git\ncmake -S aws-c-event-stream -B aws-c-event-stream/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-event-stream/build --target install\n```\n\n## Encodin",
  "github_repo": "awslabs/aws-c-event-stream",
  "github_stars": 37,
  "github_topics": [],
  "homepage": "https://github.com/awslabs/aws-c-event-stream",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 4503,
  "installs_365d": 52090,
  "installs_90d": 13316,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": "2026-06-20T23:46:10+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "aws-c-event-stream",
  "oldnames": [],
  "one_liner": "C99 shared library implementing Amazon EventStream content-type encoding/decoding.",
  "optional_dependencies": [],
  "rank_30d": 648,
  "rank_365d": 660,
  "rank_90d": 694,
  "raw_hash": "f2c184922637407b",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/a/aws-c-event-stream.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.7.1",
  "versioned_formulae": [],
  "why_use_this": "Essential dependency for AWS SDK libraries and tools that need to parse or generate EventStream-formatted messages (used by services like S3 Select, DynamoDB Streams, Kinesis). You won\u0027t use this directly\u2014it\u0027s a low-level building block for AWS C SDK integrations."
}