Changes between Version 5 and Version 6 of Obsolete/MovedToTree/PackageManagement/BuildingPackages


Ignore:
Timestamp:
Jun 27, 2011, 7:15:52 PM (13 years ago)
Author:
bonefish
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/MovedToTree/PackageManagement/BuildingPackages

    v5 v6  
    2424=== The .PackageInfo ===
    2525
    26 The contents of the `.PackageInfo` contains name-value pairs, with the following simple grammar:
     26The contents of the `.PackageInfo` adheres to a restricted driver settings syntax. It consists of name-value pairs, following this simple grammar:
    2727{{{
    2828package_info    ::= attribute*
    29 attribute       ::= name "=" value_list
    30 value_list      ::= value | ( "[" value* "]" )
     29attribute       ::= name value_list
     30value_list      ::= value | ( "{" value* "}" )
     31value           ::= value_item+ ( '\n' | ';' )
    3132}}}
    3233
    33 `name` can be one of the attribute names defined below. `value` is either an unquoted string not containing any whitespace characters or a string enclosed in quotation marks (`"`) which can contain whitespace and also escaped characters (using `\`).
     34`name` can be one of the attribute names defined below. `value_item` is either an unquoted string not containing any whitespace characters or a string enclosed in quotation marks (`"` or `'`) which can contain whitespace and also escaped characters (using `\`).
    3435
    3536The supported attributes are: