🍺 BREW Explorer

← all formulae

jrsonnet

brew install jrsonnet v0.4.2 MIT

Rust implementation of Jsonnet language

6
30-day installs · #10146
15
90-day · #10677
128
365-day · #8531
362
★ GitHub stars · updated 2mo ago

Build dependencies

GitHub topics

interpreter jsonnet rust

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Rust implementation of Jsonnet language",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:39:04+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "jrsonnet",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-06-20T00:13:04Z",
  "github_readme_excerpt": "= jrsonnet\n\n++++\n\u003cp align=\"center\"\u003e\u003ca href=\"https://delta.rocks/jrsonnet\"\u003e\u003cimg alt=\"jrsonnet logo\" src=\"https://delta.rocks/og/page.svg?title=jrsonnet\u0026sig=cecb5a7de6500c39b0d284e4d14a3bef6d083ce19b8f6e77c82d70c57bf6960e\u0026brand=jrsonnet\u0026subtitle=fast+jsonnet+interpreter\" height=\"300\"\u003e\u003c/img\u003e\u003c/a\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/deltarocks/jrsonnet/releases\"\u003e\u003cimg alt=\"release\" src=\"https://img.shields.io/github/v/tag/deltarocks/jrsonnet?color=%23fb4934\u0026label=latest%20release\u0026style=for-the-badge\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003ca href=\"https://delta.rocks/donate\"\u003e\u003cimg alt=\"donate\" src=\"https://delta.rocks/badge/backers.svg\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003ca href=\"./LICENSE\"\u003e\u003cimg alt=\"license\" src=\"https://delta.rocks/badge/License \u00b7 MIT.svg\"\u003e\u003c/img\u003e\u003c/a\u003e\n\u003c/p\u003e\n++++\n\n== What is it\n\nhttps://jsonnet.org/[Jsonnet] is a data templating language\n\nThis Rust crate implements both jsonnet library and an alternative `jsonnet` executable based on it.\nFor more information see \u003c\u003cbindings,Bindings\u003e\u003e.\n\n== Install\n\n=== NixOS\n\njrsonnet is packaged in nixpkgs and maintained by @CertainLach\n\n[source,sh]\n----\nnix-env -iA nixpkgs.jrsonnet\n----\n\n=== MacOS\n\njrsonnet is packaged to brew and maintained by @messense\n\n[source,sh]\n----\nbrew install jrsonnet\n----\n\n=== Windows/other linux distributions\n\nYou can get latest build of jrsonnet in https://github.com/deltarocks/jrsonnet/releases[releases].\n\n=== Build from sources\n\njrsonnet should build on latest stable Rust version (probably on the oldest, but there is no MSRV policy provided)\n\nDebug build will work too, but it is much slower than release\n\n[source]\n----\ncargo build --release\n----\n\n== Why?\n\nThere already are multiple implementations of this standard implemented in different languages:\n\n* https://github.com/google/jsonnet[C++];\n* https://github.com/google/go-jsonnet/[Go];\n* https://github.com/databricks/sjsonnet[Scala].\n* https://github.com/eduardosm/rsjsonnet[Another Rust impl appears].\n\nThis implementation shows performance better than all existing implement",
  "github_repo": "CertainLach/jrsonnet",
  "github_stars": 362,
  "github_topics": [
    "interpreter",
    "jsonnet",
    "rust"
  ],
  "homepage": "https://github.com/CertainLach/jrsonnet",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 6,
  "installs_365d": 128,
  "installs_90d": 15,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "jrsonnet",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 10146,
  "rank_365d": 8531,
  "rank_90d": 10677,
  "raw_hash": "a6279c80a4dbbcc7",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/j/jrsonnet.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.4.2",
  "versioned_formulae": [],
  "why_use_this": null
}