2026-08-03 10:32:04 +02:00
2026-08-03 10:32:04 +02:00
2026-08-03 10:29:41 +02:00
2026-08-03 10:32:04 +02:00
2026-08-03 10:29:41 +02:00
2026-08-03 10:32:04 +02:00
2026-08-03 10:32:04 +02:00

package-zipper

Creates a clean, versioned ZIP archive of the current Racket package.

(require package-zipper)
(zip-package)

zip-package reads version from the current directory's info.rkt. For a directory named racket-upnp with version "5.0", it creates:

../racket-upnp-5.0.zip

The ZIP recursively contains the package files, except for:

  • .git
  • names ending in ~
  • names ending in .bak
  • .html, .js, and .css files below scribblings or scribbles

The comparisons for .bak and the Scribble web extensions are case-insensitive.

Install this source directory as a linked package during development:

raco pkg install --auto --link .
S
Description
Zips a package based on the information in info.rkt
Readme MIT 36 KiB
Languages
Racket 100%