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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: hivex
Section: libs
Priority: extra
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
autotools-dev,
pkg-config,
libxml2-dev,
libreadline-dev,
libio-stringy-perl,
ocaml-findlib, dh-ocaml (>= 0.9~), ocaml-nox (>= 3.11.1-3~)
Standards-Version: 3.8.4
Homepage: http://libguestfs.org/
Package: libhivex0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for reading and writing Windows Registry hives
libhivex is a self-contained library for reading and writing Windows
Registry "hive" binary files.
.
Unlike many other tools in this area, it doesn't use the textual .REG
format for output, because parsing that is as much trouble as parsing
the original binary format. Instead it makes the file available
through a C API, or there is a separate program to export the hive as
XML.
Package: libhivex-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libhivex0 (= ${binary:Version})
Description: library for reading and writing Windows Registry hives
libhivex is a self-contained library for reading and writing Windows
Registry "hive" binary files.
.
This package provides static libraries and header files.
Package: libhivex0-dbg
Section: debug
Architecture: any
Depends: libhivex0, ${shlibs:Depends}, ${misc:Depends}
Description: library for reading and writing Windows Registry hives
libhivex is a self-contained library for reading and writing Windows
Registry "hive" binary files.
.
This package contains debug symbols for libhivex.
Package: libhivex-bin
Section: otherosfs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utilities for reading and writing Windows Registry hives
libhivex is a self-contained library for reading and writing Windows
Registry "hive" binary files.
.
This package contains a few command line programs that utilize libhivex.
Package: libwin-hivex-perl
Section: perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl bindings to hivex
libhivex is a self-contained library for reading and writing Windows
Registry "hive" binary files.
.
This package contains the Perl bindings to libhivex and hivexregedit,
a low-level tool for manipulating hives using a text format as
understood and produced by regedit.exe.
Package: libhivex-ocaml
Architecture: any
Section: ocaml
Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml bindings for hivex -- runtime files
OCaml bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
.
This package contains only the shared runtime stub libraries.
Package: libhivex-ocaml-dev
Architecture: any
Section: ocaml
Depends: ${ocaml:Depends}, libhivex-dev, ${shlibs:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml bindings for hivex -- developtment files
OCaml bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
.
This package contains all the development stuff you need to use
libhivex-ocaml in your programs.
# Package: libhivex-doc
# Architecture: all
# Description: documentation for hivex
# <insert long description, indented with spaces>
|