6 rustPlatform.buildRustPackage rec {
10 url = "https://git.tudbut.de/tudbut/spl";
12 hash = "sha256-/WjrQeE3zI71pvCil2yE9ZMaWkmyRG/tNmZ+XFF0nYw=";
15 cargoHash = "sha256-8xv7tXVklJDewnHqoRIMefsNWTD28+5WyV5ZI9imOh0=";
18 description = "Simple, concise, concatenative scripting language";
19 homepage = "https://git.tudbut.de/tudbut/spl";
20 license = lib.licenses.mit;
21 maintainers = with lib.maintainers; [ tudbut ];