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
|
Source: kim-api
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: libs
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
dh-fortran-mod,
gfortran,
xxd
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/kim-api
Vcs-Git: https://salsa.debian.org/science-team/kim-api.git
Homepage: https://openkim.org
Package: libkim-api-dev
Architecture: any
Section: libdevel
Depends: libkim-api2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Development files for KIM-API
The KIM API is an Application Programming Interface for atomistic simulations.
The API provides a standard for exchanging information between atomistic
simulation codes (molecular dynamics, molecular statics, lattice dynamics,
Monte Carlo, etc.) and interatomic models (potentials or force fields).
It also includes a set of library routines for using the API with
bindings for:
.
FORTRAN 77, Fortran 90/95, Fortran 2003
C, C++
.
Atomistic simulation codes that support the KIM API work seamlessly with the
KIM-compliant interatomic models (KIM Models) distributed on this website.
The interface is computationally efficient and often requires relatively minor
changes to existing codes.
.
This package contains the development files (headers and documentation) for
KIM-API.
Package: libkim-api2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Shared library for KIM-API
The KIM API is an Application Programming Interface for atomistic simulations.
The API provides a standard for exchanging information between atomistic
simulation codes (molecular dynamics, molecular statics, lattice dynamics,
Monte Carlo, etc.) and interatomic models (potentials or force fields).
It also includes a set of library routines for using the API with
bindings for:
.
FORTRAN 77, Fortran 90/95, Fortran 2003
C, C++
.
Atomistic simulation codes that support the KIM API work seamlessly with the
KIM-compliant interatomic models (KIM Models) distributed on this website.
The interface is computationally efficient and often requires relatively minor
changes to existing codes.
.
This package contains the shared library for KIM-API.
Package: libkim-api-doc
Architecture: all
Depends: ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: foreign
Description: Documentation and examples for KIM-API
The KIM API is an Application Programming Interface for atomistic simulations.
The API provides a standard for exchanging information between atomistic
simulation codes (molecular dynamics, molecular statics, lattice dynamics,
Monte Carlo, etc.) and interatomic models (potentials or force fields).
It also includes a set of library routines for using the API with
bindings for:
.
FORTRAN 77, Fortran 90/95, Fortran 2003
C, C++
.
Atomistic simulation codes that support the KIM API work seamlessly with the
KIM-compliant interatomic models (KIM Models) distributed on this website.
The interface is computationally efficient and often requires relatively minor
changes to existing codes.
.
This package contains documentation and examples
|