File tree Expand file tree Collapse file tree 4 files changed +153
-0
lines changed
cmdlang-stdlib-runner/cmdlang-stdlib-runner.0.0.8
cmdlang-to-climate/cmdlang-to-climate.0.0.8
cmdlang-to-cmdliner/cmdlang-to-cmdliner.0.0.8 Expand file tree Collapse file tree 4 files changed +153
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "A basic execution runner for cmdlang based on stdlib.arg"
3+ maintainer: ["Mathieu Barbin <
[email protected] >"]
4+ authors: ["Mathieu Barbin"]
5+ license: "MIT"
6+ homepage: "https://github.com/mbarbin/cmdlang"
7+ doc: "https://mbarbin.github.io/cmdlang/"
8+ bug-reports: "https://github.com/mbarbin/cmdlang/issues"
9+ depends: [
10+ "dune" {>= "3.16"}
11+ "ocaml" {>= "4.14"}
12+ "cmdlang" {= version}
13+ "odoc" {with-doc}
14+ ]
15+ build: [
16+ ["dune" "subst"] {dev}
17+ [
18+ "dune"
19+ "build"
20+ "-p"
21+ name
22+ "-j"
23+ jobs
24+ "@install"
25+ "@runtest" {with-test}
26+ "@doc" {with-doc}
27+ ]
28+ ]
29+ dev-repo: "git+https://github.com/mbarbin/cmdlang.git"
30+ url {
31+ src:
32+ "https://github.com/mbarbin/cmdlang/releases/download/0.0.8/cmdlang-0.0.8.tbz"
33+ checksum: [
34+ "sha256=d28ebdf0d0405681a3227dce48946e15060190c616b8e404503fe54576c19cf7"
35+ "sha512=57cf44ed4e9d35099ed6e5b67785a1ca21b6e301bb8cd4692b87b1ac420a6bd82e20fa4e639f14cb93a151e63dfbb24f00072ab87bf2463aff70e5b7e9fc0ed9"
36+ ]
37+ }
38+ x-commit-hash: "4e10ab22c86e703edfd744c5214e88407652e415"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Convert cmdlang Parsers to climate"
3+ maintainer: ["Mathieu Barbin <
[email protected] >"]
4+ authors: ["Mathieu Barbin"]
5+ license: "MIT"
6+ homepage: "https://github.com/mbarbin/cmdlang"
7+ doc: "https://mbarbin.github.io/cmdlang/"
8+ bug-reports: "https://github.com/mbarbin/cmdlang/issues"
9+ depends: [
10+ "dune" {>= "3.16"}
11+ "ocaml" {>= "4.14"}
12+ "climate" {>= "0.1.0"}
13+ "cmdlang" {= version}
14+ "odoc" {with-doc}
15+ ]
16+ build: [
17+ ["dune" "subst"] {dev}
18+ [
19+ "dune"
20+ "build"
21+ "-p"
22+ name
23+ "-j"
24+ jobs
25+ "@install"
26+ "@runtest" {with-test}
27+ "@doc" {with-doc}
28+ ]
29+ ]
30+ dev-repo: "git+https://github.com/mbarbin/cmdlang.git"
31+ url {
32+ src:
33+ "https://github.com/mbarbin/cmdlang/releases/download/0.0.8/cmdlang-0.0.8.tbz"
34+ checksum: [
35+ "sha256=d28ebdf0d0405681a3227dce48946e15060190c616b8e404503fe54576c19cf7"
36+ "sha512=57cf44ed4e9d35099ed6e5b67785a1ca21b6e301bb8cd4692b87b1ac420a6bd82e20fa4e639f14cb93a151e63dfbb24f00072ab87bf2463aff70e5b7e9fc0ed9"
37+ ]
38+ }
39+ x-commit-hash: "4e10ab22c86e703edfd744c5214e88407652e415"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Convert cmdlang Parsers to cmdliner"
3+ maintainer: ["Mathieu Barbin <
[email protected] >"]
4+ authors: ["Mathieu Barbin"]
5+ license: "MIT"
6+ homepage: "https://github.com/mbarbin/cmdlang"
7+ doc: "https://mbarbin.github.io/cmdlang/"
8+ bug-reports: "https://github.com/mbarbin/cmdlang/issues"
9+ depends: [
10+ "dune" {>= "3.16"}
11+ "ocaml" {>= "4.14"}
12+ "cmdlang" {= version}
13+ "cmdliner" {>= "1.3.0"}
14+ "odoc" {with-doc}
15+ ]
16+ build: [
17+ ["dune" "subst"] {dev}
18+ [
19+ "dune"
20+ "build"
21+ "-p"
22+ name
23+ "-j"
24+ jobs
25+ "@install"
26+ "@runtest" {with-test}
27+ "@doc" {with-doc}
28+ ]
29+ ]
30+ dev-repo: "git+https://github.com/mbarbin/cmdlang.git"
31+ url {
32+ src:
33+ "https://github.com/mbarbin/cmdlang/releases/download/0.0.8/cmdlang-0.0.8.tbz"
34+ checksum: [
35+ "sha256=d28ebdf0d0405681a3227dce48946e15060190c616b8e404503fe54576c19cf7"
36+ "sha512=57cf44ed4e9d35099ed6e5b67785a1ca21b6e301bb8cd4692b87b1ac420a6bd82e20fa4e639f14cb93a151e63dfbb24f00072ab87bf2463aff70e5b7e9fc0ed9"
37+ ]
38+ }
39+ x-commit-hash: "4e10ab22c86e703edfd744c5214e88407652e415"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Declarative Command-line Parsing for OCaml"
3+ maintainer: ["Mathieu Barbin <
[email protected] >"]
4+ authors: ["Mathieu Barbin"]
5+ license: "MIT"
6+ homepage: "https://github.com/mbarbin/cmdlang"
7+ doc: "https://mbarbin.github.io/cmdlang/"
8+ bug-reports: "https://github.com/mbarbin/cmdlang/issues"
9+ depends: [
10+ "dune" {>= "3.16"}
11+ "ocaml" {>= "4.14"}
12+ "odoc" {with-doc}
13+ ]
14+ build: [
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+ ]
28+ dev-repo: "git+https://github.com/mbarbin/cmdlang.git"
29+ url {
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+ }
37+ x-commit-hash: "4e10ab22c86e703edfd744c5214e88407652e415"
You can’t perform that action at this time.
0 commit comments