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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
Source: dcl
Section: science
Priority: optional
Maintainer: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper-compat (= 12),
libx11-dev,
libgtk-3-dev,
gfortran,
dh-fortran-mod,
ruby
Standards-Version: 4.5.1
Homepage: https://www.gfd-dennou.org/arch/dcl/
Vcs-Git: https://salsa.debian.org/uwabami/dcl-f77.git
Vcs-Browser: https://salsa.debian.org/uwabami/dcl-f77
Rules-Requires-Root: no
Package: dcl-f77
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, libf77dcl-dev
Pre-Depends: ${misc:Pre-Depends}
Description: GFD-DENNOU Club Library (DCL) - FORTRAN77 version
GFD-DENNOU Club Library (DCL) is a package of graphic and mathematical
libraries developed by GFD-Dennou Club, see http://www.gfd-dennou.org/
It contains following libraries.
* visualization libraries:
wide variety of 1D and 2D graphics and limited 3D graphics
* mathematical libraries
FFT, Ordinary differential equation solver, Spherical harmonics analysis
etc.
.
This package is metapackage to install libf77dcl-dev
Package: libf77dcl-dev
Architecture: any
Section: libdevel
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends},
libf77dcl7 (= ${binary:Version}),
fonts-dclfonts,
libgtk-3-dev,
libglib2.0-dev,
gfortran
Description: GFD-DENNOU Club Library (DCL) - static library and header files
GFD-DENNOU Club Library (DCL) is a package of graphic and mathematical
libraries developed by GFD-Dennou Club, see http://www.gfd-dennou.org/
It contains following libraries.
* visualization libraries:
wide variety of 1D and 2D graphics and limited 3D graphics
* mathematical libraries
FFT, Ordinary differential equation solver, Spherical harmonics analysis
etc.
.
This package provides static library, header files, wrapper scripts.
Package: fonts-dclfonts
Section: fonts
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: GFD-DENNOU Club Library (DCL) - font files
GFD-DENNOU Club Library (DCL) is a package of graphic and mathematical
libraries developed by GFD-Dennou Club, see http://www.gfd-dennou.org/
It contains following libraries.
* visualization libraries:
wide variety of 1D and 2D graphics and limited 3D graphics
* mathematical libraries
FFT, Ordinary differential equation solver, Spherical harmonics analysis
etc.
.
This package provides font files for DCL
Package: libf77dcl7
Architecture: any
Section: libs
Replaces: libf77dcl5 (<< 7), libf77dcl6 (<< 7)
Breaks: libf77dcl5 (<< 7), libf77dcl6 (<< 7)
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GFD-DENNOU Club Library (DCL) - shared library
GFD-DENNOU Club Library (DCL) is a package of graphic and mathematical
libraries developed by GFD-Dennou Club, see http://www.gfd-dennou.org/
It contains following libraries.
* visualization libraries:
wide variety of 1D and 2D graphics and limited 3D graphics
* mathematical libraries
FFT, Ordinary differential equation solver, Spherical harmonics analysis
etc.
.
This package provides shared library, database files.
Package: dcl-f77-docs
Multi-Arch: foreign
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: GFD-DENNOU Club Library (DCL) - documents
GFD-DENNOU Club Library (DCL) is a package of graphic and mathematical
libraries developed by GFD-Dennou Club, see http://www.gfd-dennou.org/
It contains following libraries.
* visualization libraries:
wide variety of 1D and 2D graphics and limited 3D graphics
* mathematical libraries
FFT, Ordinary differential equation solver, Spherical harmonics analysis
etc.
.
This package provides document and demo programs.
|