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
|
Source: libctl
Section: devel
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Build-Depends: debhelper (>> 3.0.0), libguile-dev
Standards-Version: 3.5.2
Package: libctl-dev
Architecture: any
Depends: libctl2 (= ${Source-Version}), libc6-dev
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 header files and static libraries.
Package: libctl2
Architecture: any
Depends: libguile9, ${shlibs:Depends}
Conflicts: libctl1
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 containsis the runtime libraries required to
run any software using libctl.
|