-
Notifications
You must be signed in to change notification settings - Fork 14
spvmdist
Yuki Kimoto - SPVM - Perl Club edited this page Apr 10, 2023
·
2 revisions
# Pure SPVM module
spvmdist --name="Yuki Kimoto" --mail="[email protected]" Foo
# Native C
spvmdist --native c --name="Yuki Kimoto" --mail="[email protected]" Foo
# Native C++
spvmdist --native c++ --name="Yuki Kimoto" --mail="[email protected]" Foo
# Only library files
spvmdist --only-lib-files --native c --name="Yuki Kimoto" --mail="[email protected]" Foo lib
# Only library files, native C
spvmdist --only-lib-files --native c++ --name="Yuki Kimoto" --mail="[email protected]" Foo lib
# Only library files, native C++
spvmdist --only-lib-files --name="Yuki Kimoto" --mail="[email protected]" Foo lib
# Resource native C
spvmdist --native c --resource --name="Yuki Kimoto" --mail="[email protected]" Foo
# Resource native C++
spvmdist --native c++ --resource --name="Yuki Kimoto" --mail="[email protected]" Foo