Menu

[r760]: / trunk / lispbuilder-openrm / lispbuilder-openrm-cffi.asd  Maximize  Restore  History

Download this file

29 lines (26 with data), 954 Bytes

;;; -*- lisp -*-

(defpackage #:lispbuilder-operm-cffi-system
  (:use #:cl #:asdf))
(in-package #:lispbuilder-operm-cffi-system)

(defsystem lispbuilder-openrm-cffi
    :description "lispbuilder-openrm: OpenRM library wrapper and tools"
    :long-description
    "lispbuilder-openrm uses CFFI to be highly compatible across lisp 
    implementations. It includes a selection of utilities to assist  
    game programming in Common Lisp."
    :version "0.1"
    :author "Luke Crook <luke@balooga.com>"
    :maintainer "Application Builder <application-builder@lispniks.com>"
    :licence "BSD"
    :depends-on (cffi)
    :components
    ((:module "cffi"
	      :components
	      ((:file "package")
	       (:file "library" :depends-on ("package"))
 	       (:file "openrm" :depends-on ("package" "library"))
 	       (:file "translate" :depends-on ("openrm"))
	       ))
     (:module "build"
	      :components
	      ((:static-file "openrmswig.i")))))
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.