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: about 1 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T23:10:01.000Z (6 months ago)
- Last Synced: 2024-05-20T03:25:53.211Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 1.32 MB
- Stars: 280
- Watchers: 118
- Forks: 25
- Open Issues: 1
-
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.