r10436: add cameras.lisp file. avoid reader errors in openmcl
[cl-photo.git] / package.lisp
index ee7dcdda0e9f870f95b202ebca3977fb78b583d0..a06fd1a13d572fbce1a0a3c6f3292a66d90c459b 100755 (executable)
@@ -9,21 +9,34 @@
 ;;;;
 ;;;; $Id$
 ;;;;
-;;;; This file, part of cl-photo, is Copyright (c) 2005 by Kevin Rosenberg.
-;;;; Rights of modification and redistribution are in the LICENSE file.
+;;;; This file, part of cl-photo, is Copyright (c) 2005 by Kevin M. Rosenberg
+;;;;
+;;;; cl-photo users are granted the rights to distribute and use this software
+;;;; as governed by the terms of the GNU General Public License v2
+;;;; (http://www.gnu.org/licenses/gpl.html)
 ;;;;
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
 
 (defpackage #:photo
-  (:use #:common-lisp #:kmrcl)
+  (:use #:common-lisp)
   (:export
 
+   ;; cameras.lisp
+   #:sensor-dimensions
+   #:format-dimensions
+   
    ;; fov.lisp
-   #:fov
-   #:fov-format
-
+   #:aov
+   #:aov-format
+   #:aov-distance
+   
    ;; dof.lisp
+   #:coc-format
+   #:coc-sensor
+   #:coc-airy
+   #:dof
+   #:hyperfocal
    ))