https://github.com/apple/swift-llbuild2
A fresh take on a low-level build system API.
https://github.com/apple/swift-llbuild2
Last synced: 2 months ago
JSON representation
A fresh take on a low-level build system API.
- Host: GitHub
- URL: https://github.com/apple/swift-llbuild2
- Owner: apple
- License: apache-2.0
- Created: 2020-05-19T15:54:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T17:48:44.000Z (3 months ago)
- Last Synced: 2025-04-02T03:11:15.397Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 1.12 MB
- Stars: 290
- Watchers: 115
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# llbuild2
**llbuild2** is an experimental, Swift native, fully async, NIO futures-based
low level build system. Started as the **cevobuild** experiment in [**llbuild**](https://github.com/apple/swift-llbuild),
this repository aims to continue that exploration.Check the [docs](Docs/index.md) for more information about llbuild2.
# Development
Development documentation is available [here](Docs/Development.md).
## License
Copyright (c) 2020 Apple Inc. and the Swift project authors.
Licensed under Apache License v2.0 with Runtime Library Exception.See https://www.swift.org/LICENSE.txt for license information.
See https://www.swift.org/CONTRIBUTORS.txt for Swift project authors.