Changeset 49 for branches/home/psmith/restructure/src/io
- Timestamp:
- 01/22/07 04:12:43 (18 years ago)
- 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 25 25 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 26 |# 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) 28 28 29 29 (:export -
TabularUnified branches/home/psmith/restructure/src/io/nio.asd ¶
r24 r49 13 13 ) 14 14 15 :depends-on (:cffi :event-notification :nio-buffer :nio-compat ))15 :depends-on (:cffi :event-notification :nio-buffer :nio-compat :nio-utils)) 16 16
Note: See TracChangeset
for help on using the changeset viewer.