6 rustPlatform.buildRustPackage rec {
7 pname = "specr-transpile";
11 inherit pname version;
12 hash = "sha256-yB4b7VaZ22zk8jhQijBOWRks22TV19q9IQNlVXyBlss=";
15 cargoHash = "sha256-pD+Llzt4ekkQgKGidEL6jIbbFpuqjuFTmQM29FtReTY=";
18 description = "Converts Specr lang code to Rust";
19 mainProgram = "specr-transpile";
20 homepage = "https://github.com/RalfJung/minirust-tooling";
21 license = with licenses; [ asl20 mit ];
22 maintainers = with maintainers; [ figsoda ];