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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: poke
Section: editors
Priority: optional
Maintainer: Sergio Durigan Junior <sergiodj@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-elpa,
dh-vim-addon,
libgc-dev,
libreadline-dev,
libjson-c-dev,
gettext,
libnbd-dev,
pkg-config,
help2man,
dejagnu <!nocheck>,
procps <!nocheck>,
Standards-Version: 4.6.1
Homepage: https://www.gnu.org/software/poke/
Vcs-Browser: https://salsa.debian.org/debian/poke
Vcs-Git: https://salsa.debian.org/debian/poke.git
Rules-Requires-Root: no
Package: poke
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, sensible-utils
Recommends: less | info
Description: Extensible editor for structured binary data
GNU poke is an interactive, extensible editor for binary data. Not
limited to editing basic entities such as bits and bytes, it provides
a full-fledged procedural, interactive programming language designed
to describe data structures and to operate on them.
Package: libpoke0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Extensible editor for structured binary data (library)
GNU poke is an interactive, extensible editor for binary data. Not
limited to editing basic entities such as bits and bytes, it provides
a full-fledged procedural, interactive programming language designed
to describe data structures and to operate on them.
.
This package contains the shared library libpoke.
Package: libpoke-dev
Section: libdevel
Architecture: any
Depends: libpoke0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Extensible editor for structured binary data (development headers)
GNU poke is an interactive, extensible editor for binary data. Not
limited to editing basic entities such as bits and bytes, it provides
a full-fledged procedural, interactive programming language designed
to describe data structures and to operate on them.
.
This package contains the development files for the libpoke library.
Package: elpa-poke
Architecture: all
Depends: ${misc:Depends}, ${elpa:Depends}
Description: Extensible editor for structured binary data (Emacs mode)
GNU poke is an interactive, extensible editor for binary data. Not
limited to editing basic entities such as bits and bytes, it provides
a full-fledged procedural, interactive programming language designed
to describe data structures and to operate on them.
.
This package contains Emacs files that implement the Emacs poke mode.
Package: vim-poke
Architecture: all
Depends: ${misc:Depends}, ${vim-addon:Depends}
Description: Extensible editor for structured binary data (VIM addon)
GNU poke is an interactive, extensible editor for binary data. Not
limited to editing basic entities such as bits and bytes, it provides
a full-fledged procedural, interactive programming language designed
to describe data structures and to operate on them.
.
This package contains VIM filetype detection and syntax highlighting
for GNU poke files.
|