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.
|