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.2.0.tar.gz"
34 checksum: [
35 "md5=b53056ea9e9552512c1a5be6c4b4fd55"
36 "sha512=a62858cf4847422aa2a8279dbacff2a6cfac600a301f271ca82dffd4a52b73d167fcc88721c5399e116ee0a033088b62c6825972736ebefd6e5bd02abb429ea8"
37 ]
38}