mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
Part-of: https://github.com/gentoo/gentoo/pull/42542 Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org>
21 lines
687 B
XML
21 lines
687 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>apn-pucky@gentoo.org</email>
|
|
<name>Alexander Puck Neuwirth</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>sci-physics@gentoo.org</email>
|
|
<name>Gentoo Physics Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
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.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="gitlab">fastjet/siscone</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|