Releasing a package in PLT Scheme is a very straight forward process, which we will follow:
- organize all of the files into a single directory
- create an
info.ss
file to describe the metadata of the package - use
planet create
to generate the PLT package file - test the package file to ensure it is functional - use
planet fileinject
to install the package, andplanet remove
to deinstall the package - submit the package to http://planet.plt-scheme.org
SHP will be released with the next post, which will include a tutorial for using SHP that summarizes all previous posts so far.
No comments:
Post a Comment