{ lib, bundlerApp }: bundlerApp { pname = "matter_compiler"; gemdir = ./.; exes = [ "matter_compiler" ]; meta = with lib; { description = '' Matter Compiler is a API Blueprint AST Media Types to API Blueprint conversion tool. It composes an API blueprint from its serialzed AST media-type. ''; homepage = https://github.com/apiaryio/matter_compiler/; license = licenses.mit; maintainers = with maintainers; [ rvlander manveru ]; platforms = platforms.unix; }; }