basil 1.1.0+3 basil: ^1.1.0+3 copied to clipboard
A linear build system for Dart projects, designed to be lightweight and extensible.
// NOTE: Check pubspec.yaml for basil example.
int calculate() {
return 6 * 7;
}