https://github.com/lightbend-labs/dbuild
Multi-project build tool, based on sbt.
https://github.com/lightbend-labs/dbuild
build-tool scala
Last synced: 26 days ago
JSON representation
Multi-project build tool, based on sbt.
- Host: GitHub
- URL: https://github.com/lightbend-labs/dbuild
- Owner: lightbend-labs
- License: other
- Created: 2012-06-02T00:39:34.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T15:26:25.000Z (over 2 years ago)
- Last Synced: 2025-03-25T17:23:36.765Z (about 1 month ago)
- Topics: build-tool, scala
- Language: Scala
- Homepage: https://lightbend-labs.github.io/dbuild
- Size: 4.07 MB
- Stars: 83
- Watchers: 8
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dbuild
...is a build and debugging tool based on sbt.
It is used to coordinate the development of multiple, independent projects
that evolve in parallel: dbuild uses a multi-project definition file to build
all the requested projects, and makes sure that they all work together, even
though each of them may evolve independently.You can find the complete dbuild documentation at the
[dbuild web site](https://lightbend-labs.github.io/dbuild).## Maintenance status
dbuild is now only used by the [Scala 2 community build](http://github.com/scala/community-build).
It receives only light maintenance, as needed, from the Scala team at Lightbend.## Release Notes
see [CHANGELOG.md](CHANGELOG.md)