aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/double-conversion/.yandex_meta/__init__.py
blob: 4976ed3ee9c4898f1bc3bb05482616cf67198dfe (plain) (blame)
1
2
3
4
5
6
7
8
9
from devtools.yamaker.project import CMakeNinjaNixProject


double_conversion = CMakeNinjaNixProject(
    owners=["g:cpp-contrib"],
    arcdir="contrib/libs/double-conversion",
    nixattr="double-conversion",
    copy_sources=["double-conversion/double-conversion.h"],
)