DEV Community

Jaipal001
Jaipal001

Posted on

pyCBuild

pyCBuild is a C/C++ build system written in Python.

It has support git cloning repos but It is not completely implemented yet

Repository: BhJaipal/pyCBuild

Example config file

name = "Example project"
# default values
# builddir = "build"
# lib-dir = "lib"
# bin-dir = "bin"
[main]
language = "c"
src = "main.c"
type = "executable" # | "static_lib" | "shared_lib"
[[main.deps]]
name = "gtk-3.0"
use = "pkg-config" # | "git"
uri = "..." # only used with git
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more