source: tags/1.5.0/contrib/jfli/jfli.asd

Last change on this file was 15008, checked in by Mark Evenson, 7 years ago

Normalize ASDF definitions to follow best practices

c.f. <https://gitlab.common-lisp.net/asdf/asdf/blob/master/doc/best_practices.md>

  • Property svn:eol-style set to native
File size: 384 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(defsystem jfli
3  :long-description "<urn:abcl.org/release/1.5.0/contrib/jfli#>"
4  :version "0.2.0"
5  :components ((:file "jfli")))
6
7;;; Requires integration with IntelliJ IDEA editor (free download)
8(defsystem jfli/intellij-tests
9  :version "0.2.0"
10  :depends-on (jfli)
11  :components ((:module test
12                        :components ((:file "yanking")))))
Note: See TracBrowser for help on using the repository browser.