basil 1.1.0+1 basil: ^1.1.0+1 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;
}