github.com/YousefHaggyHeroku/pack@v1.5.5/internal/blob/testdata/buildpack/buildpack.toml (about) 1 [buildpack] 2 id = "bp.one" 3 version = "bp.one.version" 4 homepage = "http://one.buildpack" 5 6 # technically, this is invalid as a buildpack cannot have both an order and stacks 7 # however, we're just testing that all the correct fields are parsed 8 [[order]] 9 [[order.group]] 10 id = "bp.nested" 11 version = "bp.nested.version" 12 13 [[stacks]] 14 id = "some.stack.id" 15 16 [[stacks]] 17 id = "other.stack.id"