Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apple/swift-llbuild2
A fresh take on a low-level build system API.
https://github.com/apple/swift-llbuild2
Last synced: 4 days 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T02:00:58.000Z (23 days ago)
- Last Synced: 2025-02-10T01:04:59.089Z (11 days ago)
- Language: Swift
- Homepage:
- Size: 1.12 MB
- Stars: 289
- 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.