github.com/buildpacks/pack@v0.33.3-0.20240516162812-884dd1837311/pkg/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"