Files
gsc/cli/ebin/gsc_cli.app
Peter Harpending f548c7d88d moving sfc over here
2026-06-01 16:44:33 -07:00

8 lines
261 B
Erlang

{application,gsc_cli,
[{description,"GSC CLI and test suite"},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"0.1.0"},
{modules,[gsc_cli]}]}.