🍺 BREW Explorer

← all formulae

aws-c-sdkutils

brew install aws-c-sdkutils v0.2.5 Apache-2.0

C99 shared library providing AWS SDK utilities like ARN parsing and profile reading.

Why you might care

Build dependency for AWS SDKs and tools written in C. Provides foundational utilities (ARN parsing, config reading) that avoid reimplementing AWS-specific logic; primarily consumed by other libraries rather than used directly in shells.

Categories

Alternatives

aws-sdk-cpp boto3
3.7k
30-day installs · #732
9.0k
90-day · #853
34.2k
365-day · #830
8
★ GitHub stars · updated 1d ago

Runtime dependencies

Build dependencies

GitHub topics

aws-sdk hacktoberfest

Links

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

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "aws-sdk-cpp",
    "boto3"
  ],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [
    "library",
    "binding"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "aws-c-common"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "C99 library implementing AWS SDK specific utilities",
  "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-sdkutils",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-19T22:40:06Z",
  "github_readme_excerpt": "## AWS C SDKUTILS\n\nC99 library implementing AWS SDK specific utilities. Includes utilities for ARN\nparsing, reading AWS profiles, etc...\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\n#### Building aws-c-sdkutils\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-c-sdkutils.git\ncmake -S aws-c-sdkutils -B aws-c-sdkutils/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-sdkutils/build --target install\n```\n",
  "github_repo": "awslabs/aws-c-sdkutils",
  "github_stars": 8,
  "github_topics": [
    "aws-sdk",
    "hacktoberfest"
  ],
  "homepage": "https://github.com/awslabs/aws-c-sdkutils",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 3664,
  "installs_365d": 34195,
  "installs_90d": 8966,
  "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:42+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "aws-c-sdkutils",
  "oldnames": [],
  "one_liner": "C99 shared library providing AWS SDK utilities like ARN parsing and profile reading.",
  "optional_dependencies": [],
  "rank_30d": 732,
  "rank_365d": 830,
  "rank_90d": 853,
  "raw_hash": "f6517b790477d594",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/a/aws-c-sdkutils.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.2.5",
  "versioned_formulae": [],
  "why_use_this": "Build dependency for AWS SDKs and tools written in C. Provides foundational utilities (ARN parsing, config reading) that avoid reimplementing AWS-specific logic; primarily consumed by other libraries rather than used directly in shells."
}