1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
Source: freefem
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: math
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-exec,
libxt-dev,
hevea,
doxygen-latex,
texlive-latex-base,
texlive-latex-recommended,
latex2html
Standards-Version: 4.2.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/freefem.git
Vcs-Git: https://salsa.debian.org/science-team/freefem.git
Homepage: http://kfem.sourceforge.net
Package: freefem
Architecture: any
Depends: libfreefem0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Suggests: freefem-examples (= ${source:Version}),
freefem-doc (= ${source:Version})
Description: PDE oriented language using Finite Element Method
FreeFEM is a language adapted to Partial Differential equation. The
underlying method used is the Finite Element Method.
This tool has been successfully used as a teaching tool and even as a
research tool.
Package: freefem-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: pdf-viewer
Description: Documentation for FreeFEM (html and pdf)
FreeFEM is a language adapted to Partial Differential equation. The
underlying method used is the Finite Element Method.
This tool has been successfully used as a teaching tool and even as a
research tool.
Package: freefem-examples
Architecture: all
Depends: freefem,
${misc:Depends}
Description: Example files for FreeFEM
FreeFEM is a language adapted to Partial Differential equation. The
underlying method used is the Finite Element Method.
This tool has been successfully used as a teaching tool and even as a
research tool.
Package: libfreefem0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: libfreefem
Provides: libfreefem
Replaces: libfreefem
Description: Shared libraries for FreeFEM
FreeFEM is a language adapted to Partial Differential equation. The
underlying method used is the Finite Element Method.
This tool has been successfully used as a teaching tool and even as a
research tool.
Package: libfreefem-dev
Architecture: any
Section: libdevel
Depends: libfreefem0 (= ${binary:Version}),
${misc:Depends}
Suggests: libfreefem-doc (= ${source:Version})
Description: Development library, header files and manpages
FreeFEM is a language adapted to Partial Differential equation. The
underlying method used is the Finite Element Method.
This tool has been successfully used as a teaching tool and even as a
research tool.
Package: libfreefem-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Documentation for FreeFEM development
FreeFEM is a language adapted to Partial Differential equation. The
underlying method used is the Finite Element Method.
This tool has been successfully used as a teaching tool and even as a
research tool.
|