4
|
1 |
license=Copyright (c) 2008 Timothy Wall, All Rights Reserved\n\
|
|
2 |
\n\
|
|
3 |
This library is free software; you can redistribute it and/or\n\
|
|
4 |
modify it under the terms of the GNU Lesser General Public\n\
|
|
5 |
License as published by the Free Software Foundation; either\n\
|
|
6 |
version 2.1 of the License, or (at your option) any later version.\n\
|
|
7 |
\n\
|
|
8 |
This library is distributed in the hope that it will be useful,\n\
|
|
9 |
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
|
|
10 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n\
|
|
11 |
Lesser General Public License for more details.
|
|
12 |
description=JNA provides Java programs easy access to native shared libraries \
|
|
13 |
(DLLs on Windows) without writing anything but Java code - no JNI \
|
|
14 |
or native code is required. This functionality is comparable \
|
|
15 |
to Windows' Platform/Invoke and Python's ctypes. \
|
|
16 |
Access is dynamic at runtime without code generation.
|