Skip to content

Commit 538410b

Browse files
author
Romain Bardou
committed
clap 0.3.0
1 parent b9b2e51 commit 538410b

File tree

1 file changed

+38
-0
lines changed
  • packages/clap/clap.0.3.0

1 file changed

+38
-0
lines changed

packages/clap/clap.0.3.0/opam

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis:
4+
"Command-Line Argument Parsing, imperative style with a consumption mechanism"
5+
description:
6+
"A library to describe and parse command-line arguments and generate help pages, using a simple imperative style."
7+
maintainer: ["Romain Bardou"]
8+
authors: ["Romain Bardou"]
9+
license: "MIT"
10+
homepage: "https://github.com/rbardou/clap"
11+
bug-reports: "https://github.com/rbardou/clap/issues"
12+
depends: [
13+
"dune" {>= "2.7"}
14+
"ocaml" {>= "4.07"}
15+
"odoc" {with-doc}
16+
]
17+
build: [
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+
]
31+
dev-repo: "git+https://github.com/rbardou/clap.git"
32+
url {
33+
src: "https://github.com/rbardou/clap/archive/0.3.0.tar.gz"
34+
checksum: [
35+
"md5=2bac454cf47a10220a4947d7a49a798e"
36+
"sha512=6ed2226434022fb1afea69eaaee5cc6f712ffdea954bb50fc88709c6f7f64eb69277bc3a83d76dbc567347af7cf3abd2478c2d8c29b334d3ff69fd03e09ca5ca"
37+
]
38+
}

0 commit comments

Comments
 (0)