SHINMERA.s_LASS/binary-lass.asd

20 lines
621 B
Plaintext
Raw Normal View History

2014-09-05 13:15:58 +02:00
#|
This file is a part of LASS
2014-10-09 21:44:52 +02:00
(c) 2014 Shirakumo http://tymoon.eu (shinmera@tymoon.eu)
2014-09-05 13:15:58 +02:00
Author: Nicolas Hafner <shinmera@tymoon.eu>
|#
(defsystem binary-lass
:name "LASS Binary"
:version "0.1.1"
:license "zlib"
2014-09-05 13:15:58 +02:00
:author "Nicolas Hafner <shinmera@tymoon.eu>"
:maintainer "Nicolas Hafner <shinmera@tymoon.eu>"
:description "System to create a binary executable for LASS."
2018-08-18 00:12:59 +02:00
:homepage "https://Shinmera.github.io/LASS/"
:bug-tracker "https://github.com/Shinmera/LASS/issues"
:source-control (:git "https://github.com/Shinmera/LASS.git")
2014-09-05 13:15:58 +02:00
:serial T
:components ((:file "binary"))
:depends-on (:lass))