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
|
Source: siscone
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Lifeng Sun <lifongsun@gmail.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), doxygen-latex, graphviz, texlive-fonts-recommended, ghostscript, dh-autoreconf
Standards-Version: 3.9.3
Homepage: http://projects.hepforge.org/siscone/
Vcs-Git: git://git.debian.org/git/debian-science/packages/siscone.git
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/siscone.git
Package: libsiscone0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libsiscone-spherical0 (= ${binary:Version})
Description: Seedless Infrared Safe Cone jet finder
SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes
N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of
other algorithms.
Package: libsiscone-dev
Section: libdevel
Architecture: any
Depends: libsiscone0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: siscone-examples (= ${source:Version}), siscone-doc-html (= ${source:Version}), siscone-doc-pdf (= ${source:Version})
Description: Seedless Infrared Safe Cone jet finder - development files
SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes
N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of
other algorithms.
.
This package provides development files of SISCone.
Package: libsiscone-spherical0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libsiscone0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Spherical version of SISCone
SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes
N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of
other algorithms.
.
The spherical version of SISCone is designed for use in e+e- collisions.
Package: libsiscone-spherical-dev
Section: libdevel
Architecture: any
Depends: libsiscone-spherical0 (= ${binary:Version}), libsiscone-dev (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: siscone-examples (= ${source:Version}), siscone-doc-html (= ${source:Version}), siscone-doc-pdf (= ${source:Version})
Description: Spherical version of SISCone - development files
SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes
N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of
other algorithms.
.
The spherical version of SISCone is designed for use in e+e- collisions.
.
This package provides development files of spherical version of SISCone.
Package: siscone-examples
Section: devel
Architecture: all
Depends: libsiscone-dev (>= ${source:Version}), libsiscone-spherical-dev (>= ${source:Version}), ${misc:Depends}
Suggests: siscone-doc-html (= ${source:Version}), siscone-doc-pdf (= ${source:Version})
Description: Seedless Infrared Safe Cone jet finder - example files
SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes
N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of
other algorithms.
.
This package provides example source files of SISCone.
Package: siscone-doc-html
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Description: Developer's reference manual of SISCone (HTML)
SISCone implements a Seedless Infrared (IR) Safe Cone jet algorithm, it takes
N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of
other algorithms.
.
This package provides HTML Reference manual of SISCone.
Package: siscone-doc-pdf
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Developer's reference manual of SISCone (PDF)
SISCone implements a Seedless Infrared (IR) Safe Cone jet algorithm, it takes
N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of
other algorithms.
.
This package provides PDF Reference manual of SISCone.
|