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
|
Source: libctl
Section: devel
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
, guile-3.0-dev
, gfortran
Standards-Version: 4.7.0
Homepage: http://ab-initio.mit.edu/wiki/index.php/Libctl
Vcs-Browser: https://salsa.debian.org/alteholz/libctl
Vcs-Git: https://salsa.debian.org/alteholz/libctl.git
Rules-Requires-Root: no
Package: libctl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libctl7t64 (= ${binary:Version}), libc6-dev, guile-3.0-dev, ${misc:Depends}
Recommends: libctl-doc
Replaces: libctl-doc (<< 4.5.0-6)
Breaks: libctl-doc (<< 4.5.0-6)
Description: library for flexible control files, development version
libctl is a free Guile-based library implementing flexible control files for
scientific simulations. It was written to support the MIT Photonic-Bands
program, but will hopefully prove useful in other programs too.
.
This package contains the header files and static libraries.
Package: libctl7t64
Provides: ${t64:Provides}
Replaces: libctl7
Breaks: libctl7 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libctl3, libctl5, libctl6
Description: library for flexible control files
libctl is a free Guile-based library implementing flexible control files for
scientific simulations. It was written to support the MIT Photonic-Bands
program, but will hopefully prove useful in other programs too.
.
This package contains the runtime libraries required to run any software using
libctl.
Package: libctl-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Recommends: libctl-dev
Depends: ${misc:Depends}
Description: library for flexible control files, documentation
libctl is a free Guile-based library implementing flexible control files for
scientific simulations. It was written to support the MIT Photonic-Bands
program, but will hopefully prove useful in other programs too.
.
This package contains the documentation in HTML format and a simple example of
how to use it.
|