libcnb is a Go language binding of the Cloud Native Buildpacks API. It is a non-opinionated implementation adding language constructs and convenience methods for working with the API.
For operations such as building an app, creating a builder or packaging a buildpack, you may use
packas a Go library.
go get github.com/buildpacks/libcnb
or for the v2 alpha
go get github.com/buildpacks/libcnb@v2.0.0-alpha.1
https://pkg.go.dev/github.com/buildpacks/libcnb?tab=doc
This library is released under version 2.0 of the Apache License.