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 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
|
Source: opencascade
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Kurt Kremitzki <kkremitzki@debian.org>,
Tobias Frost <tobi@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
dh-exec,
libfreeimage-dev,
libfreetype6-dev,
libgl1-mesa-dev | libgl-dev,
libglu1-mesa-dev | libglu-dev,
libtbb-dev,
libx11-dev,
libxext-dev,
libxi-dev,
libxmu-dev,
rapidjson-dev,
tcl-dev,
tk-dev
Build-Depends-Indep: doxygen,
graphviz
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/science-team/opencascade
Vcs-Git: https://salsa.debian.org/science-team/opencascade.git
Homepage: https://www.opencascade.com/
Rules-Requires-Root: no
Package: libocct-foundation-7.5
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libocct-foundation-7.3,
libocct-foundation-7.4
Replaces: libocct-foundation-7.3,
libocct-foundation-7.4
Description: OCCT module underlying all other OCCT classes
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains foundation classes which provide a variety of
general-purpose services such as automated management of heap memory,
exception handling, classes for manipulating aggregates of data, basic
math tools.
.
This package contains the following shared libraries:
TKernel TKMath
Package: libocct-foundation-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libocct-foundation-7.5 (<< ${binary:Version}+1~),
libocct-foundation-7.5 (>= ${binary:Version}),
${misc:Depends}
Conflicts: liboce-foundation-dev
Replaces: liboce-foundation-dev
Description: Open CASCADE Technology module underlying all other OCCT classes - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-foundation.
Package: libocct-modeling-data-7.5
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libocct-modeling-data-7.3,
libocct-modeling-data-7.4
Replaces: libocct-modeling-data-7.3,
libocct-modeling-data-7.4
Description: Open CASCADE Technology 2D/3D geometric primitives data structures
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package supplies data structures to represent 2D and 3D geometric models.
.
This package contains the following shared libraries:
TKG2d TKG3d TKGeomBase TKBRep
Package: libocct-modeling-data-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libocct-foundation-dev (<< ${binary:Version}+1~),
libocct-foundation-dev (>= ${binary:Version}),
libocct-modeling-data-7.5 (<< ${binary:Version}+1~),
libocct-modeling-data-7.5 (>= ${binary:Version}),
${misc:Depends}
Conflicts: liboce-modeling-dev
Replaces: liboce-modeling-dev
Description: Open CASCADE Technology 2D/3D geometric primitives data structures - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-modeling-data.
Package: libocct-modeling-algorithms-7.5
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libocct-modeling-algorithms-7.3,
libocct-modeling-algorithms-7.4
Replaces: libocct-modeling-algorithms-7.3,
libocct-modeling-algorithms-7.4
Description: Open CASCADE Technology geometrical & topological algorithms module
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the following shared libraries:
TKGeomAlgo TKTopAlgo TKPrim TKBO TKBool TKHLR TKFillet TKOffset TKFeat
TKMesh TKXMesh TKShHealing
Package: libocct-modeling-algorithms-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libocct-foundation-dev (<< ${binary:Version}+1~),
libocct-foundation-dev (>= ${binary:Version}),
libocct-modeling-algorithms-7.5 (<< ${binary:Version}+1~),
libocct-modeling-algorithms-7.5 (>= ${binary:Version}),
${misc:Depends}
Conflicts: liboce-modeling-dev
Replaces: liboce-modeling-dev
Description: Open CASCADE Technology geometrical & topological algorithms module - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-modeling-algorithms.
Package: libocct-visualization-7.5
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libocct-visualization-7.3,
libocct-visualization-7.4
Replaces: libocct-visualization-7.3,
libocct-visualization-7.4
Description: Open CASCADE Technology graphical data visualization module
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package provides services for displaying 2D and 3D graphics.
.
This package contains the following shared libraries:
TKService TKV3d TKOpenGl TKMeshVS TKIVtk TKD3DHost
Package: libocct-visualization-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libfreeimage-dev,
libfreetype6-dev,
libgl1-mesa-dev | libgl-dev,
libglu1-mesa-dev | libglu-dev,
libocct-foundation-dev (<< ${binary:Version}+1~),
libocct-foundation-dev (>= ${binary:Version}),
libocct-modeling-algorithms-dev (<< ${binary:Version}+1~),
libocct-modeling-algorithms-dev (>= ${binary:Version}),
libocct-modeling-data-dev (<< ${binary:Version}+1~),
libocct-modeling-data-dev (>= ${binary:Version}),
libocct-ocaf-dev (<< ${binary:Version}+1~),
libocct-ocaf-dev (>= ${binary:Version}),
libocct-visualization-7.5 (<< ${binary:Version}+1~),
libocct-visualization-7.5 (>= ${binary:Version}),
libx11-dev,
libxext-dev,
libxmu-dev,
${misc:Depends}
Conflicts: liboce-visualization-dev
Replaces: liboce-visualization-dev
Description: Open CASCADE Technology graphical data visualization module - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-visualization.
Package: libocct-ocaf-7.5
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libocct-ocaf-7.3,
libocct-ocaf-7.4
Replaces: libocct-ocaf-7.3,
libocct-ocaf-7.4
Description: Open CASCADE Technology application-specific data and functionality
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package provides Open CASCADE Application Framework services.
.
This package contains the following shared libraries:
.
TKCDF TKLCAF TKCAF TKBinL TKXmlL TKBin TKXml TKStdL TKStd TKTObj TKBinTObj
TKXmlTObj TKVCAF
Package: libocct-ocaf-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libocct-foundation-dev (<< ${binary:Version}+1~),
libocct-foundation-dev (>= ${binary:Version}),
libocct-modeling-algorithms-dev (<< ${binary:Version}+1~),
libocct-modeling-algorithms-dev (>= ${binary:Version}),
libocct-modeling-data-dev (<< ${binary:Version}+1~),
libocct-modeling-data-dev (>= ${binary:Version}),
libocct-ocaf-7.5 (<< ${binary:Version}+1~),
libocct-ocaf-7.5 (>= ${binary:Version}),
libocct-visualization-7.5 (<< ${binary:Version}+1~),
libocct-visualization-7.5 (>= ${binary:Version}),
${misc:Depends}
Conflicts: liboce-ocaf-dev,
liboce-ocaf-lite-dev
Replaces: liboce-ocaf-dev,
liboce-ocaf-lite-dev
Description: Open CASCADE Technology application-specific data and functionality - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-ocaf.
Package: libocct-data-exchange-7.5
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libocct-data-exchange-7.3,
libocct-data-exchange-7.4
Replaces: libocct-data-exchange-7.3,
libocct-data-exchange-7.4
Description: Open CASCADE Technology module for CAD data format interoperability
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package provides support for data exchange.
.
This package contains the following shared libraries:
TKXSBase TKSTEPBase TKSTEPAttr TKSTEP209 TKSTEP TKIGES TKXCAF TKXDEIGES
TKXDESTEP TKSTL TKVRML TKXmlXCAF TKBinXCAF
Package: libocct-data-exchange-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libocct-data-exchange-7.5 (<< ${binary:Version}+1~),
libocct-data-exchange-7.5 (>= ${binary:Version}),
libocct-foundation-dev (<< ${binary:Version}+1~),
libocct-foundation-dev (>= ${binary:Version}),
libocct-modeling-algorithms-dev (<< ${binary:Version}+1~),
libocct-modeling-algorithms-dev (>= ${binary:Version}),
libocct-modeling-data-dev (<< ${binary:Version}+1~),
libocct-modeling-data-dev (>= ${binary:Version}),
libocct-ocaf-dev (<< ${binary:Version}+1~),
libocct-ocaf-dev (>= ${binary:Version}),
libocct-visualization-dev (<< ${binary:Version}+1~),
libocct-visualization-dev (>= ${binary:Version}),
${misc:Depends}
Conflicts: liboce-ocaf-dev,
liboce-ocaf-lite-dev
Replaces: liboce-ocaf-dev,
liboce-ocaf-lite-dev
Description: Open CASCADE Technology module for CAD data format interoperability - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-data-exchange.
Package: libocct-draw-7.5
Architecture: any
Multi-Arch: same
Section: libs
Depends: libfreetype6-dev,
libx11-dev,
tcl8.6-dev,
tk8.6-dev,
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libocct-draw-7.3,
libocct-draw-7.4
Replaces: libocct-draw-7.3,
libocct-draw-7.4
Description: Open CASCADE Technology command interpreter & graphical test library
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
Draw is a command interpreter based on Tcl and a graphical system used to test
and demonstrate Open CASCADE Technology modeling libraries.
.
This package provides the shared libraries component of Draw.
Package: libocct-draw-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libocct-draw-7.5 (<< ${binary:Version}+1~),
libocct-draw-7.5 (>= ${binary:Version}),
${misc:Depends}
Description: Open CASCADE Technology interpreter & graphics test library - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
Draw is a command interpreter based on Tcl and a graphical system used to test
and demonstrate Open CASCADE Technology modeling libraries.
.
This package contains the headers and symlinks for libraries shipped by
libocct-draw.
Package: occt-draw
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: oce-draw
Replaces: oce-draw
Description: Open CASCADE Technology command interpreter and graphical test system
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
Draw is a command interpreter based on Tcl and a graphical system used to test
and demonstrate Open CASCADE Technology modeling libraries.
Package: occt-misc
Architecture: all
Section: utils
Depends: ${misc:Depends}
Description: OCCT CAE platform shared library miscellaneous files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains resource files.
Package: libocct-doc
Architecture: all
Section: doc
Depends: libjs-mathjax,
${misc:Depends}
Description: Open CASCADE Technology CAE platform documentation
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains documentation files.
|