We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4042aad commit 17a16f5Copy full SHA for 17a16f5
bibtex.asd
@@ -15,7 +15,10 @@
15
(in-package :bibtex-system)
16
17
(defsystem bibtex
18
- :version "1.1"
+ :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+"
22
:depends-on (#-(or cmu abcl sbcl clisp ecl) :port
23
:split-sequence)
24
:components ((:file "cmp")
0 commit comments