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
  
     | 
    
      Source: spread-sheet-widget
Section: libs
Priority: optional
Maintainer: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
               libgtk-3-dev (>= 3.18.0),
               libglib2.0-dev (>= 2.44.0),
               texinfo
Standards-Version: 4.6.2
Homepage: https://www.gnu.org/software/ssw/
Vcs-Browser: https://salsa.debian.org/beckmanf/spread-sheet-widget
Vcs-Git: https://salsa.debian.org/beckmanf/spread-sheet-widget.git
Rules-Requires-Root: no
Package: libspread-sheet-widget0
X-Time64-Compat: libspread-sheet-widget
Provides: ${t64:Provides}
Replaces: libspread-sheet-widget
Breaks: libspread-sheet-widget (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: shared library for GTK+ to view and manipulate two dimensional tabular data
 GNU Spread Sheet Widget is a library for Gtk+ which provides a widget
 for viewing and manipulating 2 dimensional tabular data in a manner
 similar to many popular spread sheet programs.
 .
 The design follows the model-view-controller paradigm and is
 of complexity O(1) in both time and space. This means that
 it is efficient and fast even for very large data.
 .
 Features commonly found in graphical user interfaces such as
 cut and paste, drag and drop and row/column labelling are also included.
Package: libspread-sheet-widget-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         libspread-sheet-widget0 (= ${binary:Version}),
         libgtk-3-dev (>= 3.18.0)
Description: development files for the GTK+ spread sheet widget
 GNU Spread Sheet Widget is a library for Gtk+ which provides a widget
 for viewing and manipulating 2 dimensional tabular data in a manner
 similar to many popular spread sheet programs.
 .
 This package contains the header files required if you wish to develop
 software that uses the spread sheet widget.
 
     |