mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
1653cbb472
llbuild is a set of libraries for building build systems. Unlike most build system projects which focus on the syntax for describing the build, llbuild is designed around a reusable, flexible, and scalable general purpose build engine capable of solving many "build system"-like problems. The project also includes additional libraries on top of that engine which provide support for constructing bespoke build systems (like swift build) or for building from Ninja manifests. WWW: https://github.com/apple/switch-llbuild Approved by: mat Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D8439
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
bin/llbuild
|
|
bin/swift-build-tool
|
|
include/llbuild/buildsystem.h
|
|
include/llbuild/core.h
|
|
include/llbuild/llbuild.h
|
|
include/llbuild/module.modulemap
|
|
lib/libllbuild.so
|