9 lines
282 B
Text
9 lines
282 B
Text
|
|
description = "Declarative definition of command line interfaces for OCaml"
|
||
|
|
version = "2.0.0+dune"
|
||
|
|
requires = ""
|
||
|
|
archive(byte) = "cmdliner.cma"
|
||
|
|
archive(native) = "cmdliner.cmxa"
|
||
|
|
plugin(byte) = "cmdliner.cma"
|
||
|
|
plugin(native) = "cmdliner.cmxs"
|
||
|
|
exists_if = "cmdliner.cma cmdliner.cmxa"
|