File: debcargo.toml

package info (click to toggle)
rust-clang-sys 1.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: ansic: 4; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
overlay = "."
uploaders = [
  "Ximin Luo <infinity0@debian.org>",
  "kpcyrd <git@rxv.cc>",
  "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
]
excludes = ["ci/**"]
collapse_features = true

[source]
build_depends = ["llvm" , "clang"]

[packages.lib]
depends = ["libclang-dev", "llvm", "clang"]
test_depends = ["llvm", "clang"]

[packages."lib+@"]
# The `runtime` and `static` features can't be combined (see build.rs)
test_is_broken = true

[packages."lib+static"]
# libclang.a doesn't exist
test_is_broken = true