File: control

package info (click to toggle)
libpsml 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,464 kB
  • sloc: f90: 3,713; makefile: 208; pascal: 166; sh: 104
file content (29 lines) | stat: -rw-r--r-- 1,132 bytes parent folder | download | duplicates (2)
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: libpsml
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,
               libxmlf90-dev
Standards-Version: 4.1.3
Homepage: https://gitlab.com/siesta-project/libraries/libpsml
Vcs-Browser: https://salsa.debian.org/debichem-team/libpsml
Vcs-Git: https://salsa.debian.org/debichem-team/libpsml.git

Package: libpsml-dev
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libxmlf90-dev
Description: library to handle pseudopotentials in PSML format (development files)
 PSML (for PSeudopotential Markup Language) is a file format for norm-
 conserving pseudopotential data which is designed to encapsulate as much as
 possible the abstract concepts in the domain's ontology, and to provide
 appropriate metadata and provenance information.
 .
 The libPSMML library provides an API for parsing PSML files and extracting
 information from them. 
 .
 This package contains the static libraries and the header files.