FsLex and FsYacc tools, originally part of the "F# PowerPack"
See https://fsprojects.github.io/FsLexYacc.
This is currently done manually:
fsi docsrc\generate.fsx
.\build.cmd --target NuGet
./build.sh --target NuGet
set APIKEY=...
..\FSharp.TypeProviders.SDK\.nuget\nuget.exe push bin\FsLexYacc.Runtime.9.0.3.nupkg %APIKEY% -Source https://nuget.org
..\FSharp.TypeProviders.SDK\.nuget\nuget.exe push bin\FsLexYacc.9.0.3.nupkg %APIKEY% -Source https://nuget.org
The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)