File: control

package info (click to toggle)
fractalnow 0.8.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,656 kB
  • sloc: ansic: 8,201; cpp: 4,517; sh: 571; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download
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
Source: fractalnow
Homepage: https://fractalnow.sourceforge.net
Section: science
Priority: optional
Maintainer: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper-compat (= 13),
               qtbase5-dev,
               libmpc-dev,
               libmpfr-dev,
               libgmp-dev
Vcs-Browser: https://salsa.debian.org/debian/fractalnow
Vcs-Git: https://salsa.debian.org/debian/fractalnow.git
Standards-Version: 4.6.1

Package: fractalnow
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Fast, advanced fractal generator
 FractalNow provides users with tools to generate pictures of various types of
 fractals quickly and easily.
 .
 It is made of both a command line (FractalNow) and a graphical tool
 (QFractalNow).
 .
 The graphical tool, based on Qt library, allows users to explore fractals
 intuitively and generate pictures.
 .
 Both tools are entirely multi-threaded and implement advanced algorithms and
 heuristics that make computation very fast compared to most existing free
 fractal generators.