🍺 BREW Explorer

← all formulae

nbytes

brew install nbytes v0.1.4 MIT

C library of byte handling functions extracted from Node.js core.

Why you might care

Provides utilities for working with byte buffers and encoding conversions that Node.js uses internally. Useful as a build dependency for projects needing robust, well-tested byte manipulation without reimplementing these functions; primarily consumed by Node.js-related tools and libraries rather than end-user applications.

Categories

Alternatives

libuv OpenSSL
60.1k
30-day installs · #103
208.2k
90-day · #97
208.2k
365-day · #274
11
★ GitHub stars · updated 2mo ago

Build dependencies

Links

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

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "libuv",
    "OpenSSL"
  ],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [
    "library",
    "binding"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Library of byte handling functions extracted from Node.js core",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:40:39+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "nbytes",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-04-09T07:53:11Z",
  "github_readme_excerpt": "# nbytes\n\nA library of byte handling functions extracted from Node.js core\n\n## Building\n\n```bash\ncmake -B build\ncmake --build build\n```\n\n## Testing\n\n```bash\nctest --test-dir build\n```\n",
  "github_repo": "nodejs/nbytes",
  "github_stars": 11,
  "github_topics": [],
  "homepage": "https://github.com/nodejs/nbytes",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 60087,
  "installs_365d": 208152,
  "installs_90d": 208150,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": "2026-06-20T23:42:43+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "nbytes",
  "oldnames": [],
  "one_liner": "C library of byte handling functions extracted from Node.js core.",
  "optional_dependencies": [],
  "rank_30d": 103,
  "rank_365d": 274,
  "rank_90d": 97,
  "raw_hash": "2af9b6603b0af4d3",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/n/nbytes.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.1.4",
  "versioned_formulae": [],
  "why_use_this": "Provides utilities for working with byte buffers and encoding conversions that Node.js uses internally. Useful as a build dependency for projects needing robust, well-tested byte manipulation without reimplementing these functions; primarily consumed by Node.js-related tools and libraries rather than end-user applications."
}