File: feature.properties

package info (click to toggle)
svnkit 1.3.5%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,116 kB
  • sloc: java: 109,839; xml: 990; sh: 193; makefile: 25
file content (16 lines) | stat: -rw-r--r-- 909 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
license=Copyright (c) 2008 Timothy Wall, All Rights Reserved\n\
\n\
This library is free software; you can redistribute it and/or\n\
modify it under the terms of the GNU Lesser General Public\n\
License as published by the Free Software Foundation; either\n\
version 2.1 of the License, or (at your option) any later version.\n\
\n\
This library is distributed in the hope that it will be useful,\n\
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n\
Lesser General Public License for more details.
description=JNA provides Java programs easy access to native shared libraries \
(DLLs on Windows) without writing anything but Java code - no JNI \
or native code is required. This functionality is comparable \
to Windows' Platform/Invoke and Python's ctypes. \
Access is dynamic at runtime without code generation.