;;; along with SOD; if not, write to the Free Software Foundation,
;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-(cl:in-package #:sod)
+(cl:defpackage #:sod-frontend
+ (:use #:common-lisp #:optparse #:sod #:sod-parser)
+ (:shadowing-import-from #:optparse "INT"))
+
+(cl:in-package #:sod-frontend)
;;;--------------------------------------------------------------------------
;;; The main program.