6 rustPlatform.buildRustPackage rec {
7 pname = "starlark-rust";
11 pname = "starlark_bin";
13 hash = "sha256-7AoNRTLyTYsUass9bMJMBUN+GrfUzEGM9cED5VsRESs=";
16 cargoHash = "sha256-Q00JJRiubrxnI0nFQqUTbxTTB70XV93HJycjdlvV+74=";
19 description = "A Rust implementation of the Starlark language";
20 homepage = "https://github.com/facebookexperimental/starlark-rust";
21 changelog = "https://github.com/facebookexperimental/starlark-rust/blob/v${version}/CHANGELOG.md";
22 license = licenses.asl20;
23 maintainers = with maintainers; [ figsoda ];
24 mainProgram = "starlark";