Registry / cloud / buildpack-libbuildpack

buildpack-libbuildpack

JSON →
library1.25.11gogounverified

A library for building Cloud Native Buildpacks in Go.

go get github.com/buildpack/libbuildpack
INSTALL
IMPORT
SIG · BUILDPACK-LIBBUILD
B
buildpack-libbuildpack
cloudgov1.25.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libbuildpack
github.com/buildpack/libbuildpack

Creates a new buildpack instance and logs a message.

package main import ( "github.com/buildpack/libbuildpack" ) func main() { bp, err := libbuildpack.NewBuildpack() if err != nil { panic(err) } bp.Log.Info("Hello, buildpack!") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.25.11latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
15
Amazon
1
OpenAI (training)
1
Resources
buildpack-libbuildpack — go get buildpack-libbuildpack · libregistry