this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis:
4 "Command-Line Argument Parsing, imperative style with a consumption mechanism"
5description:
6 "A library to describe and parse command-line arguments and generate help pages, using a simple imperative style."
7maintainer: ["Romain Bardou"]
8authors: ["Romain Bardou"]
9license: "MIT"
10homepage: "https://github.com/rbardou/clap"
11bug-reports: "https://github.com/rbardou/clap/issues"
12depends: [
13 "dune" {>= "2.7"}
14 "ocaml" {>= "4.07"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/rbardou/clap.git"
32url {
33 src: "https://github.com/rbardou/clap/archive/0.3.0.tar.gz"
34 checksum: [
35 "md5=2bac454cf47a10220a4947d7a49a798e"
36 "sha512=6ed2226434022fb1afea69eaaee5cc6f712ffdea954bb50fc88709c6f7f64eb69277bc3a83d76dbc567347af7cf3abd2478c2d8c29b334d3ff69fd03e09ca5ca"
37 ]
38}