2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 2.2.4.20190701
6 category: System, CLI, Options, Parsing
7 synopsis: Symantics for parsing and documenting a CLI
9 An extensible, typed and embedded Domain-Specific Language (DSL)
10 to build Command Line Interface (CLI)
11 using a write-an-API-then-derive-code-from-it approach.
12 The derivations currently implemented are for parsing arguments or printing help.
16 stability: experimental
17 author: Julien Moutinho <julm+symantic@autogeree.net>
18 maintainer: Julien Moutinho <julm+symantic@autogeree.net>
19 bug-reports: Julien Moutinho <julm+symantic@autogeree.net>
24 tested-with: GHC==8.6.4
29 Source-Repository head
30 location: git://git.autogeree.net/symantic-cli
41 default-language: Haskell2010
57 -Wincomplete-uni-patterns
58 -Wincomplete-record-updates
60 -- -fhide-source-paths
65 , symantic-document >= 1.1.1