: 1
name: baz
version: 1.0.0
summary: baz
license: MIT
url: http://example.org
email: pkg@example.org

depends:\
liba
{
  prefer
  {
    #config.liba.x = true
  }

  accept (true)

  reflect
  {
    x = (!$config.liba.x) # Ok.
  }
}
\

depends: libb ? ($config.liba.x)
