Skip to content
/ lxnc Public

An lxn compiler to translate schema definitions into binary catalogs.

License

Notifications You must be signed in to change notification settings

liblxn/lxnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lxnc

lxnc is a compiler for lxn to translate schema definitions into the binary representation, which is used by the client libraries.

Usage

Synopsis:
  lxnc [options] [schema-file ...]

Description:
  The lxnc tool compiles lxn schema definition files into their binary representation.

  The following options are available:
    --locale <locale tag>
        Specify the locale for which the lxnc catalog should be created. This option is
        required.
    --out <path>
        Specify the output path of the generated lxnc catalog files. The default is the
        current directory.
    --merge
        Merge all input files into a single catalog.
        If --merge-into is not specified, the catalog is named after the locale.
    --merge-into <catalog name>
        Specify the name of the merged catalog. This flag automatically sets
        the --merge option.

About

An lxn compiler to translate schema definitions into binary catalogs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages