github.com/metux/go-metabuild@v0.0.0-20240118143255-d9ed5ab697f9/spec/features/keys.go (about)

     1  package features
     2  
     3  import (
     4  	"github.com/metux/go-magicdict/api"
     5  )
     6  
     7  type Key = api.Key
     8  
     9  // per feature attributes
    10  const (
    11  	KeyEnabled        = Key("enabled")
    12  	KeyPkgconfRequire = Key("pkgconf/require")
    13  )