this repo has no description

Package clap.0.2.0

Changed files
+38
packages
clap
clap.0.2.0
+38
packages/clap/clap.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis:
+
"Command-Line Argument Parsing, imperative style with a consumption mechanism"
+
description:
+
"A library to describe and parse command-line arguments and generate help pages, using a simple imperative style."
+
maintainer: ["Romain Bardou"]
+
authors: ["Romain Bardou"]
+
license: "MIT"
+
homepage: "https://github.com/rbardou/clap"
+
bug-reports: "https://github.com/rbardou/clap/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.07"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/rbardou/clap.git"
+
url {
+
src: "https://github.com/rbardou/clap/archive/0.2.0.tar.gz"
+
checksum: [
+
"md5=b53056ea9e9552512c1a5be6c4b4fd55"
+
"sha512=a62858cf4847422aa2a8279dbacff2a6cfac600a301f271ca82dffd4a52b73d167fcc88721c5399e116ee0a033088b62c6825972736ebefd6e5bd02abb429ea8"
+
]
+
}