this repo has no description
1opam-version: "2.0"
2synopsis: "Declarative Command-line Parsing for OCaml"
3maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"]
4authors: ["Mathieu Barbin"]
5license: "MIT"
6homepage: "https://github.com/mbarbin/cmdlang"
7doc: "https://mbarbin.github.io/cmdlang/"
8bug-reports: "https://github.com/mbarbin/cmdlang/issues"
9depends: [
10 "dune" {>= "3.16"}
11 "ocaml" {>= "4.14"}
12 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28dev-repo: "git+https://github.com/mbarbin/cmdlang.git"
29url {
30 src:
31 "https://github.com/mbarbin/cmdlang/releases/download/0.0.8/cmdlang-0.0.8.tbz"
32 checksum: [
33 "sha256=d28ebdf0d0405681a3227dce48946e15060190c616b8e404503fe54576c19cf7"
34 "sha512=57cf44ed4e9d35099ed6e5b67785a1ca21b6e301bb8cd4692b87b1ac420a6bd82e20fa4e639f14cb93a151e63dfbb24f00072ab87bf2463aff70e5b7e9fc0ed9"
35 ]
36}
37x-commit-hash: "4e10ab22c86e703edfd744c5214e88407652e415"