File: control

package info (click to toggle)
mlucas 14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 21,060 kB
  • ctags: 4,982
  • sloc: ansic: 332,736; sh: 4,027; perl: 194; makefile: 17
file content (26 lines) | stat: -rw-r--r-- 1,196 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
Source: mlucas
Section: math
Priority: optional
Maintainer: Alex Vong <alexvong1995@gmail.com>
Build-Depends: debhelper (>= 9), dh-autoreconf, autogen
Standards-Version: 3.9.6
Homepage: http://hogranch.com/mayer/README.html
Vcs-Git: https://gitlab.com/mlucas-ll/mlucas.git
Vcs-Browser: https://gitlab.com/mlucas-ll/mlucas

Package: mlucas
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: program to perform Lucas-Lehmer test on a Mersenne number
 mlucas is an open-source (and free/libre) program
 for performing Lucas-Lehmer test on prime-exponent Mersenne numbers,
 that is, integers of the form 2 ^ p - 1, with prime exponent p.
 In short, everything you need to search for world-record Mersenne primes!
 It has been used in the verification of various Mersenne primes,
 including the 45th, 46th and 48th found Mersenne prime.
 .
 You may use it to test any suitable number as you wish,
 but it is preferable that you do so in a coordinated fashion,
 as part of the Great Internet Mersenne Prime Search (GIMPS).
 For more information on GIMPS,
 see <http://www.mersenne.org/prime.html> for details.