this repo has no description
1# This file was generated by `drom` from `drom.toml`. 2# Do not modify or add to the `skip` field of `drom.toml`. 3opam-version: "2.0" 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5synopsis: "Easy interface to Cmdliner à la Arg.parse with sub-commands" 6description: """ 7ez_cmdliner is a simple layer on top of Cmdliner to provide an interface 8à la Arg.parse with an extension for simple sub-commands. 9""" 10authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] 11maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] 12homepage: "https://ocamlpro.github.io/ez_cmdliner" 13doc: "https://ocamlpro.github.io/ez_cmdliner/sphinx" 14bug-reports: "https://github.com/ocamlpro/ez_cmdliner/issues" 15dev-repo: "git+https://github.com/ocamlpro/ez_cmdliner.git" 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30depends: [ 31 "ocaml" {>= "4.03.0"} 32 "cmdliner" {>= "1.0.0" & < "1.1.0"} 33 "dune" {>= "2.6.0" & < "3.0.0"} 34] 35 36url { 37 src: "https://github.com/ocamlpro/ez_cmdliner/archive/v0.1.1.tar.gz" 38 checksum: [ 39 "sha256=7bb2baeefbf44bc033dad22bc998deb224f504d0d5e882f9f8f5e2bec7429033" 40 "md5=b6e5e3389f4c52f598b27d9ccf2cc0af" 41 ] 42}