other-lisps 2020-03-17

What does the #: signify in the following code?

(defpackage #:new-module
  (:use #:cl :stumpwm))