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
  
     | 
    
      Source: fathom
Priority: optional
Maintainer: Jose G. López <josgalo@jglopez.name>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/jdart1/Fathom
Vcs-Browser: https://salsa.debian.org/josgalo-guest/fathom
Vcs-Git: https://salsa.debian.org/josgalo-guest/fathom.git
Rules-Requires-Root: no
Package: libfathom-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libfathom1 (= ${binary:Version}), ${misc:Depends}
Description: Library for probing Syzygy tablebases (development files)
 Fathom is a stand-alone Syzygy tablebase probing tool.
 .
 The aims of Fathom are:
  - To make it easy to integrate the Syzygy tablebases into existing
 chess engines.
  - To make it easy to create stand-alone applications that use the
 Syzygy tablebases.
 .
 This package contains the development files.
Package: libfathom1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for probing Syzygy tablebases
 Fathom is a stand-alone Syzygy tablebase probing tool.
 .
 The aims of Fathom are:
  - To make it easy to integrate the Syzygy tablebases into existing
 chess engines.
  - To make it easy to create stand-alone applications that use the
 Syzygy tablebases.
Package: fathom
Section: games
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Command-line for probing Syzygy tablebases
 Fathom is a stand-alone Syzygy tablebase probing tool.
 .
 The aims of Fathom are:
  - To make it easy to integrate the Syzygy tablebases into existing
 chess engines.
  - To make it easy to create stand-alone applications that use the
 Syzygy tablebases.
 .
 This package contains the command-line tool.
 
     |