File: control

package info (click to toggle)
libfdf 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: f90: 4,028; perl: 805; python: 174; sh: 116; makefile: 99
file content (29 lines) | stat: -rw-r--r-- 1,189 bytes parent folder | download
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
Source: libfdf
Section: libdevel
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 12),
               gfortran
Standards-Version: 4.1.3
Homepage: https://gitlab.com/siesta-project/libraries/libfdf
Vcs-Browser: https://salsa.debian.org/debichem-team/libfdf
Vcs-Git: https://salsa.debian.org/debichem-team/libfdf.git

Package: libfdf-dev
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: SIESTA Flexible Data Format library (development files)
 FDF stands for Flexible Data Format, designed within the Siesta project
 to simplify the handling of input options. It is based on a keyword/
 value paradigm (including physical units when relevant), supplemented
 by blocks for arbitrarily complex blobs of data and lists.
 .
 LibFDF is the official implementation of the FDF specifications for use
 in client codes. At present the FDF format is used extensively by
 Siesta, and it has been an inspiration for several other code-specific
 input formats.
 .
 This package contains the static libraries and the header files.