Menu

[r760]: / trunk / lispbuilder-sdl / lispbuilder-sdl-cl-vectors-examples.asd  Maximize  Restore  History

Download this file

16 lines (13 with data), 484 Bytes

;;; -*- lisp -*-

(defpackage #:lispbuilder-sdl-cl-vectors-examples-system
  (:use #:cl #:asdf))
(in-package #:lispbuilder-sdl-cl-vectors-examples-system)

(defsystem lispbuilder-sdl-cl-vectors-examples
    :description "Examples for the LISPBUILDER-SDL-CL-VECTORS package."
    :version "0.0.1"
    :depends-on (lispbuilder-sdl-cl-vectors)
    :components
    ((:module "examples"
	      :components
	      ((:file "package")
	       (:file "cl-vectors" :depends-on ("package"))))))
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.