Ignore:
Timestamp:
01/22/07 04:12:43 (18 years ago)
Author:
psmith
Message:

Moved utils to own package

Location:
branches/home/psmith/restructure/src/io
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/home/psmith/restructure/src/io/nio-package.lisp

    r35 r49  
    2525THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2626|#
    27 (defpackage :nio (:use :cl :cffi :event-notification :nio-buffer :nio-compat)
     27(defpackage :nio (:use :cl :cffi :nio-utils :event-notification :nio-buffer :nio-compat)
    2828           
    2929            (:export
  • TabularUnified branches/home/psmith/restructure/src/io/nio.asd

    r24 r49  
    1313                 )
    1414
    15     :depends-on (:cffi :event-notification :nio-buffer :nio-compat))
     15    :depends-on (:cffi :event-notification :nio-buffer :nio-compat :nio-utils))
    1616
Note: See TracChangeset for help on using the changeset viewer.