20 lines
742 B
Plaintext
20 lines
742 B
Plaintext
Source: clang-uml
|
|
Maintainer: Bartek Kryza <bkryza@gmail.com>
|
|
Section: devel
|
|
Priority: optional
|
|
Build-Depends: debhelper, git, make, ccache, pkg-config, gcc-10, g++-10, gdb, cmake (>= 3.16), libyaml-cpp-dev, llvm-12, llvm-12-dev, clang-12, libclang-12-dev, libclang-cpp12-dev, bash-completion, libdw-dev, libunwind-dev
|
|
Standards-Version: 4.3.0
|
|
Vcs-Browser: https://github.com/bkryza/clang-uml
|
|
Vcs-Git: https://github.com/bkryza/clang-uml.git
|
|
Homepage: https://github.com/bkryza/clang-uml
|
|
|
|
|
|
Package: clang-uml
|
|
Architecture: any
|
|
Section: utils
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}, clang-12
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Description: Automatic C++ UML diagram generator based on Clang.
|
|
.
|
|
This package provides the clang-uml binary.
|