Last change
on this file since 14171 was
14171,
checked in by Mark Evenson, 9 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
|
Rev | Line | |
---|
[13880] | 1 | ;;;; -*- Mode: LISP -*- |
---|
| 2 | |
---|
| 3 | ;;;; Need to have jna.jar present for CFFI to have a chance of working. |
---|
[13881] | 4 | (asdf:defsystem :jna |
---|
[14171] | 5 | :version "3.4.0" |
---|
[14170] | 6 | :defsystem-depends-on (abcl-asdf) |
---|
[14171] | 7 | :components ((:mvn "net.java.dev.jna/jna/3.4.0"))) |
---|
Note: See
TracBrowser
for help on using the repository browser.