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
|
Source: thepeg
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 (>= 8.0.0), autotools-dev, librivet-dev, libhepmc-dev, liblhapdf-dev, dh-autoreconf, libgsl0-dev, zlib1g-dev, chrpath, default-jdk, libreadline-dev
Build-Depends-Indep: doxygen-latex
Standards-Version: 3.9.3
Homepage: http://projects.hepforge.org/thepeg/
Vcs-Git: git://git.debian.org/git/debian-science/packages/thepeg.git
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/thepeg.git
Package: thepeg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Toolkit for High Energy Physics Event Generation
ThePEG is a general toolkit for implementing physics models of event
generation in high energy particle collisions. It defines a general
structure of event generation in terms of abstract base classes for e.g.
hard partonic matrix elements, parton showers and the decay of unstable
particles. Different models are then implemented by creating classes which
inherits from these base classes and implements sets of pre-defined virtual
functions.
.
This package provides program files of ThePEG.
Package: thepeg-gui
Architecture: all
Depends: thepeg (>= ${binary:Version}), default-jre-headless | default-jre, ${misc:Depends}
Description: Java GUI of ThePEG
ThePEG is a general toolkit for implementing physics models of event
generation in high energy particle collisions. It defines a general
structure of event generation in terms of abstract base classes for e.g.
hard partonic matrix elements, parton showers and the decay of unstable
particles. Different models are then implemented by creating classes which
inherits from these base classes and implements sets of pre-defined virtual
functions.
.
This package provides Java GUI of ThePEG.
Package: libthepeg15
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Run-time library of ThePEG
ThePEG is a general toolkit for implementing physics models of event
generation in high energy particle collisions. It defines a general
structure of event generation in terms of abstract base classes for e.g.
hard partonic matrix elements, parton showers and the decay of unstable
particles. Different models are then implemented by creating classes which
inherits from these base classes and implements sets of pre-defined virtual
functions.
.
This package provides run-time library of ThePEG.
Package: libthepeg-dev
Section: libdevel
Architecture: any
Depends: libthepeg15 (= ${binary:Version}), ${misc:Depends}
Description: Development library of ThePEG
ThePEG is a general toolkit for implementing physics models of event
generation in high energy particle collisions. It defines a general
structure of event generation in terms of abstract base classes for e.g.
hard partonic matrix elements, parton showers and the decay of unstable
particles. Different models are then implemented by creating classes which
inherits from these base classes and implements sets of pre-defined virtual
functions.
.
This package provides development library of ThePEG.
Package: thepeg-reference
Architecture: all
Depends: ${misc:Depends}
Description: Code reference of ThePEG
ThePEG is a general toolkit for implementing physics models of event
generation in high energy particle collisions. It defines a general
structure of event generation in terms of abstract base classes for e.g.
hard partonic matrix elements, parton showers and the decay of unstable
particles. Different models are then implemented by creating classes which
inherits from these base classes and implements sets of pre-defined virtual
functions.
.
This package provides code reference of ThePEG generated by Doxygen.
|