Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.