Last change
on this file since 14171 was
14171,
checked in by Mark Evenson, 8 years ago
|
Update JNA to use the jna-3.4.0 artifact.
Sufficient jna-3.0.9 metadata is no longer present in the default
central repository.
|
File size:
233 bytes
|
Line | |
---|
1 | ;;;; -*- Mode: LISP -*- |
---|
2 | |
---|
3 | ;;;; Need to have jna.jar present for CFFI to have a chance of working. |
---|
4 | (asdf:defsystem :jna |
---|
5 | :version "3.4.0" |
---|
6 | :defsystem-depends-on (abcl-asdf) |
---|
7 | :components ((:mvn "net.java.dev.jna/jna/3.4.0"))) |
---|
Note: See
TracBrowser
for help on using the repository browser.