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
|
Source: synopsis
Section: devel
Priority: optional
Maintainer: Andreas Fester <Andreas.Fester@gmx.de>
Build-Depends: debhelper (>> 5.0.37.2), dpatch, python-dev, python, python-central (>= 0.5), xutils, libgc-dev, pkg-config
XS-Python-Version: current
Standards-Version: 3.7.2
Package: synopsis
Section: devel
Architecture: any
XB-Python-Version: ${python:Versions}
Depends: ${shlibs:Depends}, ${python:Depends}, cpp, graphviz, gsfonts
Suggests: synopsis-doc (= ${source:Version})
Conflicts: synopsis-formatter-dot
Replaces: synopsis-formatter-dot
Provides: synopsis-formatter-dot
Description: A Source-code Introspection Tool
Synopsis is a multi-language source code introspection tool that
provides a variety of representations for the parsed code to enable
further processing such as documentation extraction, reverse
engineering, and source-to-source translation.
.
Synopsis provides a framework of C++ and Python APIs to access these
representations and allows Processor objects to be defined and
composed into processing pipelines, making this framework very
flexible and extensible.
Package: synopsis-doc
Section: doc
Architecture: all
Description: Documentation for synopsis
Synopsis is a multi-language source code introspection tool that
provides a variety of representations for the parsed code to enable
further processing such as documentation extraction, reverse
engineering, and source-to-source translation.
.
Synopsis provides a framework of C++ and Python APIs to access these
representations and allows Processor objects to be defined and
composed into processing pipelines, making this framework very
flexible and extensible.
.
This package contains the Synopsis Developer's Guide and the
Synopsis Tutorial.
Package: libsynopsis8
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: The runtime library for Synopsis
Synopsis is a multi-language source code introspection tool that
provides a variety of representations for the parsed code to enable
further processing such as documentation extraction, reverse
engineering, and source-to-source translation.
.
Synopsis provides a framework of C++ and Python APIs to access these
representations and allows Processor objects to be defined and
composed into processing pipelines, making this framework very
flexible and extensible.
.
This package contains the runtime library for Synopsis.
Package: libsynopsis8-dev
Section: libdevel
Architecture: any
Depends: libsynopsis8 (= ${binary:Version})
Suggests: synopsis-doc (= ${source:Version}), pkg-config
Description: The runtime library for Synopsis (development files)
Synopsis is a multi-language source code introspection tool that
provides a variety of representations for the parsed code to enable
further processing such as documentation extraction, reverse
engineering, and source-to-source translation.
.
Synopsis provides a framework of C++ and Python APIs to access these
representations and allows Processor objects to be defined and
composed into processing pipelines, making this framework very
flexible and extensible.
.
This package contains the development files for the Synopsis runtime
library.
|