Source: ufl
Section: python
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Christophe Prud'homme <prudhomm@debian.org>, Johannes Ring <johannr@simula.no>
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~)
Standards-Version: 3.9.5
X-Python-Version: >= 2.5
Homepage: http://fenicsproject.org
Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/fenics/ufl/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/fenics/ufl/trunk/

Package: python-ufl
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-ufl-doc
Description: unified language for form-compilers
 UFL (Unified Form Language) is a unified language for definition of 
 variational forms intended for finite element discretization. More precisely,
 it defines a fixed interface for choosing finite element spaces and defining
 expressions for weak forms in a notation close to mathematical notation. 
 The form compilers FFC and SyFi use UFL as their end-user interface, 
 producing UFC implementations as their output.

Package: python-ufl-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: documentation and demos for UFL
 UFL (Unified Form Language) is a unified language for definition of 
 variational forms intended for finite element discretization. More precisely,
 it defines a fixed interface for choosing finite element spaces and defining
 expressions for weak forms in a notation close to mathematical notation. 
 The form compilers FFC and SyFi use UFL as their end-user interface, 
 producing UFC implementations as their output.
 .
 This package contains documentation and demos for UFL.
