File: control

package info (click to toggle)
openmcdf 1.5.4-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,152 kB
  • sloc: cs: 7,079; xml: 1,255; makefile: 51; sh: 1
file content (32 lines) | stat: -rw-r--r-- 1,659 bytes parent folder | download | duplicates (2)
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
Source: openmcdf
Section: cli-mono
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team@lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat@debian.org>
Build-Depends: debhelper (>= 8), cli-common-dev (>= 0.5.7)
Build-Depends-Indep: mono-devel, mono-xbuild, libhexbox1.5-cil
Standards-Version: 3.9.4
Homepage: http://openmcdf.sourceforge.net/
Vcs-Git: git://git.debian.org/pkg-cli-apps/packages/openmcdf.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/openmcdf.git

Package: openmcdf
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Description: Structured Storage Explorer
 OpenMCDF is a 100% managed CLI component that allows client applications to
 manipulate COM structured storage files, also known as Microsoft Compound
 Document Format files.
 .
 This file format is used under the hood by a lot of applications: the files
 created by Microsoft Office until the 2007 product release are all structured
 storage files. They include multiple streams of information (document summary,
 user data) in a single physical container (the file). Also the omnipresent
 Thumbs.db, used by Windows as thumbnails cache, is a structured storage file.
 .
 OpenMCDF makes available to the developer an easy interface to read, write, add
 and remove structured storage primitives. Structured storage items are
 organized in a hierarchical tree where 'storage' nodes act like a directory and
 'stream' nodes like a file. Developers can use OpenMCDF to view storages and
 streams, traverse hierarchical trees of items, explore existing compound file
 and modify them or create a new compound file from scratch.