1{ buildDotnetGlobalTool, lib }:
2
3buildDotnetGlobalTool {
4 pname = "fantomas";
5 version = "7.0.3";
6
7 nugetHash = "sha256-0XlfV7SxXPDnk/CjkUesJSaH0cxlNHJ+Jj86zNUhkNA=";
8
9 meta = with lib; {
10 description = "F# source code formatter";
11 homepage = "https://github.com/fsprojects/fantomas";
12 license = licenses.asl20;
13 platforms = platforms.linux ++ platforms.darwin;
14 maintainers = with maintainers; [ mikaelfangel ];
15 mainProgram = "fantomas";
16 };
17}