File: control

package info (click to toggle)
xbae 4.60.4-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,020 kB
  • sloc: ansic: 22,089; sh: 8,293; makefile: 522; tcl: 1
file content (38 lines) | stat: -rw-r--r-- 1,473 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
32
33
34
35
36
37
38
Source: xbae
Priority: optional
Maintainer: Nicholas Breen <nbreen@debian.org>
Build-Depends: debhelper-compat (= 13), libmotif-dev, libxmu-dev, libxpm-dev
Standards-Version: 4.7.2
Section: libs
Homepage: http://xbae.sourceforge.net/
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/xbae
Vcs-Git: https://salsa.debian.org/debian/xbae.git

Package: libxbae-dev
Section: libdevel
Architecture: any
Depends: libxbae4m (= ${binary:Version}), ${misc:Depends}
Description: Xbae Matrix Widget development package
 XbaeMatrix is a free Motif table widget which presents an editable array of
 string data to the user in a scrollable table similar to a spreadsheet. The
 rows and columns of the Matrix may optionally be labelled. A number of
 "fixed" and "trailing fixed" rows or columns may be specified.
 .
 This package provides the development library and headers.

Package: libxbae4m
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Conflicts: libxbae4
Replaces: libxbae4
Description: Xbae Matrix Widget libraries
 XbaeMatrix is a free Motif table widget which presents an editable array of
 string data to the user in a scrollable table similar to a spreadsheet. The
 rows and columns of the Matrix may optionally be labelled. A number of
 "fixed" and "trailing fixed" rows or columns may be specified.
 .
 This package provides the C run-time form of the library, compiled against
 OpenMotif.