Source: giws
Section: devel
Priority: optional
Maintainer: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 5), python, cdbs, python-libxml2,
 python-dev (>= 2.3.5-7)
Homepage: http://www.scilab.org/giws/
Standards-Version: 3.9.5
Vcs-Svn: https://bollin.googlecode.com/svn/giws/trunk
Vcs-Browser: http://bollin.googlecode.com/svn/giws/trunk

Package: giws
Architecture: all
Depends: ${python:Depends}, python-libxml2, ${misc:Depends}
Suggests: giws-doc
Description: Generate C++ class wrappers to call Java methods/objects
 Giws is basically doing the same stuff as SWIG but the opposite.
 Calling Java from C/C++ can be tricky: JNI calls are complicated 
 especially when dealing with non primivite types or arrays, 
 performance issues must be kept in mind all the time, 
 the code can be redundant (checking exceptions, checking returns
 of operations...).
 Giws hides this complexity through a C++ class which wraps the
 Java class.

Package: giws-doc
Depends: ${misc:Depends}
Section: doc
Architecture: all
Description: Documentation and examples for the GIWS package
 Giws is basically doing the same stuff as SWIG but the opposite.
 Calling Java from C/C++ can be tricky: JNI calls are complicated 
 especially when dealing with non primivite types or arrays, 
 performance issues must be kept in mind all the time, 
 the code can be redundant (checking exceptions, checking returns
 of operations...).
 Giws hides this complexity through a C++ class which wraps the
 Java class.
 .
 This package contains the examples and the documentation.
