changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/ffi/nuklear/nuklear.asd

revision 401: b10f5822bc58
parent 400: 122554547517
child 402: d770292afa4c
     1.1--- a/lisp/ffi/nuklear/nuklear.asd	Sun Jun 02 22:34:29 2024 -0400
     1.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3@@ -1,24 +0,0 @@
     1.4-;;; nuklear.asd --- NUKLEAR SYSTEMS
     1.5-(eval-when (:compile-toplevel :load-toplevel :execute)
     1.6-  (require :sb-grovel))
     1.7-
     1.8-(defpackage :nuklear.sys
     1.9-  (:use :cl :asdf :sb-grovel :sb-alien))
    1.10-
    1.11-(in-package :nuklear.sys)
    1.12-
    1.13-(defsystem "nuklear"
    1.14-  :version "0.1.0"
    1.15-  :license (:file "LICENSE")
    1.16-  :maintainer "ellis <ellis@rwest.io>"
    1.17-  :bug-tracker "https://vc.compiler.company/comp/core/issues"
    1.18-  :depends-on (:sb-grovel :std)
    1.19-  :components ((:file "pkg")
    1.20-               (grovel-constants-file "constants"
    1.21-                                      :package :nuklear))
    1.22-  :in-order-to ((test-op (test-op "nuklear/tests"))))
    1.23-
    1.24-(defsystem "nuklear/tests"
    1.25-  :depends-on (:rt :nuklear)
    1.26-  :components ((:file "tests"))
    1.27-  :perform (test-op (op c) (uiop:symbol-call '#:rt '#:do-tests :nuklear)))