Skip to content

Commit 17a16f5

Browse files
committed
Add ASDF metadata
1 parent 4042aad commit 17a16f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bibtex.asd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
(in-package :bibtex-system)
1616

1717
(defsystem bibtex
18-
:version "1.1"
18+
:version "1.1"
19+
:description "Compatible re-implementation of the BibTeX program, with a BST-to-CL compiler."
20+
:author "Matthias Koeppe <[email protected]>"
21+
:licence "LGPL 2.1+"
1922
:depends-on (#-(or cmu abcl sbcl clisp ecl) :port
2023
:split-sequence)
2124
:components ((:file "cmp")

0 commit comments

Comments
 (0)