Skip to content
Elliot Shank edited this page Apr 12, 2017 · 4 revisions

grammar

This specifies the format for the rest of a package definition file. If present, it must be the first statement in the file. Currently, there are three valid values: "v0", "v1", and "v2". If this statement is not present, the v0 grammar is assumed.

Syntax

grammar v0

or

grammar v1

or

grammar v2