معرفی شرکت ها


Headers-as-Dependencies-0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Generate command-line options for C compiler from used headers
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Headers-as-Dependencies-0.3
نام Headers-as-Dependencies
نسخه کتابخانه 0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Franck Pommereau
ایمیل نویسنده franck.pommereau@univ-evry.fr
آدرس صفحه اصلی https://github.com/fpom/had
آدرس اینترنتی https://pypi.org/project/Headers-as-Dependencies/
مجوز -
# Headers as Dependencies HaD reads the `#include`d headers from a bunch of C files and prints the corresponding compiler options. For instance, if `#include <math.h>` is used, option `-lm` is required, or if `#include <pthread.h>` is used, `-pthread` is required. To do so, HaD relies on a database maintained by hand, as well as on `pkg-config`. It currently supports only GCC and Clang on Linux. ## Contributions welcome! You can help a lot by enriching files `hadlib/*.cfg`. This is actually the heart of the tool. All the rest is simple code to read and present this knowledge. ## Licence HaD is published as free software under the terms of the MIT licence


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl Headers-as-Dependencies-0.3:

    pip install Headers-as-Dependencies-0.3.whl


نصب پکیج tar.gz Headers-as-Dependencies-0.3:

    pip install Headers-as-Dependencies-0.3.tar.gz