r7827: initial version,import
[getopt.git] / package.lisp
1 ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
2 ;;;; *************************************************************************
3 ;;;; FILE IDENTIFICATION
4 ;;;;
5 ;;;; Name:          package.lisp
6 ;;;; Purpose:       Package definition for getopt package
7 ;;;; Programmer:    Kevin M. Rosenberg
8 ;;;; Date Started:  Sep 2003
9 ;;;;
10 ;;;; $Id: package.lisp 7819 2003-09-11 16:20:23Z kevin $
11 ;;;;
12 ;;;; *************************************************************************
13
14 (in-package cl-user)
15
16 (defpackage getopt
17   (:use #:cl)
18   (:export
19    #:match-unique-abbreviation
20    #:getopt
21    ))