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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
|
Source: cod-tools
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
bison,
debhelper-compat (= 13),
dh-python,
gawk,
libchemistry-opensmiles-perl <!nocheck>,
libclone-perl <!nocheck>,
libdata-compare-perl <!nocheck>,
libdate-calc-perl <!nocheck>,
libdatetime-format-rfc3339-perl <!nocheck>,
libdbd-mysql-perl <!nocheck>,
libdbd-sqlite3-perl <!nocheck>,
libdbi-perl <!nocheck>,
libdigest-sha-perl <!nocheck>,
libgraph-easy-perl <!nocheck>,
libgraph-easy-as-svg-perl <!nocheck>,
libgraph-nauty-perl <!nocheck>,
libgraph-perl <!nocheck>,
libhtml-parser-perl <!nocheck>,
libjson-perl <!nocheck>,
liblist-moreutils-perl,
libmodule-scandeps-perl,
libparse-yapp-perl,
libsymspg-dev,
libtext-diff-perl <!nocheck>,
libtext-unidecode-perl <!nocheck>,
libwww-curl-perl <!nocheck>,
libxml-simple-perl <!nocheck>,
moreutils,
perl,
perl-xs-dev,
python3-all-dev,
python3-dev,
python3-setuptools,
swig,
tree <!nocheck>,
Standards-Version: 4.6.2
Section: science
Vcs-Git: https://salsa.debian.org/science-team/cod-tools.git
Vcs-Browser: https://salsa.debian.org/science-team/cod-tools
Homepage: https://wiki.crystallography.net/cod-tools
Rules-Requires-Root: no
Package: cod-tools
Architecture: any
Depends:
curl,
gawk,
libclone-perl,
libcod-tools-perl,
libdbd-mysql-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libdigest-sha-perl,
libgraph-easy-perl,
libgraph-easy-as-svg-perl,
libgraph-nauty-perl,
libhtml-parser-perl,
libjson-perl,
liblist-moreutils-perl,
libwww-curl-perl,
libxml-simple-perl,
openbabel,
perl,
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Description: tools for manipulating CIF format files
cod-tools is a set of Perl modules and command line tools for
manipulating Crystallographic Information Format (CIF) v1.1 and v2.0
files.
Package: libcexceptions-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libcexceptions0 (= ${binary:Version}),
${misc:Depends},
Description: C exception handling library (development files)
Wrappers for C functions, allowing usage of try ... catch ... blocks
in C language. Wrapped functions include memory allocation, standard
I/O and strdup.
.
This package contains static library and header files.
Package: libcexceptions0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: C exception handling library
Wrappers for C functions, allowing usage of try ... catch ... blocks
in C language. Wrapped functions include memory allocation, standard
I/O and strdup.
Package: libcod-tools-perl
Section: perl
Architecture: any
Depends:
libclone-perl,
libdata-compare-perl,
libdate-calc-perl,
libdatetime-format-rfc3339-perl,
libdbi-perl,
libdigest-sha-perl,
libhtml-parser-perl,
libjson-perl,
liblist-moreutils-perl,
libparse-yapp-perl,
libtext-unidecode-perl,
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Breaks:
cod-tools (<< 3),
libcod-cif-parser-bison-perl,
libcod-cif-parser-yapp-perl,
libcod-precision-perl,
libcod-usermessage-perl,
Replaces:
cod-tools (<< 3),
libcod-cif-parser-bison-perl,
libcod-cif-parser-yapp-perl,
libcod-precision-perl,
libcod-usermessage-perl,
Description: tools for manipulating CIF format files - Perl modules
cod-tools is a set of Perl modules and command line tools for
manipulating Crystallographic Information Format (CIF) v1.1 and v2.0
files.
.
This package contains Perl modules.
Package: libcodcif-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libcodcif3 (= ${binary:Version}),
${misc:Depends},
Description: error-correcting CIF parser - headers and static libraries
Parser for Crystallographic Information Format (CIF) v1.1 and v2.0,
written in C language. A CIF format file is represented by an array
of data blocks, where each data block is represented by a CIF struct.
.
This package contains static library and header files.
Package: libcodcif3
Section: libs
Architecture: any
Multi-Arch: same
Depends:
libcexceptions0 (>= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: error-correcting CIF parser - shared library
Parser for Crystallographic Information Format (CIF) v1.1 and v2.0,
written in C language. A CIF format file is represented by an array
of data blocks, where each data block is represented by a CIF struct.
Package: libgetoptions-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libgetoptions0 (= ${binary:Version}),
${misc:Depends},
Description: Command line argument processing library for C (development files)
C library for processing GNU-like command line options. The library
uses C the exception handling library and is used for developing
programs using codcif, an error-correcting Crystallographic Information
Format (CIF) parser.
.
This package contains static library and header files.
Package: libgetoptions0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
libcexceptions0 (>= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Command line argument processing library for C
C library for processing GNU-like command line options. The library
uses C the exception handling library and is used for developing
programs using codcif, an error-correcting Crystallographic Information
Format (CIF) parser.
Package: python3-pycodcif
Section: python
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
XB-Python-Version: ${python3:Versions}
Provides:
${python3:Provides},
Description: error-correcting CIF parser - Python3 bindings
Python bindings for Crystallographic Information Format (CIF) v1.1
and v2.0 parser, which is written in C language, and developed by the
Crystallography Open Database. A CIF format file is represented by a
list of data blocks, where each data block is represented by a
dictionary.
.
This package installs the library for Python 3.
|